#mayhul

1 messages · Page 1 of 1 (latest)

low spokeBOT
opal dagger
#

The Invoice events are helpful to see what's going on with the Invoice that's attached to the Subscription. If you only want updates related to Subscriptions, then using just Subscription events is fine. It all depends on what you're trying to do

stone badge
#

Our use case is that users pay a subscription in order to access premium content within our platform. If their subscription is active or trialing, then we show them the premium content. If their subscription is past_due, we prompt them to reenter their payment information. Otherwise, we don't show them the content.

So it seems like we don't really have a reason to care about the invoice specifically & can get away with just listening to subscription updates? Does that seem correct?