Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use multiple different Stripe customer portals for one Stripe account in an application?

I want to add two separate customer portals per Stripe account in an application. How should I do this?

I searched through Stripe documentation, but have had no luck yet. Since I'm new to Stripe I need help with this issue.

like image 468
Shashini Avatar asked Oct 24 '25 16:10

Shashini


1 Answers

You can set up only one Customer Portal Link through Dashboard settings, but you can use API to create many configurations as you need (for example, configuration 1 enables subscription update, and configuration 2 enables subscription cancel).

After that can you call the Customer Portals API to create a portal session with a configuration, and your customer can visit its url and access the portal.

like image 154
qichuan Avatar answered Oct 26 '25 12:10

qichuan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!