#lonbaker
1 messages · Page 1 of 1 (latest)
It depends on which action your new customer trigger after signup on your system. If only for customer creation you have customer.created
I am using the Pricing Table -> Stripe hosted Checkout and want to be able to take action or pass through the radar score for fraud screening and vetting.
what kind of radar scores are you looking for, can you elaborate more on that?
we have https://stripe.com/docs/api/charges/object#charge_object-outcome-risk_level when a payment is made, but that's pretty much it
Thanks. I am looking for the data to arrive via webhook.
you can take a look at the charge.succeeded event - it should have that info