#satyashetty

1 messages · Page 1 of 1 (latest)

hollow garnetBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

lilac shard
#

hello! when the subscription is cancelled, you'll receive a customer.subscription.deleted event, upon receipt, you can retrieve all open (and uncollectible if you've configured such) invoices https://stripe.com/docs/api/invoices/list#list_invoices-status, loop through them and then void them : https://stripe.com/docs/api/invoices/void

#

there's no way for Stripe to automatically void invoices right now