#_pathin
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Just to make sure I am on the same page, are you asking if you can trigger invoice.paid using stripe trigger but for a specific customer?
Ideally you'd want to use test clocks to test events related to subscriptions.
If you were to create a customer, subscription via test clocks and run simulation then you'd receive the relevant events
With trigger command, you might be able to use --override parameter and set the customer
https://stripe.com/docs/cli/trigger#trigger-override
Ok kool, yes I probably had just that in mind that the trigger would have specific users/subscription object attached to it. Maybe i try testclock
thanks
NP! ๐ Happy to help
O one more thing, can testclocks be used on localhost if I am listening?
Yup, webhook events would still be delivered to local webhook endpoint