#cato_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/1438859834580799550
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
there are 2 types of webhook endpoints
one is for your own account
the other one is for connected account events
your current webhook endpoint is only listening to your own account events and won't receive events about your connected accounts
Hm. Ok.. How do I get the events on connected accounts registered on the company?
When you create a Connect webhook, you must configure it to receive Connect webhook events. When creating it in the Dashboard, for Listen to, select Events on Connected accounts. When creating it using the API, set the connect parameter to true.
It's not possible to edit an existing endpoint and add it to the existing eventtypes?
no you need 2 separate endpoints
Would I receive duplicated events if I subscribe to the same events for both types here?
no
the events that happen on your own account would be sent to the existing webhook endpoint, and the connect events would be sent to the other endpoint
Just so I understand this correctly, all payment related events that my customers perform would be published on the 'Your account' type, while everything relating to Accounts are published on the 'Connected and v2 accounts' type?
while everything relating to Accounts are published on the 'Connected and v2 accounts' type?
just to make sure we're on the same page here, are you talking about your own Account updates? or are you a platform handling Connected Accounts?
It's handling connected accounts.
then yes that's correct
Ok, I'll give it a go ๐