#dan-burke - customer portal
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Do you have a request id? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_jZjZmtE3P2ouPt
To add a little more detail:
- if I add
configuration(one of the parameters mentioned in the docs), I get the same error message but for that parameter - if i remove
return_url, I get an error messaging telling me to includesuccess_url
it seems to me like it's leading me to create a payment session rather than a portal session
So the session you are using is a checkout session not a customer portal session
Yep
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You're just instantiating the wrong session
ah i see now, thanks
No problem
working now! 🎉 thanks again