#magarrent - subscription webhooks
1 messages · Page 1 of 1 (latest)
hey there! We don't guarantee order of delivery for events that happen in close sequence, as documented here:
https://stripe.com/docs/webhooks/best-practices#event-ordering
You can either enqueue those events for processing internally in the order you need, or build this on the checkout complete event which has the customer and subscription reference
no, not necessarily the first to be delivered
but depending on what you need it might have everything at the same time
Does that help you get what you need @jagged granite ?
Hm you'ree right