Last updated 3 months ago
This endpoint assists you in resolving the account holder's name for the given bank details to prevent erroneous disbursements.
/v1/banks/resolve-account
curl -L \ --request POST \ --url '/v1/banks/resolve-account' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json'
{ "status": "success", "message": "text", "data": { "country": "text", "account_name": "text", "account_number": "text", "bank_name": "text", "bank_code": "text" }, "meta": {}, "is_error": true, "errors": { "ANY_ADDITIONAL_PROPERTY": [ "text" ] } }