#cashiersprit
1 messages ยท Page 1 of 1 (latest)
Hi there, sorry for the delay!
I won't call 8min as a delay really ๐ thanks so much for your helps ๐
Ah, this appears to be due to Stripe's adaptive acceptance. More details on this are available here: https://stripe.com/guides/optimizing-authorization-rates#adaptive-acceptance
In this case, our models determined that the charge should be retried but it appears the retry also failed
en, but your retries will change the charge_id?
in my understanding, if retries charge failed, it should use previous charge_id ๐
Right, the retry will trigger a creation of a brand new charge object
but we have no idea of 2nd charge id until you suddenly inform us that 2nd charge action is failed too
we know 1st charge id since we got it when confirm payment intent
but ok, thanks for your explanation. I think we may need to adjust our current behavior. in our old understanding, the charge id is binded to payment intent id, otherwise, an error throw out. obviously, it is not applicable anymore