#pagaok-webhook
1 messages · Page 1 of 1 (latest)
Hi, here you are: evt_3LUZIEAti7rRHD030huOa741
Thank you, pulling that up and taking a look.
The webhook endpoints that you created are listening for events from your Connected Accounts rather than events from your account.
To listen to events from your account, you will need to create a new webhook endpoint. Webhook endpoints can either listen to events from your account or from your connected accounts but not both simultaneously.
and is normal to read, webhook attempts to your account: zero and webhook attempts to platform connected: zero (is that connected account)
second point in my integration I'm using connected accounts,
payment was directed to connected account id: acct_1L58tQPEXCgis1uG
am I interpreting things in the wrong way ??
Looking at that Payment Intent, it was created using our Destination charge approach. This means that the Payment Intent resides on the Platform account, and funds from that payment are transferred to your Connected Account (the destination account) as part of that process. Since the Payment Intent resides on the Platform account, the events related to it will also occur on the Platform account.
can you point me to the resource where the payment intent creation to connected account is explained instead, probably I'm a bit confused in my integration ....
thanks in advance
Sure, this section references the three models that we have; Direct charges, Destination charges, and "Separate charges and transfers":
https://stripe.com/docs/connect/charges#types
It talks about what scenarios fit which models well, and provides links to documentation for each charge model which discusses how to implement them.
I will dig into , thanks again
Happy to help! Let us know if that documentation doesn't clear up the questions you're facing.