#antoineb_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1296084311778263180
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hello ๐
do you have an example of a PaymentIntent that failed the capture?
but maybe you can see this here? https://docs.stripe.com/api/payment_intents/object?lang=node#payment_intent_object-last_payment_error
No, that's the thing, I'm not quite sure a PaymentIntent that has been pre-authorized can later fail when captured. But sometimes we make pre-auth, sometimes we directly capture without pre-auth. I'd like to know if there's a way to know when listening to webhooks that the payment failed when trying to authorize / failed when trying to capture ?
Thanks for the link, will check if it helps ๐
I'm not quite sure a PaymentIntent that has been pre-authorized can later fail when captured.
I don't think that's possible no. Unless you try to capture a PaymentIntent after the deadline.
Thanks for the link, will check if it helps ๐
let me know if that works
Ok, thanks for that information! I think I'll have enough information ๐ Have a good day!