Account number 2.0

TEST DATA:

number: 4444444444

bank_code: 214

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

NameTypeDescription

number*

string

account number

bank_code*

string

code of user's bank

Headers

NameTypeDescription

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