#theonlybigbad_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/1329828922031865917
đ 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.
- theonlybigbad_connect-onboarding-bug, 14 hours ago, 36 messages
- theonlybigbad_api, 6 days ago, 27 messages
Can you share an event ID that you expected to be delivered but wasn't?
I can't find any events fired for when a new account goes through the stripe onboarding.
I created the account: req_it6DbbVJQlPfUX
I created the account link: req_GBKAeuzoJDjQEL
Where are you looking? I see events for that account
This is an account.updated event: evt_1QiGfhBAqkGqn43yCnFu8Xjc for it
Then went through the onboarding. I saw in the dashboard under POST requests from the dashboard. But under developer -> events I only see file.created
I assume you're looking at platform events not connect events
Where can I view the details of that event? evt_1QiGfhBAqkGqn43yCnFu8Xjc
Where do I see connected events?
There may be a way to filter them on the dashboard but not sure. Let me check. We don't know much about the dashboard in here. We mostly answer api questions
I also just enabled the "workbench" and now I can't view details of API Logs on a Connected Again in the "From" category. When I click on one for details it shows nothing found.
Hm I actually don't see a way to filter connect events on the dashboard
You can retrieve the event with the api by passing the stripe account header though
But I see why the account.updated event wasn't sent to your webhook endpoint
My webhook also records everythign that comes across right now and I don't see anything in it either.
oh.
There's 2 types of endpoints
You need 1 for your platform events
And another for connect events
Ahh. Is the schema the same? Can I use the same receiving webhook or should it be different?