Bank List
The bank list endpoint helps merchants retrieve the list of banks for countries supported for transfer (NGN, GHS, ZAR and KES).
Authentication
Authorization
Set to Bearer SECRET_KEY
Param
Param Type
Required
Description
{
"success": true,
"message": "Bank list retrieved",
"data": [
{
"name": "9mobile 9Payment Service Bank",
"code": "120001",
"id": 302
},
{
"name": "Abbey Mortgage Bank",
"code": "404",
"id": 174
},
...
]
}Account Name Verification
Authorization
Set to Bearer SECRET_KEY
Last updated