#Nukesforbreakfast
1 messages · Page 1 of 1 (latest)
Hi there, Stripe object IDs are unique across all Stripe accounts.
Context: I'm trying to build logic to handle "at least once" delivery semantics to ensure I don't process the same webhook event twice.
OK, so regardless of whether the webhook event came from the Account or Connect endpoint, the event IDs should always be unique and never conflict?
Yes
ok, thanks!