#ivan-portal-invoices
1 messages · Page 1 of 1 (latest)
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.
- ivans1310, 5 days ago, 3 messages
No, I don't have any other discussion related with this.
@hoary rune if they have an Invoice active then no. But you can void the Invoice using the API: https://stripe.com/docs/api/invoices/void
ivan-portal-invoices
I see, so I could get the customer.subscription.deleted event, check the invoice_id and the void it.
Sure.
However, is there way to set up that once the susbcription is deleted also delete or void the invoice?
no
but you can do it easily with code
- Cancel the Subscription
- Immediately void their latest Invoice from
latest_invoice: 'in_123'if it's not voided/paid already
I see , ok I am going to test it. Thank you.