#Mustafa
1 messages · Page 1 of 1 (latest)
Yes you can have your custom portal configuration here https://stripe.com/docs/api/customer_portal/sessions/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Create 2 different config, and use them separately
For more context, I have found the way to create configuration via API but is there some way I can configure it from Dashboard?
Thanks for the quick response
No, Dashboard will only generate 1 general config
Okay, thanks.
Follow up question:
I have enabled the settings limiting one customer to 1 subscription only.
https://stripe.com/docs/payments/checkout/limit-subscriptions
If a customer tries to subscribe again, they will be redirected to customer portal through stripe.
How can I direct them to customer portal using their own specific configuration?