Verify Bank Account Number- NG

This endpoint can be used to verify a Nigeria bank account number

POST {{BASE_URL}}/partner/payout/verify_bank_account/

ParameterTypeDescriptionRequired

list_code

string

The value to this field can be gotten from the List Banks endpoint

true

bank_code

string

The sort code or bank code of the receiving bank

true

country_code

string

ISO 3166-1 alpha-2 code.

true

account_number

string

Receiver account number

true

{
  "list_code":"T001",
  "bank_code":"058",
  "country_code":"NG",
  "account_number":"0011492583"
}

Last updated