#nstripe0-retries
1 messages · Page 1 of 1 (latest)
Hi @hexed bridge Are there any other indicators we can see in webhook events or the payment intent to help indicate if it was Smart Retries initiated?
you might be able to track based on an Invoice payment failed event and then it succeeding the second (or third etc) time, that might be one way to track
The second or third time might be initiated via the API by our application though.
Maybe we need to correlate the Next Attempt time from one failure to the next attempt to see if they line up?
Or maybe we need to keep track of which ones are initiated via the API by our application so that we can rule them out... and thus any that are successful that are not in that list would logically be triggered by Smart Retries?
Wish there was a more straightforward way to know who triggered the reattempt.
The second or third time might be initiated via the API by our application though.
ah I missed that bit
Or maybe we need to keep track of which ones are initiated via the API by our application so that we can rule them out... and thus any that are successful that are not in that list would logically be triggered by Smart Retries?
yep something like this, and you're right there's no clear way to track this