#Filip Pešić-past_due-CLI
1 messages · Page 1 of 1 (latest)
Filip Pešić-past_due-CLI
Good question. Not immediately sure. Do you have a command you are currently using where that status is not recognized?
stripe trigger customer.subscription.updated --add customer:metadata.client_id=8888 --override subscription:status=past_due
or
stripe trigger customer.subscription.updated --add customer:metadata.client_id=8888 --add subscription:status=past_due
That's what I tried.
The customer part is working of course.
Still looking in to this. It is worth mentioning that we have "test clocks" on the horizon for testing things like this. You can enter you are interested in joining the beta https://stripe.com/docs/billing/testing/test_clocks
Thanks. Yes, I did sign up for it. 🙂
It looks like the best way to test this now is to create a subscription with a few second trial. It isn't instant but can get you a past due subscription in about an hour
Unfortunately you can't directly trigger past_due at the moment