Resolve Bank Account Name

Resolves the name on a bank account. We recommend that you do this to ensure that the account number provided for a bank payout is the intended one.

POST https://api.ivorypay.io/v1/banks/account-resolution

Request Body

{
    "success": true,
    "message": "Query successful",
    "data": {
        "accountName": "NWAKASI STEPHEN IFEANYI"
    }
}

Last updated