How can i pass –headers in stripe CLI?

The Stripe CLI listen command has a --headers option you can use to pass a list of custom headers.

stripe listen --headers "Foo-header:Bar-value","fizz-header:buzz-value" --forward-to localhost:3000/webhook

Can you say more about what you’re trying to do? Can you provide an example?

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top