#guest123
1 messages · Page 1 of 1 (latest)
That should be the default behavior if you create a platform webhook
Direct charge events would only be sent to your connect webook endpoint(s) https://stripe.com/docs/connect/webhooks
So if you are getting both on the same URL, it may be best to change the URL of one of your endpoints
oh ok, so I should not receive webhook events relating to other payments on connected accounts, only the ones that are created by my account?
by created i mean if i initiate the paymentIntent and set the stripeAccount parameter to the connected account
Correct, those events will not show up on the webhook endpoint for your platform account itself.
Great, thanks Pompey