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

Fetch a checkout session by its ID. Useful for polling sessions when you cannot run a webhook receiver.

When status is Completed, orderId is populated.

Path parameters

idstringrequired
The checkout session ID (e.g., cs_a8f3jk29bcMq2zx7Lp4WnDvR).

Headers

X-Api-Keystringrequired
Your API key.