[POST]
{{baseUrl}}/api/v1/wallet/ngn/transfer

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body parameter

ParameterTypeDescription
wallet_id *stringThe unique wallet IDrequired
amount *stringAmount to transferrequired
recipient_bank_code *stringBank code associated with the recipient bankrequired
recipient_account_number *stringAccount number of the recipient bankrequired

Sample response

Response
{
  "entity": {
    "wallet_id": "ecb6c29e-a31c-4e38-8e66-62j0e731db0d",
    "transaction_amount": 10,
    "transaction_type": "transfer",
    "recipient_account_number": "0129531833",
    "sender_account_number": "1004302810",
    "transaction_remarks": "",
    "transaction_reason": null,
    "transaction_id": "Dojah-6bddb725-2ca9-31c0-b0fb-13f7f11adf90",
    "transaction_status": "PROCESSING",
    "date_created": "2021-07-19T10:44:03.610405Z"
  }
}