Billing
Reactivate Plan
Reactivate a previously canceled subscription.
Returns the fresh SubscriptionInfo after reactivation so callers can avoid a follow-up fetch. Raises NO_CANCELABLE_SUBSCRIPTION if there is no active subscription to reactivate.
post/api/v1/payments/reactivate_plan
Response
Successful Response
Example response
{
"status": "autorenew",
"plan": "pro",
"expiration_date": "2026-12-31",
"activation_method": "stripe",
"plan_price": {
"amount": "600",
"raw_amount": 600,
"currency": "USD",
"billing_cycle": "monthly",
"tax_behavior": "exclusive"
},
"has_billing_portal": true,
"invoice_credit_balance": {
"usd": 0
}
}Changes
No recorded changes to this endpoint across all 11 revisions of this API.