v31

latestOpenAPI 3.0.1MITraw.githubusercontent.com2026-07-082421122.2 KB
Bank Account

Verify bank account details if it is correct

Verify bank account details if it is correct. The response returned should match the account number and account name of the user. This endpoint is currently limited to Nigeria(NGN) only

get/bank/name-enquiry

Query parameters

accountNumberstring string required

The account number to verify

bankCodestring string required

The bank code to verify

Response

Bank name enquiry response

statusstring string
messagestring string

Example response

{
  "status": "ok",
  "message": "Bank account name verified successfully",
  "data": {
    "accountName": "Oladeji Olaolu",
    "accountNumber": "0123456789",
    "kycLevel": "3",
    "nameInquiryReference": "123456789",
    "channelCode": "123456789"
  }
}