#yuvi00001

1 messages · Page 1 of 1 (latest)

waxen duneBOT
vivid nest
#

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

last furnace
#

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.

astral finch
#

Hi @last furnace I'm taking over. Can you share with me the subscription ID?

last furnace
#

sub_1Mdqt1SDGA5oE739ufQUnuEG
this subscription is made with a test_clock

astral finch
#

OK. This subscription's invoice was paid successfully by using the payment_method collected during checkout, and that's why its status is active.

last furnace
#

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 ??

astral finch
#

Your current settings is when all retries failed -> cancel the subscription.

last furnace
#

ohh i see, I'll update the settings and will try creating this scenario again.