#rnash
1 messages · Page 1 of 1 (latest)
The easiest way is to use Stripe CLI: https://stripe.com/docs/webhooks/test
that's definitely the first place I went
but I don't see an obvious way to specify a connect account
"--forward-connect-to"?
Yup!
Would I need to pass the account id or something? Maybe with --connect-headers or something?
I don't think so. It should just forward all Connect webhooks to that endpoint
Sure thign!
One last mention: the event object sent to the Connect webhook endpoint contains a special property called account, which is the ID of the connected account (i.e., acct_123) on which the event occurred.