MX Balances Mapping
This data comes from MX's /users/{user_guid}/accounts endpoint and is returned from Meld's /bank-linking/accounts endpoint.
| Meld Field | Description | MX 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 | available_balance |
| updatedAt | The last time balances were updated | updated_at |
Updated 2 months ago