You're correct on how it works. Off the top of my head, to start I'd probably look at having a scheduled daily() task to query the db and find out which subscriptions are expiring on that day or maybe the next day (ends_at).
Nov 29, 2018
3
Level 2
Can I listen for a Spark subscription rebilling event?
Does anything trigger in Spark when a subscription is billed the second time?
I assume nothing, in that this just happens on Stripe and then if/when the user logs in a check is made to see if the subscription is still active.
If I’m right, how can I do this? I’m shipping a physical product on a quarterly subscription model so the day they’re rebilled I need to act.
Please or to participate in this conversation.