I am trying to test stripe webhooks from connected accounts.
I have 2 accounts:
- The one that created a stripe app and defined the webhooks
- The one that installs the app and becomes connected to account 1.
I am expecting that when a payment is created (in test mode) from account 2, it should trigger an event at the webhook defined on account 1, but it doesn't. I think the issue is that when I install the app using the external test link on account 2, the app is available only in live mode. enter image description here
Did anyone encounter this issue?