Verification Fields
Verifications store values collected from the customer in fields.
You can configure custom fields on your Workflow schema to support your use cases.
Reading fields via API
A Verification's fields can be retrieved via the external API using a GET request. Fields are also passed back to the caller in workflows on completion.
For example:
{ "mrz": {
"issuerCountry": "PHL",
"passportType": "P",
"firstName": "****** ******",
"lastName": "******",
"idNumber": "******",
"birthday": "1990/12/15",
"nationality": "PHL",
"gender": "F",
"expiryDate": "2019/02/26",
"documentNumber": ""
},}
Updated 12 months ago