Postman Collection
Import the collection below into Postman, configure your credentials, and call every documented Card Not Present Verification endpoint without writing code.
Collection
| Collection | Notes |
|---|---|
| Download | Includes Payment transactions, Chargeback, and Credit card Onboarding requests, pre-configured with the UAT base URL and example request bodies. |
Setup
- Download the collection above.
- Import it in Postman:
File > Import > Upload Files. - Get an access token by following Authentication — the collection does not generate the token for you.
- Configure the collection variables — open the collection, go to the Variables tab, and fill in:
| Variable | Value |
|---|---|
base_path | Defaults to UAT (https://transactions.transactional.uat.unico.app/api/public/v1). Change to https://transactions.transactional.unico.app/api/public/v1 for production. |
access_token | The access token obtained in step 3. |
transaction_id | ID of a transaction you created with the "Create Transaction" or "Validate Credit Card" request — required by every other request in the collection (status, evidence set, notification, chargeback, and onboarding-status). |
chargeback_id | ID returned by "Request Chargeback Review" — required by "Get Chargeback Review Status". |
- Run the requests — each one sends
Authorization: Bearer {{access_token}}automatically.
note
This collection covers only the endpoints currently documented on this site. If you were pointed here for an endpoint you don't see in the collection, reach out to your Unico contact.
What's next
- Authentication — generate the access token the collection needs.
- API Reference — full documentation for every request in the collection.