Yodlee Transactions Mapping
This data comes from Yodlee's /transactions endpoint and is returned from Meld's /bank-linking/transactions endpoint.
| Meld | Description | Yodlee |
|---|---|---|
| amount | The amount of the transaction | Transaction.amount.amount |
| currency | The currency used in the transaction | Transaction.amount.currency |
| payee | The recipient of the transaction | Transaction.merchant.name |
| status | The status of the transaction | Transaction.status - If returns POSTED, Meld will populate the value as POSTED- If returns PENDING, Meld will populate the value as PENDING- Anything else is returned as SHADOW |
| transactionDate | The date and time the transaction was made | Transaction.date |
| postedDate | The date and time the transaction was posted | Transaction.postDate |
Updated 2 months ago