#danieleservadei
1 messages · Page 1 of 1 (latest)
requires_action is sent for 3DS/SCA flow
It doesn't fire for radar related events
ah alright, any webhook that fires for radar related events?
cause our issue now is that we're processing and delivering products even if their payments are put under review by stripe
that's for early fraud warning, it's not before or after the payment_intent.succeeded is sent
as of now we have no way to stop the product delivery even if the payment is immediately flagged for review on stripe's dashboard
because as per your doc "An early fraud warning is created when a cardholder lodges a claim of fraud with their issuing bank and occurs before an official chargeback."
it's not when radar flags the payment under review
do you have an example PaymentIntent where you're seeing this?
no not in the immediate, we're working with thousands of standard connect accounts so i'd have to ask one of our merchants
but there seem to be no webhook endpoint that lets us do that
yeah the one I shared above is the only fraud related
Also, I think this is expected
https://stripe.com/docs/radar/reviews#:~:text=Payments placed into review have typically already been successfully processed%2C unless you use a process of capturing a payment later. You can approve a payment as-is%2C refund it%2C or refund it and mark it as fraudulent
Payments placed into review have typically already been successfully processed, unless you use a process of capturing a payment later. You can approve a payment as-is, refund it, or refund it and mark it as fraudulent.