Version: 2.0
Query international records in Interpol through the Verifik provider, using personal identification data of the user to be verified.Available countries: 🇨🇴 Colombia
Configuration
- Inputs
- Outputs
Country
Country
Variable:
country. Country in which the query is performed.Available values: ColombiaCurrently the country selector is only enabled for Colombia.
Identification type
Identification type
Variable:
documentType. Type of identity document, enabled according to the selected country.Available values for Colombia:CC: Cédula de Ciudadanía (Colombian citizens)PEP: Permiso Especial de Permanencia (foreigners, mainly Venezuelan)CE: Cédula de Extranjería (foreign residents in Colombia)
Identification number
Identification number
Variable:
documentNumber. Identity document number of the person to query.Integration
1
Capture the user's data
Collect the country, document type, and identification number from the user in your flow.
2
Configure the parameters
Assign the captured values to the tool’s required parameters:
country: Query countrydocumentType: Document type according to the countrydocumentNumber: Identification number
3
Handle the outputs
Implement different flows based on the result:
- ✅ No criminal record: Continue the normal process
- 🔴 Errors: Implement retries, validations, or notify the user
4
Store the results
Save the response in memory variables to use in subsequent flow decisions.