#aon108-checkout-returnurl
1 messages ยท Page 1 of 1 (latest)
Can you link the section in the docs you're referring to?
Gotcha ok. Can you share the request id where you're getting this error?
Find help and support for Stripe. Our support site 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_ee9ceUSokeMAbv
Hm looking
thanks. it is specifically the curly brackets. if url encode them it is fine - but then obviously doesnt work
Let me ask a colleague. You're doing what our docs show, so either the docs are wrong or it's a bug
thanks ๐
i just need some way on the redirect to get what the checkout session id is. As i tried storing it locally but the redirect refreshes the page.
aon108-checkout-returnurl
Ok so it actually looks like some odd validation issue with /#/ in the url
My colleague tested your url without the /#/ and it worked with {CHECKOUT_SESSION_ID}
We'll file as a bug
But recommend you don't use /#/ in the url for now
Not sure when the team will get around to fixing this
It's specifically the combo of /#/ with {} that trigger the bug
Using /#/ without {} works
And using {} without /#/ works
haha got to love a good edge case ๐ thanks for looking into this. I will get rid of the /#/ in the url. Have a good rest of the day!