List Banks

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API lets you view a list of banks and mobile money wallet providers, together with their details such as code, swiftCode, and Bic.

Please read the descriptions below to find out what kind of response you can expect after making the API call.

FieldTypeDescription
IdStringThe unique identifier of the bank on our application
codeStringThe unique identifier assigned by the central bank of the beneficiary's country to the bank. This serves as the bankCode and mobileMoneyCode in the Payout API
nameStringThe name of the bank
isMobileVerifiedBooleanThis is used to identify mobile money operators.
if isMobileVerified is true, then the bank is a mobile money operator else if it is false the bank is not a mobile money operator.
branchesObjectThe branches of the bank
branches.idStringThe unique identifier of the branch
branches.branchCodeStringThe code of the branch
branches.branchNameStringThe name of the branch
branches.swiftCodeStringThe swift code of the branch , according to ISO 9362
branches.bicStringThe Bic code of the branch , according to ISO 9362
branches.BankIdStringThe bank Id

Sandbox Test Account

{
    "accountNumber": "1020820171412",
    "bankSwiftCode": "ADNTGHAC",
    "currency": "GHS",
    "type": "bank_account"
}
{
    "accountNumber": "233246089019",
    "currency": "GHS",
    "type": "mobile_money",
    "mobileMoneyCode": "MTN"
}
Query Params
string
Defaults to NGN
string
Defaults to NG
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json