Successful Payload

You can find a successful Payload example and description

// Some code
{
  "result_id": "f49d3a83-3dac-464a-b97a-bd8f7f1fa9b9",
  "event": "success",
  "data": {
    "kyc": {
      "id": "f49d3a83-3dac-464a-b97a-bd8f7f1fa9b9",
      "kycInquiryId": "e0da16b2-bebc-46ee-aa23-3d92a4dc818e",
      "createdAt": "2023-10-03T10:31:51.303476Z",
      "tenantId": "6098ca37-d11e-4b66-9344-3837dd3852f9",
      "customData": null,
      "status": "success",
      "documentId": "f915626947e64baf9a1454c6e662ecd1",
      "documentType": "GB_DrivingLicense_2015",
      "class": "web-mobile",
      "platform": "iOS",
      "browser": "Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1",
      "scoreDocumentTotal": 0.9968421,
      "scoreBiometricLifeProof": 0.90229774,
      "scoreBiometricSelfie": 0.99972534,
      "scoreBiometricPhotoId": 0.99972534,
      "scoreBiometricDuplicateAttack": 0.55731136,
      "processCode": "ProcessCompleted",
      "processType": "info",
      "processMessage": "The process has been successfully completed",
      "processAdditionalData": null,
      "identityId": "[email protected]"
    }
  },
  "custom": null
}

Result Information

Provides an ID for referencing the specific result and indicates that the event was successful.

  • Result ID: f49d3a83-3dac-464a-b97a-bd8f7f1fa9b9

  • Event: Success

KYC Data

Includes essential information about the KYC process, such as IDs, creation timestamp, tenant ID, document details (ID and type), device information (platform, class, browser), and custom data (if any).

  • ID: f49d3a83-3dac-464a-b97a-bd8f7f1fa9b9

  • KYC Inquiry ID: e0da16b2-bebc-46ee-aa23-3d92a4dc818e

  • Created At: 2023-10-03T10:31:51.303476Z

  • Tenant ID: 6098ca37-d11e-4b66-9344-3837dd3852f9

  • Custom Data: N/A

  • Status: Success

  • Document ID: f915626947e64baf9a1454c6e662ecd1

  • Document Type: GB_DrivingLicense_2015

  • Class: Web-Mobile

  • Platform: iOS

  • Browser: Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1

KYC Scores

Lists various scores related to the verification process, including the total document score and different biometric scores (life proof, selfie, photo ID, duplicate attack).

  • Total Document Score: 0.9968421

  • Biometric Life Proof Score: 0.90229774

  • Biometric Selfie Score: 0.99972534

  • Biometric Photo ID Score: 0.99972534

  • Biometric Duplicate Attack Score: 0.55731136

Process Information

Specifies the process code, type, message, and any additional data. In this case, the process was successfully completed.

  • Process Code: ProcessCompleted

  • Process Type: Info

  • Process Message: The process has been successfully completed

  • Process Additional Data: N/A

Identity Information

Identifies the individual associated with the KYC process, in this case, by their email address.

Last updated