Step Result

This page describes the step result payload provided as part of the onStepResult callback. The payload object includes the following properties:

FieldTypeDescription
stepIdStringThe value of the field
stepResultStepResult?Described here

Step Result

FieldTypeDescription
recognitionDocumentRecognitionDocument recognition information.
extractedFieldsMap of String and FieldValueInformation extracted from the document such as Name and Birth Date. All field names can be found here.
hasPassedRulesBooleanIndicates 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.
isConcludedBooleanIndicates whether the step can be retried or not. The step can be concluded in one of the following cases: (1) the step has passed all the required checks, or (2) the step has reached the maximum number of allowed attempts (e.g., 2 attempts).
errorUserFeedbackCodeStringA 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.
errorUserFeedbackDetailsStringA 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.
errorUserFeedbackTitleStringA 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.
nfcResultNFCResultResult from NFC chip reading.

Document Recognition

TypeDescription
issuingCountryCodeStringCountry of issue as ISO 3166-1 alpha-3 country code
issuingCountryNameStringName of country of issue
documentTypeStringType of the Document, either a Identity Card, Passport, Commercial Licence, Driving Licence, Practice Permit, Residence Permit, Utility Bill, Vehicle Licence, Vaccination Card, Work Permit, Car Registration, Travel Document, Car Ownership, Visa, Vehicle Registration, Proof of Address, Other Forms, Insurance Certificate, Birth Certificate, Registration Certificate, Tax Document, National Insurance Document, Military ID, Voter Card, Archive Only.

Field Value

FieldTypeDescription
valueStringThe value of the field

NFC Result

The NFCResult object contains the following data extracted from the Document via reading the NFC chip

FieldTypeDescription
facePhotoBitmapImage of the user which is extracted from NFC chip scanning
extractedFieldsMap of String and FieldValueInformation extracted from the NFC chip scanning

All extractedFields from the NFC can be found here