#vijju
1 messages · Page 1 of 1 (latest)
Can you give more details please ? what you mean by "attemptcount"?
every invoice has attemptcount property right?
so if i make invoice.pay(invoiceId)
attemptCount of invoice is not getting increased
here is my invoiceId
in_1N6BOuJpAfLnZCCYEkg5i9lb
reqID: req_6GeShu3LSzD2io
I invite you to refer to the documentation:
https://stripe.com/docs/api/invoices/object#invoice_object-attempt_count
Any payment attempt counts as the first attempt, and subsequently only automatic retries increment the attempt count. In other words, manual payment attempts after the first attempt do not affect the retry schedule.
thanks
it means manual retries will not increase the attempt count
Yes exactly.
thanks