Plaid Transactions Mapping
This data comes From Plaid's /transactions/get endpoint and is returned from Meld's /bank-linking/transactions endpoint.
Meld Field | Description | Plaid Response Field |
|---|---|---|
amount | The amount of the transaction | amount |
currency | The currency used in the transaction | iso_currency_code unofficial_currency_code (if iso_currency_code is null) |
description | The transaction's description | name |
status | The status of the transaction | pending
|
transactionDate | The date and time the transaction was made |
|
postedDate | The date and time the transaction was posted |
|
Updated 2 months ago