#b33fb0n3
1 messages · Page 1 of 1 (latest)
Not sure what you mean by webhook giving no response.
What exactly are you trying to do?
I checked today this paymentintent pi_3NbBu6D4LgnRPd5t1bkFifs6
And saw, that the payment intent is waiting for a response from the webhook. The payment is failed, because the customer haven't authenticated it. Now I wonder if my integration is wrong or the customer just don't want to buy anymore (e.g. he left the checkout page)
Webhook event not getting delivered shouldn't have any effects on the payment process itself.
Looking at the PaymentIntent, it looks like user failed authentication so they didn't try to pay again.
The webhook not receiving the event is a separate issue
{"message": "Internal server error"}
yes, I fixed the issue with the webhook. So no effect for the payment itself. The customer don't see anything from that, right?
correct
sounds great, thanks!