#GiovanniV-webhooks-connect
1 messages · Page 1 of 1 (latest)
our use case is several developers and QA working at the same time creating/configuring different Connect Accounts, each person receives webhooks for accounts not related to his/her system.
You can create separate webhooks responding to different events (so, for example, one for customers, different one for paymentIntents), but not for different accounts - it's just not built that way.
@livid schooner one thing each dev can do is just respond with 200s for any Webhook Events not for the accounts they're concerned with, so they only process the ones they're interested in
another alternative is to spin up separate accounts for each dev so there is no cross-sending of Webhook Events that are not meant for them
but ultimately, this is not supported, and one of the points of feedback we've heard from multi-developer teams who work off the same account