Country Select

This step is for selecting the country of the document that the user will be using for ID verification and data extraction.

It appears as follows:

It shows a list of country options.

The "Next" button will be disabled until a selection has been made.

Clicking "Next" will lock in the selection, send the selection to the backend API and navigate to the next step.

The component allows the user to filter by using the search box. Search will be applied to display-names and country codes.

Backend API Step Configuration

The following backend API configuration options under "Steps" influence this screen:

"SelectCountry": {
  "Enabled": true,
  "Order": 5,
  "TimesRepeatable": -1,
  "HighRiskRepeatCount": 1,
  "NestProcessID": "",
  "NestMicroflowName": "",
  "IntegrationMode": 0,
  "IntegrationEndpoint": ""
},

Please see the backend API step configuration section for more details on each property.