Account number 1.0

Verify bank account number

TEST DATA:

number: 4444444444

bank_code: 214

Verify Bank account

POST https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/bank_account

This endpoint allows you to verify a bank account number

Headers

Request Body

{
    "status": true,
    "detail": "Verification Successfull",
    "account_data": {
        "account_number": "",
        "account_name":"",
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated