#Aleksandr | KAN | Backend

1 messages ยท Page 1 of 1 (latest)

golden widgetBOT
hidden idol
#

๐Ÿ‘‹ How can I help?

storm dagger
#

How can I find out why there is no response? timeout, error or something else? we do not have an error in our service, we do not understand why the webhook is not processed with an error

hidden idol
#

Could you share the event ID (evt_xxx)?

storm dagger
#

"evt_1LzYEQPnL5kRP5M05gP6QrtT"

#

in some cases there is a message
{ "detail": "Request req_6Ey1mBnWdeQz3n: There is currently another in-progress request using this Stripe token (that probably means you clicked twice, and the other charge is still going through): src_1LvaRqPYdU06OEsxLJNW1GIP. This token can not be used again if that charge is successful.'" }

#

evt_1LwebcBDRsqaC52f89hrKlsp

hidden idol
#

Use this as an example, you server returned following to Stripe:

"Request req_Zs3R6qcH2nHCSU: The source you provided is not in a chargeable state."
storm dagger
#

do you have a response time limit for this webhook?

storm dagger
storm dagger
hidden idol
#

We do not have provide response time limit for webhook.

It's recommended to respond to Stripe immediately after you receive the event, and process your custom logic.

storm dagger
#

thanks, i'll try to figure it out

hidden idol
#

No problem! Happy to help ๐Ÿ˜„