v1
latestOpenAPI 3.1.02026-07-24590534.0 KBVerify a bank account
Checks that a bank account is valid and returns the account holder’s name.
post/refunds/{merchant_reference}/verify_account
Path parameters
merchant_referencestring required
The merchant reference of the original transaction. The transaction must belong to the merchant making the request.
Request body
Response
200
Example response
{
"status": "ok",
"message": "Bank account successfully verified",
"data": {
"account_name": "Ada Lovelace",
"account_number": "0123456789",
"bank_name": "GTBank",
"bank_code": "058"
}
}