#siva.karicheti

1 messages ยท Page 1 of 1 (latest)

buoyant kiteBOT
solid pawn
#

Stripe requests usually time out after 30 seconds (starting from when the request reaches our servers)

forest condor
#

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

solid pawn
#

Yeah if you give a request ID I can take a look

forest condor
#

Idempotency
Key โ€” eb519811-80c9-460f-b2cd-a680a908421c

#

"id": "py_1NahzjEhXq4f7MMCfJ4Y8d1u"

#

above info is okay ?

solid pawn
#

yup that works

#

that request took us less then a second to respond to

#

more specifically, it took 0.815 on our end

forest condor
#

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 ?

solid pawn
#

At least on our end if looks completely successful

#

This sounds like more of a network error on your end

forest condor
#

okay .. Thanks ..I will get back to you after discussing with my team

solid pawn
#

๐Ÿ‘

forest condor
#

if stripe get time out error ..what are the chances of getting the request payment charge successful or it will always fails ?

solid pawn
#

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