v1

latestOpenAPI 3.0.32026-07-248519153.1 KB

Pause a subscription

Pause an active subscription in the payment system. The subscription will be paused and no further charges will be made until it is resumed. Only available for Stripe and Paddle subscriptions.

put/subscription/pause

Request body

pay_system_idstring required

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

behavior'keep_as_draft' | 'mark_uncollectible' | 'void'

Behavior for paused subscription (Stripe only). Options: 'keep_as_draft', 'mark_uncollectible', 'void'

Response

Subscription paused successfully.

successinteger
errorinteger
messagestring

Example response

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