#chris-hars_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/1233506021729894442
đ 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.
- chris-hars_api, 6 days ago, 20 messages
You don't have the endpoint set up to listen to file.created events
ah!
the faster resolution of history XD
let me check
ok, now i received the call but HTTP_STRIPE_SIGNATURE missing in the header
What's the event id
evt_1P9uu1DJZ0AeZ4XqANtJ6r8h
Looks like your endpoint responded with a 200
Where are you seeing the signature error
i made a mistake, its a manual call, but i still dont receive the webhook
i tried to connect an onboard account
account.application.authorized
capability.updated
im not able to receive these events
i cant find them listed
What does that mean
Yep
have i to create a new one or i can change type?
You need to create a separate one
Becaues likely you still need to receive some platform events
You should have 2 endpoints
1 for connect
1 for platform
Shouldn't deliver events to the same route
You can use the same route, but you'd need a url param or something to differentiate. Recommend using 2 routes
ok, ill follow your suggestion