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
string
required
Your terminal identifier. Exactly 6 characters.
Request body
string
required
The
transaction_id of the pre-authorization to void. Exactly 8 characters.string
required
The
order_id associated with the pre-authorization. Exactly 8 characters.Response
string
required
SmartRetry’s unique identifier for this void transaction. Exactly 8 characters.
string
The order identifier, matching the
order_id from the original pre-authorization.string
The
merchant_order_id associated with the order, when present.boolean
required
true if the void was accepted for processing. Poll the status endpoint using the returned transaction_id to confirm the void outcome.