-
Notifications
You must be signed in to change notification settings - Fork 403
Description
Issue Summary:
In Stripe CLI v1.28, I'm encountering two issues related to thin events:
When using the --forward-thin-to
flag with stripe listen, my localhost endpoint does not receive any events. In contrast, --forward-to
works as expected for standard events, suggesting that the issue is specific to thin event forwarding.
The documentation here is unclear regarding the correct method for triggering thin events. Attempting to run stripe preview trigger outbound_payment.posted
returns a help message indicating the command or arguments are invalid. It's not clear whether this is due to deprecated syntax or changes in CLI behavior in recent versions.
Environment:
Stripe CLI version: 1.28.x
OS: Mac OS
Command used:
stripe listen --forward-thin-to localhost:8080/webhooks/stripe --thin-events "*"