#TomV
1 messages · Page 1 of 1 (latest)
Hi 👋 did you create a webhook endpoint in testmode to listen for non-livemode events? Webhook Endpoints only listen for events associated with the mode in which they were created (there is a small caveat for Connect scenarios, but we can ignore that if you're not using Connect).
When using Connect webhooks (webhook endpoints listening for events from your Connected accounts), where the events are sent will depend on how the Connected account is connected to your platform.
There are three possible scenarios:
-
The Connected account (CA) is connected to your Platform only in testmode:
In this scenario, events triggered in testmode from the CA will be sent to your Platform's testmode Connect webhook endpoint(s). -
The CA is connected to your Platform only in livemode:
In this scenario, both live and testmode events from the CA will be sent to your Platform's livemode Connect webhook endpoint(s). -
The CA is connected to your Platform in both live and testmode:
This scenario combines the behavior of the above two.
All testmode events from your CA will be sent to your Platform's testmode Connect webhook endpoints and
all live and testmode events from your CA will be sent to your Platform's livemode Connect webhook endpoint.