#lexit_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/1278336653383045374
๐ 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.
- lexit_balance-instant, 20 hours ago, 25 messages
hi there!
if you are a platform listening to your connected account events, then you can check the account ID there: https://docs.stripe.com/api/events/object#event_object-account
Is on_behalf_of the account_id?
Or will event['data']['account'] return me the account_id?
I don't understand your question. do you have a webhook endpoint listening to events happening on your connected accounts?
if so, just look at the account property of the event, to know which connected account received that event
Yes I only listen to connected accounts.
Alright thank you yes understood now. Thank you very much
happy to help ๐
You mean an object or a String?
If so, it should be a string
https://docs.stripe.com/api/events/object#event_object-account
string so it should be just the account_id i think right?
yup
thank you