DocsAPI Reference
Log In
Docs

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

  • If returns True, Meld will populate the value as PENDING
  • If returns False, Meld will populate the value as POSTED

transactionDate

The date and time the transaction was made

  • For transactions with PENDING status: date
  • For transactions with POSTED status: authorizedDate
  • If the authorized date returns null, Meld will use the data from date

postedDate

The date and time the transaction was posted

  • For transactions with PENDING status, it will return null
  • For transactions with POSTED status: date