#sushkin
1 messages ยท Page 1 of 1 (latest)
For destination charges, all of the payment intent events would happen on the platform account itself. The connected account would only see transfer related events I believe
To answer your question more generally, the connect webhook will receive every event for every connected account that is on your platform. Stripe doesn't offer a way to filter out the events we send by account, so your webhook endpoint code would need to choose what accounts to listen to events for
Thank you for swift reply!
Actually I might have asked the question inaccurately.. What I meant is that for connected accounts we are receiving webhooks related to direct charges made through other platform accounts
@royal marsh
Is that normal behaviour?
Hello ๐ It is expected.
As direct charges objects are owned by the connected accounts themselves.
Any platform with a connection to that account will be able to receive the events for these objects.
I see. So, as Pompey suggested a way to filter those unwanted must be implemented in our code or is there another way to approach that?
It must be implemented in your code, yes.
Alright, thanks for your help!
NP! ๐ Good luck