Billing

Get checkout session status

Poll the completion status of a checkout session created by this organization.

get/billing/checkout-session/{sessionId}

Path parameters

sessionIdstring required

The checkout session id returned by createCheckoutSession.

Query parameters

organizationIdstring

Organization to operate on. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Response

OK

status'pending' | 'active' | 'expired' required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.