#Steven Gauerke
1 messages · Page 1 of 1 (latest)
Nevermind. I see under invoice.updated an attempt. I was looking under invoice.payment_failed
But this may be more of a support question and an API question, but when I create these invoices, is there something to tell it to only attempt X number of times at Y interval?
Yep, exactly what I was going to suggest. You can check the next_payment_attempt and it will be null if there will be no more attempts (or if you use sent_invoice) https://stripe.com/docs/api/invoices/object#invoice_object-next_payment_attempt
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, you can set how retries work in your dashboard
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.