A void cancels a pre-authorization and releases the hold on the customer’s funds. Use this endpoint when you need to cancel a reservation before calling capture.Documentation Index
Fetch the complete documentation index at: https://www.smartretry.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.