#leeds-rising-delete-invoices
1 messages · Page 1 of 1 (latest)
You can delete a customer which will cancel subscriptions. https://stripe.com/docs/api/customers/delete
But past invoices would still exist, you cant delete invoices as they need to be kept for record keeping.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can delete all of your test mode data from your developer dashboard, though
"you cant delete invoices as they need to be kept for record keeping." - if these were made in mistake though can I really not do anything?
After finalizing, you can void them to indicate no payment expected: https://stripe.com/docs/api/invoices/void
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Mark a finalized invoice as void. This cannot be undone. Voiding an invoice is similar to deletion, however it only applies to finalized invoices and maintains a papertrail where the invoice can still be found.
So this will maintain a papertrail in that the invoice is still there, but won't mess up our MRR/churn/etc. metrics?
I can't speak to that, i'm not overly familiar wiht the dashboard. But a cancelled subscription shouldn't have any MRR contributions, i wouldn't expect, since there wont be any new payments. You should reach out to our support team for help with the Dashboard analytics tools: https://support.stripe.com/contact
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.