Hello Everyone,
I was wondering how can i send the user to Stripe Customer Portal. I didn't find any content related to Stripe Customer Portal on docs.
I've already the user Customer ID in my db, i just need to sent him to the Portal...
Thanks,
Rodrigo
Stripe assigns you a customer portal login link for all of your customers. You should be able to find it in your Stripe admin account.
How I use it:
- Create an environment variable in Server Connect Settings for each environment you have (dev, staging, production)
- Paste the value of the customer portal logins for each environment (dev and staging are the same in my case, production looks like https://billing.stripe.com/p/login/[unique ID])
- Include the Stripe customer portal login link in the navigation once a user is logged into my application.