Credit card onboarding
Last updated
Was this helpful?
Last updated
Was this helpful?
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 how to generate an access token here.
Important
The "Credit Card Onboarding" can be performed by either requesting a selfie from the end user and completing the entire registration process, or by reusing the biometric captures from processes executed by other products of the Unico IDCloud platform:
To reuse processes generated by other Unico IDCloud platform products, you must provide the reference process ID in the additionalInfo.processID
field;
The reference processes used must have been completed no more than 1 hour prior.
To view all possible statuses, refer to the section.
To optimize your application's performance, you can also implement our to know when to check the transaction status.
Didn't find something or still need help? If you're already a client or partner, you can reach out through our .
Endpoint to validate a credit card.
Valid access token. Must be sent in the format "Bearer {token}".
Number associated with the onboarding. This value will be used as an index in the portal and can serve as a foreign key between your system and IDPay.
123456
ID of the company responsible for the transaction. This field is provided by Unico.
7873959b-f7b2-4b81-8b0e-4ce178e64daf
URL to which the user will be redirected after completing the transaction. Possible values include: an HTTPS URL for web redirection or a Schema URL for redirection in native mobile apps.
https://example.com/redirect
Maximum secured value.
10.5
Endpoint to check the current status of a specific transaction.
ID of the transaction to be queried.
6ab1771e-dfab-4e47-8316-2452268e5481
Valid access token. The value must be sent in the format Bearer {token}
.