Account Resolution
Resolve and verify banking information
POST
{{base_url}}/verify-account
Headers
Name
Type
Value
Content-Type
String
application/json
Authorization*
String
Bearer {{your_secret_key}}
Request Body
Name
Type
Description
account_number*
string
10-digit NUBAN
nibss_code*
string
Bank NIBSS code
Response
{
"account": {
"success": true,
"data": {
"account_name": "UMAR AKINYEMI CALISTUS",
"bank_name": "ZENITH BANK",
"nibss_code": "000015",
"account_number": "2309283392"
}
},
"message": "Acccount resolved successfully"
}
Last updated
Was this helpful?