Plate number verification
Verify a vehicle plate number
POST
https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/vehicle
Headers
Name
Type
Description
x-api-key*
string
<your secret key>
app-id*
String
<your app id>
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": ""
},
"verification": {
"status": "",
"reference": ""
}
}
Last updated