#yandos666-connect-events
1 messages ยท Page 1 of 1 (latest)
Hey, likely need to configure a Connect webhook: https://stripe.com/docs/connect/webhooks
Thanks - it looks like the main part is just setting up a different hook endpoint, by and large can we re-use the same logic we're using on our direct webhooks and it should just work?
no need to start passing through stripe account headers and stuff?
Can you set different hooks for each different connected account?
It depends on your logic I guess. The events will look largely the same, just the additional account field
You cannot, no
So just 1 Connected hook that goes out for all Connected accounts?
Thanks - so assuming this is the case @quiet lintel technically we could probably get by using the same uri for both?
Yep, you could! But some prefer to split them. Depends entirely on your integration
@quiet lintel to confirm, for different Connected accounts, we can't route webhooks to different domains?
No. It's a single Connect webhook for all connected accounts
Darn.
haha no mr_palbo has hijacked our thread
oh sorry
My bad
@quiet lintel just a heads up incase someone else asks but i just realised we can't use the same uri for both as they'll have different signing secrets
Ah yes. I should have stipulated if you're using the signing secret then that'll be an extra caveat