#moustache2371

1 messages · Page 1 of 1 (latest)

gray onyxBOT
slate sky
#

Hello! I don't believe this has changed recently. Payments that are pending past the due date of an Invoice always mark them past due as far as I know.

upper dirge
#

OK, just tried to do a little research. That invoice has no due date and that subscription has no "days until due" set. Also could you explain why this customer's subscription is still active despite having a pending payment: https://dashboard.stripe.com/customers/cus_PSrJ6KpHrptuqC

Is there a way for me via the API or my clients via the dashboard to adjust the default days until due for bank account payments?

slate sky
#

Invoices set up for automatic payment are due immediately, which is why a pending payment makes them overdue.

upper dirge
#

I looked through those settings before reaching out. I don't think that is it or at least I am not sure which setting.

#

OK. I think I see something. All of the subs that are past due with pending payments where triggered by a subscription change, not a regular renewal. I bet that is the source of it. I still wish they would behave the same way

slate sky
#

Ah, so you're updating the Subscription, and that requires an immediate payment, and that's not happening, so it's past due?

upper dirge
#

exactly

#

At least I know now. Thank you

upper dirge
#

I had proration set to 'none' and billing_cycle_anchor set to "now" so I dont think that would work

slate sky
#

I just mean that documents why we would require immediate payment.

#

billing_cycle_anchor set to now would do it, yep.

upper dirge
#

I see. Thank you!