Information extracted from the document such as Name and Birth Date. All field names can be found here.
hasPassedRules
Boolean
Indicates that the step has successfully passed the initial checks (e.g., document authenticity, validity, expiration status, etc.). The final step's check status can be retrieved from the IDWise backend.
isConcluded
Boolean
Indicates if the step permits another attempt. A step concludes when: (1) it successfully passes all checks (i.e hasPassedRules = True), or (2) it reaches the maximum number of attempts (e.g., 2 attempts). For further information, refer to the retries and error handling guide.
errorUserFeedbackCode
String
A programmatic code used to indicate the user error encountered. All codes are available here. If the step passes all checks and no errors occur, this will return an empty string.
errorUserFeedbackDetails
String
A user-friendly description of the error, intended to help users understand and correct the issue. You can show this message to your users. If the step passes all checks and no errors occur, this will return an empty string.
errorUserFeedbackTitle
String
A user-friendly title summarizing the error, designed to help users quickly identify the issue. You can display this title to your users. If no errors occur, this will return an empty string.