Verify Bank Account NGN
This endpoint is used to validate a bank account recipient before initiating an NGN payout.
Name
Value
Name
Type
Description
curl --location 'https://api.tumapay.com/api/validate-account' \
--header 'token: [Generated after Login]' \
--data '{
"bank_account_number": "<Bank account number>",
"bank_code": "<GET from https://api.tumapay.com/api/get-banks?country=NIGERIA>",
"currency_code": "NGN"
}'{
"status": {
"type": "number"
},
"message": {
"type": "string"
},
"accountName": {
"type": "string"
},
"accountNo": {
"type": "number"
}
}Last updated