Cancelling Subscriptions
Introduction
Front-end cancellation
{%- include 'ecommerce/subscription_cancel', orderID: this.id -%}
{%- if this.cancel_at_period_end != 'true' -%}
{%- include 'ecommerce/subscription_cancel', orderID: this.id -%}
{%- endif -%}
Un-scheduling the Cancellation before it happens
Cancelling Immediately
Stripe's Webhook
Last updated
Was this helpful?

