Verify 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.