POST
/
child
/
bank
Bank Transfer
curl --request POST \
  --url https://nini.monieswitch.com/child/bank \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
{
  "status": true,
  "message": "Transfer of NGN180.00 to SIMI MICHELLE (2394934324/PROVIDUS BANK)/999270240725134351986576768089",
  "data": {
    "description": "₦180.00 transferred to SIMI MICHELLE",
    "status": "SUCCESS",
    "amount": 180,
    "narration": "Testing transaction",
    "beneficiaryBankCode": "000023",
    "beneficiaryAccountNumber": "2394934324",
    "beneficiaryAccountName": "SIMI MICHELLE",
    "charges": 30,
    "totalAmount": 210,
    "beneficiaryBankName": "PROVIDUS BANK",
    "originatorWalletId": "d68b7371-6709-4247-99b3-142e3130aa69",
    "originatorAccountName": "Neyosoft",
    "originatorAccountNumber": "4409794005",
    "paidAt": "2024-07-25T13:43:50+01:00",
    "transactionId": "1a712424-92fd-4dfa-9644-239a1a9ee039",
    "reference": "b9tPIrXLbLcP1uUeumwWtU5onA9MIfLWQjbj",
    "sessionId": "999270240725134351986576768089",
    "debitCharges": 20,
    "bankTransferCharges": 10,
    "totalCharges": 30
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

200 - application/json

Bank Transfer

The response is of type object.