Resolve and verify banking information
Last updated 4 months ago
Was this helpful?
{ "nibss_code": "000015", "account_number": "2309283392" }
POST {{base_url}}/verify-account
POST
{{base_url}}/verify-account
Fields with * are required
Content-Type
String
application/json
Authorization*
Bearer {{your_secret_key}}
Request Body
account_number*
string
10-digit NUBAN
nibss_code*
Bank NIBSS code
See endpoint to retrieve the valid NIBSS code for the account you are verifying.
Response
{ "account": { "success": true, "data": { "account_name": "UMAR AKINYEMI CALISTUS", "bank_name": "ZENITH BANK", "nibss_code": "000015", "account_number": "2309283392" } }, "message": "Acccount resolved successfully" }
{ "error": "Invalid request" }