#siva.karicheti
1 messages ยท Page 1 of 1 (latest)
Stripe requests usually time out after 30 seconds (starting from when the request reaches our servers)
Can you able to check the logs if we provide the stripe payment id .. we sent a charge request and we did not get any response back from stripe ?
and later in logs we can find that the charge was successful
but our client app did not receive the response
Yeah if you give a request ID I can take a look
Idempotency
Key โ eb519811-80c9-460f-b2cd-a680a908421c
"id": "py_1NahzjEhXq4f7MMCfJ4Y8d1u"
above info is okay ?
yup that works
that request took us less then a second to respond to
more specifically, it took 0.815 on our end
but we did not get the response back
to our client
can you check the response was succesfully sent to the requester
?
if stripe get time out error ..what are the chances of getting the request payment charge successful or it will always fails ?
At least on our end if looks completely successful
This sounds like more of a network error on your end
and in those situations you shoudl be able to safely retry the request with an idempotency key to confirm whether it was successul or failed (https://stripe.com/docs/error-low-level#network-errors)
okay .. Thanks ..I will get back to you after discussing with my team
๐
if stripe get time out error ..what are the chances of getting the request payment charge successful or it will always fails ?
This has nothing to do with stripe timing out - the request got to stripe successfully, and at that point it's just a normal request to us