- To ensure a request is idempotent, you must generate and provide an idempotency key formatted as a GUID.
- Subsequent requests with the same
idempotency_key
parameter value will produce the same result as the initial request. - The
idempotency_key
body parameter has to be sent in UUID format.
Operations that support idempotency
The following UQPAY API operations support idempotent requests. Check the API reference for more details.Payouts API
Payouts API
- Create a payout.
- Cancel a beneficiary.
Payments API
Payments API
- Create a payment.
- Cancel a payment.
- Refund a payment.
- Capture a payment.