#captions_75309_62523
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.
- captions-subs-addons, 6 days ago, 18 messages
- captions_75309_62523, 6 days ago, 7 messages
You can control this by using the link you shared
If you pass a certain configuration id to the session, that particular checkout session will use the configuration pass
So you can pass different configurations for your 2 scenarios
this is the customer portal and not the checkout session. does the same apply
ok ty! Am I able to embed the customer portal like I can with the checkout?
currently, it seems like it opens a new tab which says to click a link in an email
Not currently, no
okay, so my only option is to provide the customer portal via an email link?
can i bypass the email?
Nope
and could you provide some instructions on how to set up a redirect link from the customer portal? at what point does it redirect back to my url
If you create the customer portal session via the api you can share those session links in your app too
Doesn't need to be email
This is all covered in the link you shared with me actually
Have you read it entirely?
return_url is how to redirect back
ok i see thanks
it's not clear to me when the customer portal will redirect back to the uri
could you clarify
oh it seems i misunderstood
so the return_url is just a fall back in case no customer portal session is generated?
there's no way for the customer portal to redirect back to my application? the user would just close the tab?
No there should be a redirect button
Really I recommend just testing this out yourself in test mode
That's always the best way to find out how things work
do you have a link for how to set up the redirect
it says "add a redirect on your site"
i've read this and it seems like it's talking about a redirect from my site to the stripe customer portal
i'm talking about a redirect from the customer portal back to my site
It's return_url
all you need to do is specify return_url
that's the link to redirect back to your site
ok thanks
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.