Account number 2.0
Verify Account Number 2.0
POST https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/bank_account/advance
This endpoint allows you to verify a bank account number.
Query Parameters
Name
Type
Description
number*
string
account number
bank_code*
string
code of user's bank
Headers
Name
Type
Description
x-api-key*
string
<your secret key>
app-id*
String
<your app id>
{
    "status": true,
    "detail": "Verification Successful",
    "account_data": {
        "account_currency": "",
        "account_name": "",
        "first_name": "",
        "other_names": "",
        "last_name": "",
        "account_type": "",
        "address_1": "",
        "address_2": "",
        "city": "",
        "phone": "",
        "postal_code": "",
        "state_code": "",
        "country_code": "",
        "nationality": "",
        "country_of_birth": "",
        "country_of_issue": "",
        "dob": "undefined",
        "expiry_date": "",
        "identity_number": "XXXXXXXXXXX",
        "identity_type": "BVN"
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}Last updated