Skip to main content

Return a billing context bundle for support handoff. Includes plan, subscription status, and the latest Stripe invoice s

GET 

/api/v1/settings/billing/support-context

Return a billing context bundle for support handoff. Includes plan, subscription status, and the latest Stripe invoice summary so support can triage a billing issue without follow-up. Latest invoice is fetched via stripe.Invoice.list(limit=1) and cached server-side for 60 seconds per customer.

Request

Responses

Success