GET /api/v1/checkout-sessions/:id — Fetch Checkout Session
GET /api/v1/checkout-sessions/:checkoutSessionId — retrieves a checkout session by ID including payment plan, service, subscriptions, and user details.
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.
GET https://api.retempo.xyz/api/v1/checkout-sessions/:checkoutSessionId