POST /beta/transactions/v1/enhance

The /beta/transactions/v1/enhance endpoint enriches raw transaction data provided directly by clients.

The product is currently in beta.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
transactions[] Array Yes

An array of raw transactions to be enhanced.

transactions[].id String Yes

A unique ID for the transaction used to help you tie data back to your systems.

transactions[].description String Yes

The raw description of the transaction.

transactions[].amount Number Yes

The value of the transaction with direction. (NOTE: this will affect enrichment results, so directions are important):. Negative (-) for credits (e.g., incoming transfers, refunds) Positive (+) for debits (e.g., purchases, fees, outgoing transfers)

transactions[].iso_currency_code String Yes

The ISO-4217 currency code of the transaction e.g. USD.

client_id String No

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secret String No

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

account_type String Yes

The type of account for the requested transactions (depository or credit).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.