Plate number verification

TEST DATA

vehicle_number: AAA000000

Verify a vehicle plate number

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

Headers

Request Body

{
    "status": true,
    "response_code": "00",
    "message": "Valid and assigned to the vehicle",
    "data": {
        "vehicle_number": "",
        "vehicle_name": "",
        "vehicle_color": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated