#mahendra
1 messages · Page 1 of 1 (latest)
evt_1OISumGgAFCZ7DFaiyii1xrF
Are you asking why the PaymentIntent failed?
Are you asking why the Invoice payment failed?
The first attempt failed but then it succeeded.
It failed first because an extra action, likely 3DS authentication, was required. I assume the customer then completed it and the payment was successful.
but if you see the event order is change
so how can I match event order and handle this type of scanerio
invoice.paid is the final state, you shouldn't update the state after you receive this.
ok how can I arrange event if event is trigger after this do you have anything related to this in doc?
Regardless of what you get after this, the state is final, so it doesn't matter. You can ignore the subsequent events related to this Invoice ID.
ok thanks
Happy to help.