Transaction detail
get_transactionThe full story of one transaction (classified event): date, counterparty, amount, direction, account classification with confidence, double-entry journal lines (null when not yet booked), provenance (source, event type, external id), and any attached evidence documents. transaction_id is a classified event id — from get_unreviewed_events, list_documents matched_event_id, or a proposal candidate. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Optional. Defaults to the organisation the authenticated API key is bound to, so you normally omit it and never need to ask the user for their organisation UUID. If provided, it must match the key’s org or the request is rejected. | 0e91146d-511c-469f-bdee-5c867b26ae0d |
| transaction_id | Yes | The classified event id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | ||
| source | Yes | ||
| currency | Yes | ||
| evidence | Yes | ||
| direction | Yes | ||
| confidence | Yes | ||
| event_type | Yes | ||
| occurred_at | Yes | ||
| account_code | Yes | ||
| amount_cents | Yes | ||
| counterparty | Yes | ||
| needs_review | Yes | ||
| journal_lines | Yes | ||
| effective_date | Yes | ||
| transaction_id | Yes | ||
| external_event_id | Yes | ||
| classification_method | Yes |