#mentijm
1 messages · Page 1 of 1 (latest)
Sure, what's the issue?
The customer cus_OzvxX6kW7RZyEp has a scheduled subscription with send_invoice and accepted payments methods bank tranfer and CC.
When the subscription is created and the customer opens their invoice, choose to pay by credit card and fail a 3ds check the status of the subscription is moved to past_due
Is this expected behaviour? Because we thinking they have X days to pay and that the invoice would stay open, the subscription active until the time passes the due date on the invoice
Can you share the in_xxx ID?
in_1OBwIFE0eRqaX8zHHhUrJT2i
FYI: The subscription is canceled because we have a webhook handler that cancels any subscription if it's past due, payment method is send invoice and payment method types include customer_balance.
I believe in this scenario this is expected as the payment attempt failed yes
I understand, do you know why?
Checking
Hmm, there's no specific send_invoice documentation but the behaviour is covered here:
Payment on the latest finalized invoice either failed or wasn’t attempted
https://stripe.com/docs/billing/subscriptions/overview#:~:text=activate their subscriptions.-,past_due,Payment on the latest finalized invoice either failed or wasn’t attempted.,-The subscription continues
Ok, but it is 30 days to pay and then its marked as overdue although there are still 30 days to pay?
Does not feel right 🙂