v1

latestOpenAPI 3.0.0Proprietary2026-07-2233792.6 KB
Banks

Verify Bank Account

Verify bank account

post/payments/banks/validate

Request body

idstring

Bank identifier from the GET /payments/banks endpoint.

accountNumberstring
currencystring

Optional. The bank account currency (ngn or ghs) should match the currency of the selected bank ID. If omitted, defaults to your business's operating country currency.

Example request

{
  "id": "39",
  "accountNumber": "3154021148",
  "currency": "ngn"
}

Response

Bank account verified successfully