Virtual/Managed Wallets
Transfer Funds
An endpoint that allows your user to transfer funds from wallet created to any Nigerian Bank Account
[POST]
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Body parameter
Parameter | Type | Description | |
---|---|---|---|
wallet_id * | string | The unique wallet ID | required |
amount * | string | Amount to transfer | required |
recipient_bank_code * | string | Bank code associated with the recipient bank | required |
recipient_account_number * | string | Account number of the recipient bank | required |
Sample response
Response
Was this page helpful?