Sample responses for ID Liveness API callback interactions
Field | Type | Description |
---|---|---|
statusCode | number | Status Code for the API request result |
apiType | string | API type identifier |
transactionId | string | Unique identifier for each request |
result | object | Object containing the processing result |
result.screenReplay | object | Object containing the result of the Screen Replay pipeline |
result.screenReplay.liveness_score | number | Liveness Score result of the Screen Replay check |
result.paperPrinted | object | Object containing the result of the Paper Printed pipeline |
result.paperPrinted.liveness_score | number | Liveness Score result of the Paper Printed check |
result.replacePortraits | object | Object containing the result of the Replace Portraits pipeline |
result.replacePortraits.liveness_score | number | Liveness Score result of the Replace Portraits check |
Field | Type | Description |
---|---|---|
statusCode | number | Status Code for the API request result |
apiType | string | API Type identifier |
transactionId | string | Unique identifier for each request |
errorCode | number | Identifies the specific error for troubleshooting |
message | string | Briefly describes the error |
Error Code | Description |
---|---|
1003 | Fail to process data |
1009 | Fail to analyze document |