DocsAPI Reference
Log In
Docs

Akoya Balances Mapping

This data comes From Akoya's /balances/{version}/{providerId} endpoint and is returned from Meld's /bank-linking/accounts endpoint.

Meld Field

Description

Akoya Response Field

currency

The currency of the account balance

account.currency.currencyCode

currentAmount

The current amount in the account

if accountType = 'depositAccount'
account.currentBalance
else if accountType = 'locAccount'
account.principalBalance

availableAmount

The available amount in the account

if accountType = 'depositAccount'
account.availableBalance
else if accountType = 'locAccount'
account.principalBalance

updatedAt

The last time balances were updated

account.balanceAsOf