findTransactionById
Look up a transaction by its unique ID to retrieve complete details, including status, amount, and vendor information.
Instructions
Retrieve details of a specific transaction using its unique transaction ID (e.g. TXN12345).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the transaction to search for (e.g., TXN12345) |