#ronman-cli
1 messages · Page 1 of 1 (latest)
What does "which would propagate events" mean? The CLI is here to explicitly propagate events to your local server
Sorry, should have put this on the thread: Stripe sending events to my webhook.
When live, I do session.create, which sends events to my webhook. But when using CLI, I can just send events (without having the ability to set up a payload similar to production, like customer_reference_id, etc.)
hmmm so you mean when using stripe.trigger?
yep
https://github.com/stripe/stripe-cli/blob/master/pkg/fixtures/triggers/checkout.session.completed.json that's the fixture we use to trigger that event, you should be able to tweak it yourself to have custom values