v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Resume a paused subscription

Resume a paused subscription in the payment system. The subscription will be reactivated and billing will continue. Only available for Stripe and Paddle subscriptions.

put/subscription/resume

Request body

pay_system_idstring required

ID of the subscription in external Stripe/Paddle/PayPal, e.g. sub_1PzNJzCsRq5tBi2bbfNsAf86or I-H7HC902MYM49

Response

Subscription resumed successfully.

successinteger
errorinteger
messagestring

Example response

{
  "success": 1,
  "message": "Subscription payment collection has been resumed"
}