#Vilem
1 messages · Page 1 of 1 (latest)
Hello, where exactly are you seeing this error? Is it in your developer console or is some function throwing an error that includes that?
How are you trying to redirect? Are you sending them straight to the URL on the Checkout Session object?
Awesome, that is how we recommend doing it.
And that is the cs_test_ request at the top of your network logs in that screenshot?
Would you mind sending me the full URL that you are directing to?
I am sure that it is the one we give you, just want to see if I get the error too
Yes please
I am seeing it too for that link. Will be helpful to know if it is just that one session vs every session
ive tested it several times now with the same result wah time
So it looks like the API returned a fuller URL and that one is working for me https://checkout.stripe.com/c/pay/cs_test_a1SvVLRR5WtAgWbSx5LYIbBleULHZNV2VSqG8njPWwP9X3a3fRvruAtSrd#fidkdWxOYHwnPyd1blpxYHZxWjA0SHZ0b3FHZndzaWRRMUBAVXNgMD11QUFET01Dc1xyampjVFRicFZWfXN1NkdzR11wRGJ%2FNWpVb3NSV0JjbGgwV3JfM1E0Z0RyXXZCSnNfY049YUoyXHFENTVgf102aXxMQScpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl
You can see it in our logs here https://dashboard.stripe.com/test/logs/req_JNztzC5dWCJA60
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Is it possible that your code is stripping the rest of the URL out here?
It should just be that one. I will look at our .NET library and see if it does this for me
What version of stripe-dotnet are you using here?
42.12.0
sry
41.12.0
oh yeah thats wierd... in those logs my every response url is significantly longer than the ones im sending to FE
from BE im getting the long one but in browser there is the short one
Interesting. Even in the dev tools you are only seeing the short one?
Is it possible that whatever .NET library you are using to manage HTTP requests is doing this?
im just using asp.net core
but thats the problem and u also showed me the logs which are rly helpfull
so i will move on from here. thank u very much for ur help and time 🙂
it will probably be the custom iactionresult ii made
Awesome! Glad I could help, let us know if you run in to anything else