#mibrahim_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/1349761996521734158
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Gotcha, well yeah that basically describes it. "Failed" means that the issuer declined it versus "blocked" means Stripe blocked it -- usually because the attempt was anticipated to be fraud.
Will there be any difference in webhook data to differentiate these two ? As I think webhook event remains same?
The Event is the same, yes.
No real difference in the data other than details within the related Charge's outcome: https://docs.stripe.com/api/charges/object#charge_object-outcome
Thank you very much, last thing
is there a way to simulate failed & Blocked Transactions for test purpose
Yeah you can set your Radar rules to block test attempts
Oh actually you don't even have to do that
Using these cards should result in a blocked: https://docs.stripe.com/testing#fraud-prevention
Thanks so muchhhh
Sure thing