#Davaogoods

1 messages · Page 1 of 1 (latest)

brave bladeBOT
mossy creek
#

Hello! To clarify, you want all Transfers made from a certain connected account? Or do you want all Transfers made to a certain connected account?

dusk plover
#

all Transfers made to a certain connected account

mossy creek
dusk plover
#

checking this out thanks

#

there is no specified account id?

mossy creek
#

What do you mean?

dusk plover
#

sorry got confused it's this

#

all Transfers made from a certain connected account

mossy creek
#

So you're good to go?

dusk plover
#

no, it's from a certain connected not to

mossy creek
#

Meaning the Transfer was created on the connected account and the money moved to your platform account?

dusk plover
#

reverse

#

money was paid to the platform and transfered to connected account

mossy creek
#

Wait.

#

That's not what you said.

#

Let's step back.

dusk plover
#

okay

mossy creek
#

The money is moving from the platform account to the connected account. Is that correct?

dusk plover
#

yes,

mossy creek
#

Okay, so that's represented by a Transfer on the platform account.

dusk plover
#

see my screenshot

mossy creek
#

So the original approach will work. You list Transfers on the platform account and set destination to the connected account ID you want the Transfers for.

dusk plover
#

hmm

#

would adding the stripe header and set the stripe account fetch it's own transfer activities?

mossy creek
#

No, because there is no Transfer object on the connected accounts.

#

The Transfer exists on the account the money is moving out of.

#

The money coming in is represented on the destination account by a Charge with a py_ prefix.

dusk plover
#

im trying to achieve similar to this

mossy creek
#

In order to do what's shown in your latest screenshot the original suggestion is what you need to do. Is it not working?

dusk plover
#

so I just list the transfers and filter them on my code?

#

there is no direct filter for fetching based on the account id?

mossy creek
#

No, you specify the destination that is linked to directly by that link.

dusk plover
#

let me try it out

mossy creek
dusk plover
#

so destination must be set when requesting am I correct?

mossy creek
#

No, it's optional, but I thought you wanted Transfers which were only going to a specific connected account?

dusk plover
#

yes

#

specific connected accounts

mossy creek
#

For example, let's say you only want the Transfers for acct_123. You would list Transfers and set destination to acct_123.

#

Does that make sense?

dusk plover
#

yep,

#

testing it out thanks

dusk plover
#

Hi

#

I tested it out and it does not seem to return any

mossy creek
#

You're sure there are Transfers that have been made to that account? What's the ID of one of the Transfers you expected to see in the results?

dusk plover
#

oh nevermind

#

that account has no transfers

#

Im all good for now