How to allow users to unsubscribe from a payment plan

I have made a subscription plan and linked it to stripe. Will the subscription keep renewing after each month if the customer does not touch anything? This is all I have after the customer chooses to subscribe

Furthermore, how can I provide a place for customers to cancel their subscription?
Thanks in advance

Check out the stripe customer portal plugin :slight_smile:

I bring some details about the user’s subscription in to a text element just so they can view some details immediately, and then have a button ‘manage my subscription’ that opens up the stripe customer portal which allows them to manage subscriptions, update payment methods, see past invoices etc.

This topic was automatically closed after 70 days. New replies are no longer allowed.