cURL
curl --request POST \ --url https://api.zet.money/v1/onramp/banks/verify \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "bankCode": "044", "accountNumber": "0123456789" } '
{ "success": true, "data": { "accountNumber": "0123456789", "accountName": "John Doe", "bankCode": "044", "bankName": "Access Bank" } }
Verify a bank account number and retrieve the account holder’s name. Use this before initiating an off-ramp to confirm the correct recipient.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Bank code from /onramp/banks.
/onramp/banks
"044"
10-digit NUBAN account number.
"0123456789"
Account verified.
true
Show child attributes