#emng-Webhook

1 messages · Page 1 of 1 (latest)

green hazel
#

Hi there, you can use Stripe CLI to trigger such events.

radiant moss
#

but those event are generic right?

green hazel
#

You can't specify which invoice to fail, the Stripe CLI will create the necessary underlying objects.

radiant moss
#

can you specify any of the returned data?

green hazel
radiant moss
#

👍

#

thanks! I was actually able to test what I wanted by using one of the "Declined Payment" test cards

#

but it's good to know about the --override flag

green hazel
radiant moss
#

nice!

green hazel
#
  1. Add the customer to the test clock,
  2. Create a subscription, and use the test card to setup the payment method for the subscription
  3. Fast forward the test clock and see if you are getting the invoice_payment_failed event
radiant moss
#

thanks! super helpful