#Osiris
1 messages · Page 1 of 1 (latest)
You need to void the Invoices to prevent payment on them. But yes, paying them won't resume the Subscription
you mean setting which decides expiry on invoices should be smaller than setting on subscription cancellation ?
@brisk zodiac
Sorry, can you clarify the question
If you want to prevent payment of Invoices that are associated to a now cancelled Subscription, then my recommend would be to void them on receipt of customer.subscription.deleted events
You can list all the open ones via the API, passing subscription and status parameters: https://stripe.com/docs/api/invoices/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.