v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBSubscriptions
Pause a subscription
Pauses a subscription with the given subscription_id.
The subscription pauses on the next billing cycle date and transitions to a "paused" status instead of charging the customer.
post/subscriptions/{subscription_id}/pause
Path parameters
subscription_idstring required
Example:1abc2DE_FGhIjKLm3NoPQR
Unique identifier for the subscription.
Request body
Example request
{
"pausePeriodCount": 2
}Response
OK
Example response
{
"id": "aBCDE12fGH3iJkL4mNOpqr",
"subscription": "aBCDE12fGH3iJkL4mNOpqr",
"active": true,
"state": "active",
"isPauseScheduled": true,
"changed": 1737753214722,
"changedValue": 1737753214722,
"changedInSeconds": 1737753214,
"changedDisplay": "1/24/25",
"changedDisplayISO8601": "2025-01-24",
"changedDisplayEmailEnhancements": "Jan 01, 2025",
"changedDisplayEmailEnhancementsWithTime": "Jan 01, 2025 09:13:34 PM",
"currency": "USD",
"account": "abCdE1FGH2Hij3KLMnOpqR",
"product": "furious-falcon-annual-subscription",
"display": "Furious Falcon Annual Subscription",
"quantity": 1,
"autoRenew": true,
"price": 10,
"priceDisplay": "$10.00",
"priceInPayoutCurrency": 10,
"priceInPayoutCurrencyDisplay": "$10.00",
"discountDisplay": "$0.00",
"discountInPayoutCurrencyDisplay": "$0.00",
"subtotal": 10,
"subtotalDisplay": "$10.00",
"subtotalInPayoutCurrency": 10,
"subtotalInPayoutCurrencyDisplay": "$10.00",
"next": 1825977600000,
"nextValue": 1825977600000,
"nextInSeconds": 1825977600,
"nextDisplay": "11/12/27",
"nextDisplayISO8601": "2027-11-12",
"sequence": 1,
"begin": 1731383443568,
"beginValue": 1731383443568,
"beginInSeconds": 1731383443,
"beginDisplay": "11/12/24",
"beginDisplayISO8601": "2025-01-01",
"beginDisplayEmailEnhancements": "Jan 01, 2025",
"beginDisplayEmailEnhancementsWithTime": "Jan 01, 2025 03:50:43 AM",
"nextDisplayEmailEnhancements": "Jan 01, 2027",
"nextDisplayEmailEnhancementsWithTime": "Jan 01, 2027 12:00:00 AM",
"intervalUnit": "year",
"intervalUnitAbbreviation": "yr",
"intervalLength": 1,
"nextChargeCurrency": "USD",
"nextChargeDate": 1825977600000,
"nextChargeDateValue": 1825977600000,
"nextChargeDateInSeconds": 1825977600,
"nextChargeDateDisplay": "11/12/27",
"nextChargeDateDisplayISO8601": "2027-11-12",
"nextChargePreTax": 10,
"nextChargePreTaxDisplay": "$10.00",
"nextChargePreTaxInPayoutCurrency": 10,
"nextChargePreTaxInPayoutCurrencyDisplay": "$10.00",
"nextChargeTotal": 10,
"nextChargeTotalDisplay": "$10.00",
"nextChargeTotalInPayoutCurrency": 10,
"nextChargeTotalInPayoutCurrencyDisplay": "$10.00",
"nextNotificationType": "PAYMENT_REMINDER",
"nextNotificationDate": 1825372800000,
"nextNotificationDateValue": 1825372800000,
"nextNotificationDateInSeconds": 1825372800,
"nextNotificationDateDisplay": "11/5/27",
"nextNotificationDateDisplayISO8601": "2027-11-05",
"paymentReminder": {
"intervalUnit": "week",
"intervalLength": 1
},
"paymentOverdue": {
"intervalUnit": "week",
"intervalLength": 1,
"total": 4
},
"cancellationSetting": {
"cancellation": "AFTER_LAST_NOTIFICATION",
"intervalUnit": "week",
"intervalLength": 1
},
"pauseDate": 1762905600000,
"pauseDateValue": 1762905600000,
"pauseDateInSeconds": 1762905600,
"pauseDateDisplay": "11/12/25",
"pauseDateDisplayISO8601": "2025-11-12",
"resumeDate": 1825977600000,
"resumeDateValue": 1825977600000,
"resumeDateInSeconds": 1825977600,
"resumeDateDisplay": "11/12/27",
"resumeDateDisplayISO8601": "2027-11-12",
"instructions": [
{
"product": "furious-falcon-annual-subscription",
"type": "regular",
"isNotTrial": true,
"periodStartDate": 1731369600000,
"periodStartDateValue": 1731369600000,
"periodStartDateInSeconds": 1731369600,
"periodStartDateDisplay": "11/12/24",
"periodStartDateDisplayISO8601": "2025-01-01",
"intervalUnit": "year",
"intervalLength": 1,
"discountPercentDisplay": "0%",
"discountTotalDisplay": "$0.00",
"discountTotalInPayoutCurrencyDisplay": "$0.00",
"unitDiscountDisplay": "$0.00",
"unitDiscountInPayoutCurrencyDisplay": "$0.00",
"price": 10,
"priceDisplay": "$10.00",
"priceInPayoutCurrency": 10,
"priceInPayoutCurrencyDisplay": "$10.00",
"priceTotal": 10,
"priceTotalDisplay": "$10.00",
"priceTotalInPayoutCurrency": 10,
"priceTotalInPayoutCurrencyDisplay": "$10.00",
"unitPrice": 10,
"unitPriceDisplay": "$10.00",
"unitPriceInPayoutCurrency": 10,
"unitPriceInPayoutCurrencyDisplay": "$10.00",
"total": 10,
"totalDisplay": "$10.00",
"totalInPayoutCurrency": 10,
"totalInPayoutCurrencyDisplay": "$10.00",
"totalWithTaxes": 10,
"totalWithTaxesDisplay": "$10.00",
"totalWithTaxesInPayoutCurrency": 10,
"totalWithTaxesInPayoutCurrencyDisplay": "$10.00"
}
],
"initialOrderId": "9_fopjeBRBuCgCz0Nm2VXw",
"initialOrderReference": "NKO241112-7593-98143",
"action": "subscriptions.pause.get",
"result": "success"
}