#Chhay Toch-cli

1 messages · Page 1 of 1 (latest)

eager beacon
#

👋 happy to help

#

but I don't quite get what you're trying to achieve. could you please elaborate more?

faint needle
#

currently, I am working on webhook

#

and listen the invoice.payment_failed event

#

I trigger stripe event while the CLI

#
 stripe trigger invoice.payment_failed --add invoice:customer=cus_Ld3NRV9EOQZubz
#

but seems like the customer ID that i attached is not working

eager beacon
#

the invoice.payment_failed fixture would create a new customer for you

#

so it's not possible to pass the customer id for it

#

you could either write your own fixtures and run them

#

or you could trigger the event by creating the invoice from the dashboard

faint needle
#

Oh Buddha!

#

Thank you for enlightenment!