#abdullah-yousuf_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/1333813741728432218
đ 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.
- abdullah-yousuf_code, 1 hour ago, 39 messages
- abdullah-yousuf_webhooks, 3 hours ago, 20 messages
i get account updated on normal webhooks while onboarding to stripe connect which is the only time we are listening to stripe connect webhooks
so my question is why use different webhooks
we can handle account.updated from normal webhook since it is also triggered. and while transfering to connected account. transfer.created event from normal webhook
Hello
account.updated will only be triggered to your Connect endpoint when it fires on Connected Accounts.
If you want, you can use the same endpoint here.
Connect Webhooks will contain an account ID in the response body.
As for why this is the case, it is how things were built mostly.
Connect and Direct Webhooks flow through different infra mostly.
it is also triggered in normal webhook as well
same event account.updated
If it is the Standard Connected Account, then yes.
But mostly it depends on the situation.
As a platform you should use a Connect endpoint to listen for Events on your Connected Accounts.
it is a express account
Can you provide the Event ID you are referring to here?
or is it because i am listening and connected to local webhook ??
there is no option for only stripe connect local webhook. the normal local webhook is for both ig??
Not really sure what you mean, sorry.
Direct Webhook endpoints are for Events created on your own account.
Connect Webhook endpoints are for Events created on the Connected Account.
event id : evt_1QmGSNQmE7QrJiipw9tj0LGi
That Event was only sent to Connect endpoints.
while locally adding an endpoint for webhook it gives you a webhook secret..
for local listening of events
is it also for stripe connect?
Ah are you using the CLI here to forward Events?
yes i am forwarding it to local host.
but not triggering the events manually from cli.
Yeah okay that's why -- the CLI will receive both types of Events.
This is supposed to make it easier for you to do development, but I can understand that this is confusing here.
When not using the CLI you won't receive Connect Events on your Direct endpoint.
yess that's what i said here. i thought so..
Yeah sorry I didn't understand what you meant by that.