#hqm32

1 messages ยท Page 1 of 1 (latest)

mortal lavaBOT
gaunt heart
#

Not really aware of an API to interface with them directly, nor are there any associated events. What's an example object ID?

vast crystal
#

Balance Transaction: txn_1N3C2NJUVXJUyZ8zPdwXnKle

#

ConnectCollectionTransfer: connct_1N3C2MJUVXJUyZ8zIGHhO7i1

#

I can get the connected account id by expanding the source on the balance transaction

gaunt heart
#

What is it you're trying to do exactly? Those objects aren't really exposed in the API

vast crystal
#

Some merchants can enter a state where they can not earn any more money on our platform. But they can still process refunds which leads to negative connected account balances. After 180 days the negative amount is balanced by money coming from the platform account (connect_collection_transfer). At this point we want to collect the missing money from the merchant.

#

In the future we plant to collect the missing money via sepa credit transfer from the merchants bank account (we have a propper mandate for this) and send it directly to his connected account.

gaunt heart
#

After 180 days the negative amount is balanced by money coming from the platform account (connect_collection_transfer)
I'd suspect there's an associated Transfer object on the platform account to reconcile this. Let me see

vast crystal
#

That would be great!

kindred valve
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

unfortunately the only way to go about this for now is the approach you're already implementing

#

filtering the BalanceTransactions list by type

vast crystal
#

Ok. Thank you! ๐Ÿ˜‰