#cato_webhooks

1 messages ยท Page 1 of 1 (latest)

polar emberBOT
#

๐Ÿ‘‹ 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.

slow hare
polar emberBOT
brisk scroll
#

๐Ÿ‘‹ 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

slow hare
#

Hm. Ok.. How do I get the events on connected accounts registered on the company?

brisk scroll
#

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.

slow hare
#

It's not possible to edit an existing endpoint and add it to the existing eventtypes?

brisk scroll
#

no you need 2 separate endpoints

slow hare
#

Would I receive duplicated events if I subscribe to the same events for both types here?

brisk scroll
#

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

slow hare
#

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?

brisk scroll
#

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?

slow hare
#

It's handling connected accounts.

brisk scroll
#

then yes that's correct

slow hare
#

Ok, I'll give it a go ๐Ÿ‘