Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
APIManagement APICheckout SessionsExpire a checkout session
POST/api/v1/checkout/sessions/{id}/expire

Mark an open checkout session as cancelled. Idempotent: a no-op if the session is already in a terminal state (Completed, Cancelled, Expired).

Path parameters

idstringrequired
The checkout session ID.

Headers

X-Api-Keystringrequired
Your API key.