post
https://api-sandbox.uqpaytech.com/api/v1/simulation/issuing/authorization
Simulate an authorization type transaction by including the card_id and other authorization details in your request.
Only cards with BINs below are supported for simulation.
40963608
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Please ensure that the available balance on the card is greater than the simulated transaction amount before calling this API.
ATM cash withdrawals cannot be simulated.
Example payload
curl --location 'https://api-sandbox.uqpaytech.com/api/v1/simulation/issuing/authorization' \
--header 'x-idempotency-key: {{$uuid}}' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'x-auth-token: {{$token}}' \
--data '{
"card_id": "{{$card_id}}",
"transaction_amount": 11.1,
"transaction_currency": "USD",
"merchant_name": "Orchard Centra",
"merchant_category_code": "5734"
}'
