CreateProcess
In this section, you will find how to create a process in Unico via the REST API
Atualizado
In this section, you will find how to create a process in Unico via the REST API
Atualizado
Institucional
Sobre nósCopyright © 2024 unico. All rights reserved
Your API requests are authenticated using an access token. Any request that does not include a valid access token will return an error.
You can learn more about generating an access token here.
For detailed verification of the API parameters, please refer to the Parameters Specification section.
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our .
Endpoint to create a new identity verification process in by Unico.
Defines where the user will be redirected at the end of the process. Possible values are: an HTTPS URL for web page redirection, a URL schema for redirection in native mobile applications, or no redirection (include only '/').
"/"
Flow type. Possible flows: 'idlive', 'idcheck', 'iddocs', 'idsign', 'iddocssign', 'idcheckserpro', 'idtoken'. See flow details in the 'Overview' section of this documentation.
"iddocssign"
The ID of the branch where the process will be created. If there is only one branch associated with the service account, this parameter does not need to be included.
"60837cd3-ed3c-4038-ad7c-0a85ad64b03a"
Biometric token identification. Required for the 'idtoken' flow, and an ID from a completed process of any other identity verification flow must be used.
"60837cd3-ed3c-4038-ad7c-0a85ad64b03a"
Process purpose. Possible values are: 'creditprocess', 'biometryonboarding', or 'carpurchase'.
"creditprocess"
This is the process expiration time in seconds. If this information is not provided, the default value of 7 days will be used.
"3600s"
Process successfully created.