Account number 1.0
Verify bank account number
Last updated
Verify bank account number
TEST DATA:
number: 4444444444
bank_code: 214
POST https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/bank_account
This endpoint allows you to verify a bank account number
x-api-key
string
< your secret key >
bank_code
string
code of the user's bank
number
string
bank account number
{
"status": true,
"detail": "Verification Successfull",
"account_data": {
"account_number": "",
"account_name":"",
}
}Last updated