Safe retries for this POST endpoint use the
Idempotency-Key header. Reuse the same key only when retrying the exact same request body. See Idempotency.Path parameters
Your terminal identifier. Exactly 6 characters.
Request body
The
transaction_id of the pre-authorization to void. Exactly 8 characters.The
order_id associated with the pre-authorization. Exactly 8 characters.Response
SmartRetry’s unique identifier for this void transaction. Exactly 8 characters.
The order identifier, matching the
order_id from the original pre-authorization.true if the void was accepted for processing. Poll the status endpoint using the returned transaction_id to confirm the void outcome.