get_transaction
Retrieve a transaction by ID to access its status, amount, currencies, exchange rate, sender/recipient names, and hub assignment. Returns an error if the ID is not found.
Instructions
Look up a single FinPay transaction by its ID. Returns the full transaction object including status, amount, currencies, exchange rate, sender/recipient names, and hub assignment. Returns a NOT_FOUND error if the ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transaction ID (format: TXN-XXXXXXXXX) |