MX Transactions Mapping
This data comes from MX's /users/{user_guid} /accounts/{account_guid}/transactions endpoint and is returned from Meld's /bank-linking/transactions endpoint.
| Meld Field | Description | MX Response Field |
|---|---|---|
| amount | The amount of the transaction | amount |
| currency | The currency used in the transaction | currency_code |
| description | The transaction's description | original_description |
| status | The status of the transaction | status |
| transactionDate | The date and time the transaction was made | transacted_at |
| postedDate | The date and time the transaction was posted | posted_at |
Updated 2 months ago