#leman-balance-reconciliation

1 messages · Page 1 of 1 (latest)

vast whaleBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

nova merlin
#

leman-balance-reconciliation

#

@jaunty zephyr We don't have any such logic in our API. If the account is on manual Payouts where they build up a balance over time, that's something you would track yourself as you create Transfers, revert them for refunds, create Payouts, etc.

jaunty zephyr
#

Is there a way to configure a webhook that notifies when a transfer is paid (e.g., transfer.paid), indicating that the specified amount in the transfer is now available? I could use that to track funds

nova merlin
#

That doesn't really make sense to want that, Transfers from your platform to a connected account are instant.

jaunty zephyr
#

ok, suppose I've initiated three transfers of $50, $20, and $30 respectively. However, the available balance is $70. How can I determine which transfer or combination of transfers is available for payout? For example, is it the sum of transfer 1 and transfer 2?

nova merlin
#

same answer as earlier, it's impossible. You would keep track of it all yourself based on your Transfers and what else happened on the account. For example use the List BalanceTransactions API to see everything that changed that account's balance