Skip to main content

Cancel Subscription

POST 

/subscriptions/:id/cancel

Cancels an active subscription, permanently stopping the billing cycle.

Cancellation Effects:

  • The subscription status changes to CANCELED
  • No further charges will be processed
  • Access to subscription services typically ends immediately or at period end (depending on your business rules)

Important Notes:

  • Cancellation is permanent and cannot be undone
  • To restart service, a new subscription must be created
  • Consider using pauseAtPeriodEnd or cancelAtPeriodEnd for softer transitions

Use this endpoint when a customer wishes to completely terminate their subscription.

Request

Responses

A subscription object