#hmaxyz

1 messages · Page 1 of 1 (latest)

river falconBOT
abstract ginkgo
#

One option is to list all PaymentIntent and check one by one

final swift
#

Yeah, but I'm trying to avoid that

#

Is there any way I can filter Direct charge transactions?

river falconBOT
abstract ginkgo
#

Direct Charges are made on the Connect Accounts

#

There is no direct way to do this filter

lucid violet
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!

final swift
#

So the only option is to list all the transactions and do the filtering manually🤔

lucid violet
#

there's another way you can go at it

final swift
#

Ohh nice

lucid violet
#

but then you also have to filter the transactions that don't have a source_transaction

final swift
#

but we are not using transfer due limitations, currently we are only using parameter "on_behalf_of" for direct charges

lucid violet
#

these are not direct charges

#

these are destination charges with obo

final swift
#

yes

#

can we filter them like the transfer?

lucid violet
#

a destination charge creates a transfer object for you

#

anytime that money flows from a Platform to a Connect Account a transfer is/has to be created

final swift
#

okay, that means I will be able to find them in transfers