#dumpling
1 messages · Page 1 of 1 (latest)
Hey there
Hey
So you would want to listen for charge.failed and then check the outcome of the Webhook: https://stripe.com/docs/api/charges/object#charge_object-outcome
ah , cool, i see the outcome has the risk score
so Radar blocking an auth will result in a charge fail webhook?
Yep any charge attempt will result in charge.failed
Any failed charge attempt of course
Recommend testing it out!
Yeah, i"m trying to look in the dashboard at the events to see if i can find an example
Gotcha, if you filter your PaymentIntents for "blocked" you should be able to find one pretty quick
checking, the dashboard, while having lots of features, is often confusing as there seem to always be multiple entry points to view simiarl data
Fair, I'm talking about just filtering from https://dashboard.stripe.com/payments
Yeah, i filtered that to blocks but there are too many blocks for non risk level reasons and not a way to sub filter so I want into the radar secion, clicked on the blocking rule and then from those i could click on a block and view the even and yes the outcome has the risk score so this should be just what we need, thanks!
👍
thanks again. I'm good here.