#compiler_errors
1 messages · Page 1 of 1 (latest)
Hi, to confirm you're asking if there is a certain parameter that you can look at to see if it's the final attempt for that retry?
So you can look at the attempt_count: https://stripe.com/docs/api/invoices/object#invoice_object-attempt_count parameter and match it with what you have on your settings.
Alternatively, you can look at next_payment_attempt :https://stripe.com/docs/api/invoices/object#invoice_object-next_payment_attempt null to identify that it's the final attempt.
Is there a way when the final attempt (attempt count 3) will be made when the attempt count value is 1 at the time of viewing?
No, we use machine learning system behind Smart Retries so there is not.