Plate number verification
Verify a vehicle plate number
POST
https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/vehicle
Headers
Name
Type
Description
x-api-key
string
<your secret key>
Request Body
Name
Type
Description
vehicle_number
string
vehicle number
{
"status": true,
"response_code": "00",
"message": "Valid and assigned to the vehicle",
"data": {
"vehicle_number": "",
"vehicle_name": "",
"vehicle_color": ""
}
}
Last updated