#Valentin Hinov-API
1 messages · Page 1 of 1 (latest)
Don't have anything besides the payment intent id, I'm afraid.
Does that help?
Unless you can let me know where I can look for that req id?
It's like the Typescript fetch command is just failing for that URL randomly
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
From your dashboard
you can find request log here
it doesn't help since it seems like the last log entry was me updating the intent before confirming it. The confirm was never logged. It seems like the browser never managed to make the request
seems like a client-side issue
If you don't see it there, yes it could be the confirmation was never made
Do you have a screenshot?
console log?
But wait, are you trying to call the Confirmation API from js?
It doesn't work that way. The Confirmation API URL you specified is for backend call. In frontend you should use stripe.js methods like confirmPayment etc
yeah so I call confirmCardPayment from JS
and when I do it makes this very call to stripe
but it seems like the browser isn't able to do it for some reason, which is very new to me
could I try wrapping that in a retry block? Is there any downsides to doing it?
ah I see
Error fetching... but not tracking record on your request log?
In 1000 request, 998 succeed you do see the confirmation on your log, right? Only 2 doesn't have confirm log
It's weird. Any way to reproduce? Maybe network was just flaky at the moment?
Maybe - it's just weird how it started happening on June 27th and has been intermittent ever since. The confirmCardPayment gets executed in a chain that includes calls to my own server. Why would the browser be able to talk to my server but not stripe
my question from before still stands - is it ok if I wrap the confirmCardPayment in a retry block in case this happens? I assume yes
As long as the request happens it shouldn't throw an exception for any other reason right? It should give me a result with errors if there are any
Yes retry works
Thanks, I'll try that
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.