Credit card onboarding
In this section, you will find all the technical specifications of the IDPay product REST APIs for managing credit card onboarding transactions
Before you start
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.
123456ID of the company responsible for the transaction. This field is provided by Unico.
7873959b-f7b2-4b81-8b0e-4ce178e64dafURL 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/redirectMaximum secured value.
10.5Transaction created successfully.
ID of the created transaction.
6ab1771e-dfab-4e47-8316-2452268e5481Current transaction status.
waitingLink related to the transaction (only returned if additionalInfo.processID is not provided).
https://aces.so/testSigned token containing the necessary parameters to initialize the Unico IDPay web SDK (only returned if additionalInfo.processID is not provided).
eyJhbGciOiJIUzI1NiIsInR5cC[...]Ok6yJV_adQssw5cInvalid request data.
Access forbidden (invalid token or insufficient permissions).
Resource not found.
Internal server error.
ID of the transaction to be queried.
6ab1771e-dfab-4e47-8316-2452268e5481Valid access token. The value must be sent in the format Bearer {token}.
Query successfully executed.
Current status of the transaction.
processingWhether an identity swap occurred in the transaction (optional).
falseInvalid request data.
Access forbidden (invalid token or insufficient permissions).
Transaction not found.
Internal server error.
Last updated
Was this helpful?