#zonos-transfer-payout

1 messages · Page 1 of 1 (latest)

jolly bobcat
#

Hello @old trench! That's not really how things work

old trench
#

I guess I should explain what I am trying to do.

#

I have missed some webhooks for some transfers that were on a payout. I would like to know what objects are related (transfers, transferReversals, etc), and call Stripe to get data on these objects. Since this particular payout is on the connect account, the transfers from our platform account show up as a "py_". So I am trying to find the associated Transfer that created the "py_".

#

From my experience the transfer from the platform, results in a "py_" on the connect side of that transfer.

#

It looks like that second link you gave me has information on this. I will see if I can work that out from there first. Thanks

jolly bobcat
#

@old trench did that answer the question?

old trench
#

Since I am using the "separate transfers and charges api", my charges are on the platform account. I do not have direct access to the charge from the Connect account's payouts from what I can tell.

jolly bobcat
#

You're misunderstanding it all :p

#

the py_123 on the connected account is a Charge object. It's the result of the Transfer tr_123 from the platform

old trench
#

Okay. That makes sense. I'll give that a try

jolly bobcat
#

let me know if that doesn't work