post
https://api-sandbox.uqpaytech.com/api/v1/simulation/deposit
You can use this endpoint to simulate deposits into your global account. This is only available in the sandbox environment.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Example payload
curl --location 'https://api-sandbox.uqpaytech.com/api/v1/simulation/deposit' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'x-auth-token: {{$token}}' \
--header 'x-idempotency-key: {{$uuid}}' \
--data '{
"amount": "1106.15",
"currency": "SGD",
"sender_swift_code": "WELGBE22",
"receiver_account_number": "{{$account_number}}"
}'