#theonlybigbad_webhooks

1 messages ¡ Page 1 of 1 (latest)

violet tapirBOT
#

👋 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.

twin osprey
#

Can you share an event ID that you expected to be delivered but wasn't?

heavy rampart
#

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

twin osprey
#

Where are you looking? I see events for that account

#

This is an account.updated event: evt_1QiGfhBAqkGqn43yCnFu8Xjc for it

heavy rampart
#

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

twin osprey
#

I assume you're looking at platform events not connect events

heavy rampart
#

Where can I view the details of that event? evt_1QiGfhBAqkGqn43yCnFu8Xjc

#

Where do I see connected events?

twin osprey
#

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

heavy rampart
#

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.

twin osprey
#

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

heavy rampart
#

My webhook also records everythign that comes across right now and I don't see anything in it either.

twin osprey
#

You created a platform webhook endpoint

#

Not a connect endpoint

heavy rampart
#

oh.

twin osprey
#

There's 2 types of endpoints

#

You need 1 for your platform events

#

And another for connect events

heavy rampart
#

Ahh. Is the schema the same? Can I use the same receiving webhook or should it be different?

twin osprey
#

You should use a different endpoint. You can use the same server though

#

It'll have a different endpoint secret