billing
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

datastring
errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.7"
  }
}

Changes