billing
internal
Resume a paused subscription
Clears Stripe pause collection and re-activates billing. Available while plan_status === 'paused'.
post/api/billing/resume
Response
Subscription resumed
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.16.2"
}
}