#diagramerwann_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/1466751483058847870
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ Hi there! Can you share the ID of an event (evt_) that isn't reaching your webhook endpoint?
It looks like you've created a Connect webhook (we_1SvEUzLH8DAkCscIBCtEAsL0) to listen for events on connected accounts. However evt_1SvF5LLH8DAkCscIRWLUbQM3 relates to a Checkout Session created on the platform itself (acct_1ST06rLH8DAkCscI)
When do i know that my events are related to my account or to other stripe Connect Account, on my website i create accounts for my users
how do i know ?*
If you're acting on behalf of connected accounts, you need to provide the account ID: https://docs.stripe.com/connect/authentication
The Checkout Session you created didn't specify any other account ID, therefore it's tied to your account (the platform): https://dashboard.stripe.com/acct_1ST06rLH8DAkCscI/test/logs/req_pE0WiqMSpIxE3r
so it depends about which event, for example account.updated would need another webhook to be listened
account.updated events related to connected accounts, so they will be sent to your Connect webhook, which you have set up