Getting Started
his article explains how to make your first requests for wallets with the Unico IDPay REST API.
Before starting your integration, make sure you have valid credentials to use the product.
Get a valid OAuth token
To make requests to the REST API, you need a valid OAuth access token. If you are not familiar with the OAuth authentication model, see how to generate a valid token in this article. After the token generation, the access token must be sent in the header
of your request, along with the Authorization
parameter.
Environments
When starting your integration you will receive credentials for the approval environment. Production credentials are received only after the testing and certification process.
You must point your requests to the correct URLs at each stage of your integration. The approval and production URLs are listed below:
Approval environment:
https://transactions.transactional.uat.unico.app/api/public/v1
;Production environment:
https://transactions.transactional.unico.app/api/public/v1
.
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 Help Center.
Last updated