Salt Edge Balances Mapping
This data comes from SaltEdge's /api/v5/accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | SaltEdge Response Field |
|---|---|---|
| currency | The currency of the account balance | currency_code |
| currentAmount | The current amount in the account | balance |
| availableAmount | The available amount in the account | extra.available_amount |
| updatedAt | The last time balances were updated | updated_at |
Updated 2 months ago