#steinvall

1 messages · Page 1 of 1 (latest)

austere roseBOT
crude anchor
#

You can track that with current_period_end timestamp and act accordingly

glacial rover
#

Yes, and Stripe cannot trigger this for me with a webhook or similar?

I.e. I have to write my own code to trigger the reportage of usage to Stripe just some minutes before the invoice is sent to the customers. So for example I have to check the value "current_period_end" and based on that implement/schedule a trigger for my Stripe usage report code?

crude anchor
#

Yes, and Stripe cannot trigger this for me with a webhook or similar?
No, you'd just get a customer.subscription.updated event at the billing cycle once you enter a new period

#

Yes, that sounds like the logical approach

glacial rover
#

Ok, thanks!