v62
latestOpenAPI 3.1.0Dual (AGPL3.0, Commercial License Available)raw.githubusercontent.com2026-08-03211303932.5 KBbilling
internal
Resume a paused subscription
Clears Stripe pause collection and re-activates billing. Available while plan_status === 'paused'. The prorated pause credit is posted to the customer's Stripe balance asynchronously by the webhook arm that fires for the pause_collection clear — the endpoint just returns success.
post/api/billing/resume
Response
Subscription resumed
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.17.7"
}
}