#HKrievs-events
1 messages · Page 1 of 1 (latest)
hello @dapper umbra! could you explain more on what you mean by "group" all these events together with your initial create_subscription request?
yes, oc.
Im trying to make a "log" - on my side - to show the events - related to a business event. like create a subscription. So to begin with I call Stripe to create a customer - then stripe replies - "one customer created" and so forth. So i my log would like to shhow that My create customer has resultet in these 2-3 Stripe callback events.
I know oc which events are related to "my customer" - but I wolud like have them sorted in a logical sequence...
you would need to decide on your own what events types [0] you would want to "link" back to your customer. Just a warning, you won't have a logical sequence of events sometimes because Stripe doesn't guarantee delivery of events in the order they are generated [1]
[0] https://stripe.com/docs/api/events/types
[1] https://stripe.com/docs/webhooks/best-practices#event-ordering