#zuber-checkout-invoiceevents
1 messages · Page 1 of 1 (latest)
zuber-checkout-invoiceevents
@pure jacinth I'm sorry I don't really know what you mean by that.
When will I get webhook call invoice.payment_failed event?
I am getting invoice.payment_failed even though payment successfull.
Ah that happens when a payment fails, for example if 3DS is needed we fail the first payment and then try to do 3DS
But first I recevi received invoice.paid with status paid.
not really, Events are sent out of order if they happen around the same second one can land before another one
Here's the response of invoice.payment_failed
And secondly I am doing test payment and there's no 3DS as I made payment through session/checkout
Checkout will still do 3DS as needed
Okay but when I made payment it went through on single click without 3DS
Can you giv me a clear example where the same Invoice had an invoice.payment_failed and and invoice.paid for the same exactly Invoice id and share both Event ids evt_123?
evt_1NLqU5BPZpaJsGnANS3T60F5
I'm sorry that's one Event with no context. Please provide all 3 relevant ids all in one sentence with context on which is which
Sorry it was my code
all good! I was confused because each time I looked at those I couldn't find an invoice.payment_failed Event so I was wondering what I was missing