Stripe (public)

Get Session Status

Called by /thank-you to decide which UI to show:

  • user_exists=True → "Welcome back, sign in"
  • user_exists=False → "Create your account"

Returns email (lowercased) so the sign-up form can pre-fill it.

get/api/billing/website/session-status

Query parameters

session_idstring required

Response

Successful Response

emailstring nullable required
user_existsboolean required
payment_statusstring nullable required
subscription_typeinteger nullable required

Changes

No recorded changes to this endpoint across all 1 revision of this API.