#Ale_
1 messages · Page 1 of 1 (latest)
My scenario is the following:
- Subscription invoice is generated May 1 for renewal
- Payment for that invoice fails
- User instead of retrying the payment decides to cancel subscription
What happens to the invoice? As far as I'm concerned will still remain open, which action should I take over that invoice that has no longer effect and will not be charged anymore
Hi, you can void the invoice, 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.
perfect, thank you