Transactions Get Transaction
transactions_get_transactionRetrieve a single transaction by ID with options to include posted redirects, select output mode, and filter fields.
Instructions
Get transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No | ||
| transaction_id | Yes | ||
| redirect_posted | No |