stripe-cli icon indicating copy to clipboard operation
stripe-cli copied to clipboard

Add radar.early_fraud_warning.*

Open legecha opened this issue 6 years ago • 4 comments

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.

legecha avatar Nov 11 '19 13:11 legecha

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.

tomer-stripe avatar Nov 18 '19 16:11 tomer-stripe

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.

DidoNL avatar Sep 05 '23 09:09 DidoNL

Hi team, any updates?

itstristanb avatar Oct 19 '23 05:10 itstristanb