v1

latestOpenAPI 3.1.02026-07-26540161.7 KB

Verify Account Number

This API lets you verify a bank account

post/core/accounts/resolve

Request body

accountNumberstring

The account number. This is required for NUBAN accounts

bankCodestring

The bank Code. This is required for NUBAN accounts

bankSwiftCodestring

The bank swift code. Use this for GHS bank account verification

mobileMoneyCodestring

Required for type=mobile_money

type'bank_account' | 'mobile_money' | 'nuban' | 'iban' required

The type of account number

ibanstring

The international bank account number.

currencystring

The currency, i.e NGN, GHS. Note, this is only required for bank_account and mobile_money

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Account resolve successful",
  "data": {
    "accountNumber": "4038373314",
    "accountName": "Mart Olumide"
  }
}