latestOpenAPI 3.1.02026-08-218667571.2 MB

a8ca30023371

User APIs
payments

Reactivate Subscription

Create a Stripe Checkout Session for subscription reactivation.

The user picks a plan tier and billing period; this endpoint resolves the Stripe price, creates a hosted Checkout Session (pre-filling saved payment methods when possible), and returns the redirect URL.

post/api/v1/payments/me/reactivate

Request body

plan_idstring required

Plan tier key, e.g. 'professional'

billing_period'monthly' | 'annual' required

Billing cadence

Response

Successful Response

urlstring required

Stripe hosted checkout URL to redirect the user

checkout_session_idstring required

Stripe checkout session ID