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' |
availableAmount | The available amount in the account | if accountType = 'depositAccount' |
updatedAt | The last time balances were updated | account.balanceAsOf |
Updated 2 months ago