Void Payment
POST/public/api/v1/transactions/:transactionId/void
Void a payment by canceling it before it is captured, so no money is transferred.
This releases the held funds on the customer’s card instead of completing the charge.
We recommend a minimum timeout of 60 seconds.
All operations such as CAPTURE, VOID and REFUND are processed synchronously and the outcome is returned directly in the response, meaning webhooks are not required.
We strongly recommend using the Idempotency-Key header, to ensure safe retries in case of network failure.
Request​
Responses​
- 200
- 400
- 422
- 500
Void operation response.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.
Standard error response returned when a request fails.
Contains a machine-readable error code, a human-readable message,
and an errors object with field-specific validation issues.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.