This is a standardised system that allows the numbering of bank accounts in Nigeria.
Parameters | Mandatory | Description |
---|---|---|
bank_ code | True | e.g 044 |
account_ Number | True | e.g 0800379373 |
curl https://{{url}}/bank/resolve?bank_code=044&account_number=0800379373
-H "Authorization: Bearer YOUR_SECRET_KEY"
-X GET
{
"status": true,
"message": "Account Name Retrieved.",
"data": {
"account_number": "0800379373",
"account_name": "OHUNAYO GEGE"
}
}