enrich_transactions
Add categorization and merchant details to raw transaction lists for better financial insights.
Instructions
Enrich a list of raw transactions with categorization/merchant data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream HTTP status was < 400. | |
| data | No | Finicity's native response body. | |
| error | No | Error summary when ok is False. | |
| status_code | Yes | Upstream Finicity HTTP status code. |