#akz42
1 messages · Page 1 of 1 (latest)
I'm not sure, what are the requirements for something to be safely used as a MessageDeduplicationId?
Basically, duplicate hits with the same MessageDeduplicationId will be ignored, only the first one will be processed.
Each of our Event objects will have a unique ID, so if the requirements of that field is that it be a unique identifier then it may be a good fit.
Got it, thanks!
Any time!
Are webhooks re-tried if stripe encounters 5xx response on webhook request?
They're retried for any status outside of the 2XX range.
Thanks!