#phant
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
yes
For security reasons, sessions are short-lived and will expire if the customer does not visit the URL. Create sessions on-demand when customers intend to manage their subscriptions and billing details.
https://docs.stripe.com/api/customer_portal/sessions
not sure, we don't document it.
it shouldn't matter really. The way you integrate is
- user clicks button on your site. Show a loading spinner etc
- you call the API and get back the object with the
url - you redirect the browser to the URL
so there's no time waiting with a URL
yes but i want to do something like when a payment is cancelled , give them this link in a mail
so that they can click and get redirected to their customer portal
you would give them a link to a route on your backend server that then calls the API and does the redirect to the URL