Stripe apps in test mode

72 Views Asked by At

I am trying to test stripe webhooks from connected accounts.

I have 2 accounts:

  1. The one that created a stripe app and defined the webhooks
  2. 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?

0

There are 0 best solutions below