#sebsii_webhooks
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1480941228408180939
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
ok i think this is just not supported?
got this in cli
(0) > stripe listen -f localhost:8000/api/webhook/stripe
[Tue, 10 Mar 2026 15:58:12 CET] ERROR The listen command is not supported in an organization sandbox at this time.
but then is the question how do i best simulate that environment in local dev?
Yeah unfortunately I think you'll need to run a stripe listen instance for each account you want to listen to events for
api-key, for example lets you specify a key for each command: https://docs.stripe.com/cli/flags#flags-api_key
Thanks for answering quick
But then when listening on multiple instances do i get the Context-Header? tbh haven't tried it yet but my AI-overlord said that it only attached to events which are sent from organization and i question if this is then the case? I'll try it and see what happens, but appreciate if you have any input ๐
No you wouldn't get that
Because that's only sent for org events
At least I wouldn't think you would. I haven't tested it
yeah thought that too, but then i ask myself i cant replicate the prod environment with org level webhook in dev env, except for maybe tunneling my local endpoint to some public endpoint with ngrok or cloudflare or something?