#__rob1986__
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
You can create a Customer Portal link for any Customer, by Customer ID: https://stripe.com/docs/api/customer_portal/sessions/create
And then share the link with the Customer however you prefer.
I would advice actually having the customer go to an endpoint on your website, that creates a link on the fly, and then redirects the customer to the Billing Portal. This way the link won't expire and be a fresh one every time.
in the response, is the customer link 'url' ?
Yes
i assume session_secret will be populated with an actual value?
Yes
ok - thanks for your help
Happy to help. Please, let me know if you have any other questions.