#Anna-Accertify-account-webhooks
1 messages · Page 1 of 1 (latest)
Hey there. Can you elaborate on the multiple accounts part? Are you using Stripe Connect?
yes out client has Stripe Connect set up for multiple lines of their business. Those accounts are somehow separated in Stripe Connect hence it looks like if we want to listed to dispute events via Stripe webhooks we need SSH key for each of their accounts. But Im trying to clarify this now as Im not sure how does that work on Stripe side
Got it. Generally you'd want to configure a Connect webhook on the platform account which can subscribe to events of all the connected accounts (in this case each business). https://stripe.com/docs/connect/webhooks
excellent, lets me quickly scan though the doc and see if I have any further questions
ok it wort of makes sense. So out client will need to connect all of their lines of business under their master Stripe Connect account and set up webhook end point for relevant objects for all of the connected accounts. In this way only 1 master auth key would be created
is my understanding correct?
Are they using Connect currently?
If yes, they'd only need to create a single Connect webhook on the 'master' (platform) account
There's no need to manage multiple keys/endpoints that way
But that assumes that they have Connect configured already
that is my understanding that they are using connect already but they were under the impression that they would need to manage webhooks separately for all o their subaccount. Hence I wanted to check. But what you explain makes more sence.
Ill work with them to help is connecting all of their subaccount to the master Stripe connect account then
thanks for the info👍
Sure, np!