#knyrssll24-customer-portal
1 messages · Page 1 of 1 (latest)
What exactly is the problem you're trying to work around?
You should be able to redirect at your direction, assuming you've authenticated your user in order to show the sensitive info
@wheat zenith Users who have purchased subscriptions are not being found by the unique link generator and they are not able to login to view and/or manage their subscriptions. I would like to create a url for the billing portal login.
Can you explain this more for me? I am not a developer.
The customer portal exposes private info, so you need to authenticate a user before sending them there
Okay. What steps do I need to take in order to authenticate a user?
If you want a link on your site, you need to generate the portal session on demand after authenticating the user, portal links are only valid for a few minutes so you have to create & use them as needed.
That's up to you, depends on your system. For that you'll need a developer to help you, or integrate a third party auth solution
We're available here, but can't specifically help you develop that authentication solution no
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal#redirect
Make sure to authenticate customers on your site before creating sessions for them.