For the complete documentation index, see llms.txt. This page is also available as Markdown.

Creating the Customer Portal

You can download invoices, upgrade, downgrade or cancel subscriptions within the app, but Stripe implemented a very pretty and easy to use customer portal.

Official docs: https://stripe.com/docs/billing/subscriptions/customer-portal

Setting up a customer portal

  1. Configure your customer portal:

    1. Payment methods: Enable (recommended)

    2. Cancel subscriptions: Enable (your preference)

    3. Update subscriptions: (your preference)

    4. Added products: Add all your subscription-based products

    5. Links:

      1. Terms of Service: https://yourappname.com/terms

      2. Privacy Policy: https://yourappname.com/privacy

Preview

Last updated

Was this helpful?