Add radar.early_fraud_warning.*
Problem
Currently (according to Stripe support I spoke to this morning), only the account holder will receive emails when the radar.early_fraud_warning.created or radar.early_fraud_warning.updated events are triggered. So, I am setting up a webhook so that we can email the relevant teams (like accounts, sales). I'd like to trigger these events, with objects.
Feature
If the Stripe CLI allowed for:
$ stripe trigger radar.early_fraud_warning.created
and
$ stripe trigger radar.early_fraud_warning.created
Examples
As with the other triggers, it would need pre-requisite data. Maybe a payment/charge would need creating. Or alternatively, maybe it could accept something like --charge-id - an ID for a charge already in the account, to apply that early fraud warning to.
Thanks @LeonardChallis! We'll look into this. In the mean time, if you have test events like these already in your dashboard somewhere you can run stripe events resend <event_id> to have that same event sent.
Hi, with the risk of dragging something up from the depths...
I'd like to check if there is any chance you will add being able to trigger radar events to Stripe Shell or the CLI.
It would help us a lot when creating the appropriate tests for specific radar related events.
Hi team, any updates?