#cheetah87_
1 messages · Page 1 of 1 (latest)
Hi there 👋 great question! In that case, the contents of the failed Event are not updated before that Event is sent again. It will continue to represent the state of Subscription at the time that Event was generated.
okay thanks
If I try to list subscriptions for a customer, what order will they be sorted?
Will the status=active subscriptions be ahead of status=trialing or staus=past_due
I know if you make a List request to get them, they'll be returned in descending chronological order (most recently created will be returned first). I believe our Search API follows the same pattern.