Pause a subscription
pause_subscriptionStop future billing for a customer's subscription while keeping it active. Use when the customer may return; reverse with resume_subscription.
Instructions
Pause a customer's subscription, stopping future billing while keeping the subscription itself. Reversible with resume_subscription, which is why this needs no confirmation. Prefer this over cancel_subscription whenever the customer might come back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Which configured ThriveCart account to use, by name (for example 'navid-media'). Defaults to the first configured account. Call list_accounts to see them. Figures from one cart never include another. | |
| order_id | Yes | The order or subscription id, from get_customer or get_transactions. |