#jthomasfamily-unpaid subscription invoice
1 messages · Page 1 of 1 (latest)
Can you provide an example here? I'm not sure I know what you mean. Was a second subscription created successfully and you're concerned about the first?
Customer cus_KQyXdMdZBlkUXr
On nov 8th they started a subsciption, payment failed. It went into dunning
On the 10th they started over and created a second sub and it was successful at payment
Oh wait I got the dates wrong
The first transaction reattempted payment on the 15th, and since it failed again they were marked as delinquent
You can cancel the older sub to stop the recovery emails, if its no longer needed
If I delete it will they move out of delinquent?
My code checks for that as we try to keep them from logging in
I see sub_1Jm6amDLotgvzL6Nn74bMUFM is canceled and sub_1JuQjVDLotgvzL6Nfl7lm0g3 is the correct one
I'm not sure what you mean by delinquent
You can also optionally void any unpaid invoices from that subscription
there is a flag in the customer object, from the api, that says delinquent
Gotcha, that's apparently not something you can set via the API
https://stripe.com/docs/api/customers/object#customer_object-delinquent
I'm not super familiar with this as it doesnt appear to have any impact outside of MRR charts in the dashboard.
https://support.stripe.com/questions/impact-of-delinquent-subscription-payments-on-monthly-recurring-revenue-mrr-in-billing
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't see a way to delete the invoice for the prior subscription
You cant delete invoices, they are legal documents - you can void them though
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks, marking it a void moved the customer out of delinquent
Excellent, glad to hear it!