#yuvi00001
1 messages · Page 1 of 1 (latest)
hello! the Subscription should change to past due if the customer still hasn't paid the invoice by the due date. Have you tested it out?
in case you haven't seen this yet, you can use test clocks to mimic the passing of time : https://stripe.com/docs/billing/testing/test-clocks
Hi Alex, I've been simulating these scenarios with testClock only..
But when I set testClock past the due date, the status of subscription stays "active".
My question was, am I using the right parameters for the same?
Thanks.
Hi @last furnace I'm taking over. Can you share with me the subscription ID?
sub_1Mdqt1SDGA5oE739ufQUnuEG
this subscription is made with a test_clock
OK. This subscription's invoice was paid successfully by using the payment_method collected during checkout, and that's why its status is active.
during the checkout, payment was collected for oct 7 to nov 7,
now my test_clock is at nov 14 and an invoice is generated for the next cycle ( nov 7 to dec 7 ) which is not paid
shouldn't the subscription status change to "past_due" as payment is not made againist the latest invoice ??
https://dashboard.stripe.com/settings/billing/automatic it's currently retrying based on your Retry schedule settings.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Your current settings is when all retries failed -> cancel the subscription.
ohh i see, I'll update the settings and will try creating this scenario again.