#Samilla Macedo
1 messages · Page 1 of 1 (latest)
Is this for subscriptions?
I don't see an option to mark invoice as void in dashboard settings here: https://dashboard.stripe.com/settings/billing/automatic just uncollectible
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Looks like you'd need to handle this yourself by listening to invoice.payment_failed webhook events and then calling the api endpoint to mark the invoice as 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.
Yes, for subscriptions
okay, in case of "Boleto" as payment_method. If I mark Invoice as Void. What happens if the customer tries to pay?