#AA
1 messages · Page 1 of 1 (latest)
Each ID is unique and it can be resent if your webhook server doesn't respond 200 (successful status)
ok, so thats the id. if i see it again i can throw it away and 200 it..
regarding the 200.. how much time do we have to immediately acknowledge webhook events as indicated in https://stripe.com/docs/webhooks#acknowledge-events-immediately? 2-3 seconds is ok? (trying to decide if i need to make a message queue, or if i can do some quick database work on the spot..
You should respond with 200 within 20 seconds. Otherwise, the event will be considered as failed delivery
oh, plenty of time. thank you