#nerdslice_webhooks
1 messages ¡ Page 1 of 1 (latest)
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.
- nerdslice_api, 1 hour ago, 39 messages
- nerdslice_code, 2 days ago, 15 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1251262556794916967
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi, which event are you specifically referring to? With Connect, https://docs.stripe.com/connect/webhooks you do need to set up a Connect webhook endpoint that is separate than your main account one. From the request you shared above, I see that evt_3PRfXkHKxLvr7YBb1bcRFcGV and evt_3PRfXkHKxLvr7YBb1BrTfDZI events are sent to both your account and connect webhook endpoints.
I do not see anything webhook wise in the workbench
We have all our webhooks being ingested by the same path
evt_3PRfXkHKxLvr7YBb1bcRFcGV is not showing up in the dashboard?
I am on workbench but just realized i didn't have the end points turned on
I am trying to add the webhook url and its giving me an error
What kind of error?
Are you trying to listen to all the events? If so, we do not recommend that. You should only select the events that you care about or else, you are going to overload your server.
In the meantime, let me try to reproduce this on my end.
ok i reduced and it seems to have allowed me to save
Yeah, my test worked as well.
go ahead and close