#ema-subscriptions
1 messages · Page 1 of 1 (latest)
that's the right field, but Date in Javascript expects a timestamp in milliseconds, in our API it's in seconds
So I should do that value * 1000?
And considering I'm listening to every customer.subscription.updated event, this should be updated monthly, right?
yep that event fires when the subscription cycles each month, and the current_period_[start|end] will change