POST api/{apiVersion}/LiveAuth/VerifyTckkFront
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
VerifyTckkFrontRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
transId | string |
None. |
|
image | string |
None. |
|
clientInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "2c08a73d-866f-4c24-8cc9-236dd9a22401", "transId": "sample string 2", "image": "sample string 3", "clientInfo": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfVerifyTckkFrontResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | VerifyTckkFrontResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "success": true, "errorMessage": "sample string 2", "errorCode": "sample string 3", "securityElementsValidationResults": [ true, true ], "validSecurityElementCount": 5, "invalidSecurityElementCount": 6, "contents": { "faceFound": true, "faceImageBase64": "sample string 2", "faceLocation": [ "sample string 1", "sample string 2" ], "signatureFound": true, "signatureImageBase64": "sample string 4", "signatureLocation": [ "sample string 1", "sample string 2" ], "ghostImageFound": true, "ghostImageLocation": [ "sample string 1", "sample string 2" ], "ghostImageBase64": "sample string 6", "flagFound": true, "flagImageBase64": "sample string 8", "flagLocation": [ "sample string 1", "sample string 2" ], "hologramFound": true, "hologramImageBase64": "sample string 10", "hologramLocation": [ "sample string 1", "sample string 2" ], "expirationDateFound": true, "expirationDate": "sample string 12", "expirationDateLocation": [ "sample string 1", "sample string 2" ], "expirationDateExpired": true, "IsExpirationDateValid": true, "tcknFound": true, "IsTcknValid": true, "tckn": "sample string 17", "tcknLocation": [ "sample string 1", "sample string 2" ], "nameFound": true, "IsNameValid": true, "name": "sample string 20", "nameLocation": [ "sample string 1", "sample string 2" ], "surnameFound": true, "IsSurnameValid": true, "surname": "sample string 23", "surnameLocation": [ "sample string 1", "sample string 2" ], "birthdateFound": true, "IsBirthdateValid": true, "birthdate": "sample string 26", "birthdateLocation": [ "sample string 1", "sample string 2" ], "genderFound": true, "IsGenderValid": true, "gender": "sample string 29", "genderLocation": [ "sample string 1", "sample string 2" ], "nationalityFound": true, "IsNationalityValid": true, "nationality": "sample string 32", "nationalityLocation": [ "sample string 1", "sample string 2" ], "serialNumberFound": true, "IsSerialNumberValid": true, "serialNumber": "sample string 35", "serialNumberLocation": [ "sample string 1", "sample string 2" ], "headerTextFound": true, "IsHeaderTextValid": true, "headerText": "sample string 38", "headerTextLocation": [ "sample string 1", "sample string 2" ] }, "UploadedDocumentId": "f49b32a6-0370-420c-9969-13668e4dd8b2" }, "IsShowMessage": true, "IsShowRateAndReview": true }