#ali_connect-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/1299057493892268144
๐ 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.
- ali_paymentintent-twint, 1 day ago, 20 messages
@potent mesa you are a Connect platform. You would create one WebhookEndpoint on your platform that listens to all Events across all your connected accounts. It's called a Connect WebhookEndpoint and the flow is documented here: https://docs.stripe.com/connect/webhooks
ali_connect-webhooks
okay but if each one of my connected account has a different website and database how do you expect us to update the data on the specified client.
i think this is a huge option of the connected accounts no ?
is there another solution here or another type of webhooks that is only linked to the connected account ?
Hi ๐
I'm stepping in as my colleague needs to go.
Connect webhook events include the account property https://docs.stripe.com/api/events/object#event_object-account
You use the Account ID in this property to identify which if your connected accounts the update belongs to so that would determine which database you update.
yes but since i have many websites i need to send another request to that client website which would be easy if you just provide webhooks per accounts, i know you have your reasons like payload and stuff but this is really important i wish you would consider it