POST api/{apiVersion}/LiveAuth/VerifyTckkBack
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": "645ff203-6eb9-4908-bfbf-28a674ccad95", "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
ServiceResponseOfVerifyTckkBackResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | VerifyTckkBackResponse |
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": { "barcodeFound": true, "barcodeLocation": [ "sample string 1", "sample string 2" ], "barcodeImageBase64": "sample string 2", "headerTextFound": true, "IsHeaderTextValid": true, "headerTextLocation": [ "sample string 1", "sample string 2" ], "headerText": "sample string 5", "chipFound": true, "chipLocation": [ "sample string 1", "sample string 2" ], "chipImageBase64": "sample string 7", "nfcFound": true, "nfcLocation": [ "sample string 1", "sample string 2" ], "nfcImageBase64": "sample string 9", "motherNameFound": true, "IsMotherNameValid": true, "motherNameLocation": [ "sample string 1", "sample string 2" ], "motherName": "sample string 12", "fatherNameFound": true, "IsFatherNameValid": true, "fatherNameLocation": [ "sample string 1", "sample string 2" ], "fatherName": "sample string 15", "issuerFound": true, "IsIssuerValid": true, "issuerLocation": [ "sample string 1", "sample string 2" ], "issuer": "sample string 18", "tbmmFound": true, "tbmmLocation": [ "sample string 1", "sample string 2" ], "tbmmImageBase64": "sample string 20", "serialNoFound": true, "IsSerialNoValid": true, "serialNoLocation": [ "sample string 1", "sample string 2" ], "serialNo": "sample string 23", "mrzFound": true, "IsMrzValid": true, "mrzLocation": [ "sample string 1", "sample string 2" ], "mrzImageBase64": "sample string 26", "mrz": "sample string 27", "mrzContents": { "documentType": "sample string 1", "countryCode": "sample string 2", "documentNumber": "sample string 3", "tckn": "sample string 4", "dateOfBirth": "sample string 5", "gender": "sample string 6", "dateOfExpiry": "sample string 7", "nationality": "sample string 8", "name": "sample string 9", "surname": "sample string 10" } }, "UploadedDocumentId": "6ca37091-deaa-459d-8f41-f1f92ab5eb2b" }, "IsShowMessage": true, "IsShowRateAndReview": true }