#rstocker99 - unpaid invoices
1 messages · Page 1 of 1 (latest)
No, if the customer pays the latest invoice or adds a payment method those are not expected to be charged.
If you wanted to collected these payments using the new saved payment method, you can call the /pay API for each past invoice you want to collect:
https://stripe.com/docs/api/invoices/pay
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, great. I don't want them to be billed so it sounds like doing nothing is fine. Thanks!
NP!