Skip to main content
Poll this endpoint to check whether a subscriber has completed payment for a given checkout session. The response includes the full session state, associated service and payment plan details, the pre-associated user if one was set, and any subscriptions that were created upon payment completion.

Path Parameters

string
required
The unique identifier of the checkout session to retrieve.

Response

A successful request returns HTTP 200 OK with the full checkout session object.
object
The requested checkout session.

200 — Checkout session retrieved

Example Request

Error Codes

Check the subscriptions array in the response — a non-empty list means payment was completed and a subscription is active.