#Sergio Sánchez
1 messages · Page 1 of 1 (latest)
Hi
You can forward connect event to a specific webhook using this flag:
https://stripe.com/docs/cli/listen#listen-forward-connect-to
Hello, yes I know this flag is to define the right endpoint
but I would like to know if it is possible to receive only events from account type
or only events for connect accounts
and define two different webhooks for each one
--events flag allow us to filter events
but I only to make the different between account and connected account events
because we have two different endpoints for each one
you can do this so I think:
strip listen --forward-to [ENDPOINT_PLATFORM] --forward-connect-to [ENDPOINT_CONNECT]
Welcome!