Get Verification Status
GET
{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/status
Verify a API log reference, and retrieve verification status
Headers
Name
Type
Description
x-api-key*
String
your secret key
app_id*
String
your app id
Request Body
Name
Type
Description
reference*
String
verification reference
{
"status": true,
"detail": "Data Retrieve",
"data": {
"verification_status": "VERIFIED",
"billing_status": true,
"reference": "0a76c134-5198-4e76-ba57-1d4bf1e96fc0",
"response_code": "00"
}
}
Last updated