#louai_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/1343969036110659624
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the payement intent id?
pi_3Qv4lgBhlCGVAjQf1TOzx6tF
Check this one:
pi_3Qv4IgBhlCGVAjQf1TOzx6tF
Ah ok
Yeah if you want to block charges like this, you need to enable the corresponding radar rule
So if I enabled this rule the card will not charged and the webhook will not fire and the user will get an error, correct?
The customer got an error and had to use another card to complete the payment
He didn't send a screenshot, just said that his card was declind so he used another one
But the declind payment turned out to be a successful transaction
There was no decline on that payment intent
So curious what error they saw specifically
Your app doesn't surface an error if the cvc check fails, does it?
My app surface all errors that stripe.confirmCardPayment might return
confirmCardPayment didn't return an error here though
So you are saying that the customer shouldn't get an error in that case
Correct