#roshe10_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/1313171370900979793
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- roshe10_webhooks, 2 hours ago, 12 messages
See the note at the bottom here: https://docs.stripe.com/connect/webhooks#test-webhooks-locally
Note
For Connect webhooks, use –forward-connect-to with stripe listen and –stripe-account with stripe trigger.```
thank you, does this option exclude listening events from platform acc
or I would have all at one place with –forward-connect-to
If you only pass –forward-connect-to then you will only get connect events at that endpoint
You'd use --forward-to to separate platform events if you want them at different endpoint
i want them all on same endpoint
You can use same endpoint for both
–forward-connect-to i did this, but still cannot see events in webhook dashboard from connected account
What do you mean by webhook dashboard
Above command just forwards events to that specified endpoint
can I receive automatic events also from connected accounts, or only the ones i manually trigger
thats the issue, because I don't see those from connected account coming here into my dashboard
and dashboard is from main platform account
Yeah idk what the dashboard shows
Are the connect events being delivered to the endpoint?
Check your server/endpoint logs