Transfer Funds

This allows your user to transfer funds from a wallet created on Dojah

With this endpoint, your users can easily transfer from wallet created into any bank account in Nigeria

POST Transfer Funds to NUBAN Accounts

{{baseUrl}}/api/v1/wallet/ngn/transfer
POST ParametersType
recipientbank_code _REQUIREDint
recipientbank_code _REQUIREDint
recipientaccount_number _REQUIREDint
walletid _REQUIREDstring
{
  "entity": {
    "wallet_id": "18eb42da-7899-4279-9786-8b43cd20281a",
    "transaction_amount": 500,
    "transaction_type": "transfer",
    "recipient_account_number": "0087611190",
    "sender_account_number": "1000039707",
    "transaction_id": "e66fa822-57af-4903-81c8-a16c2e841699",
    "transaction_status": "COMPLETED"
  }
}
curl -L -X POST '{{baseUrl}}/api/v1/wallet/ngn/transfer' \
-H 'AppId: {{app_id}}' \
-H 'Authorization: {{secret_key}}'