Retrieve one transaction

Returns a single transaction by its accounting-ledger id (accounting_ledger_tx_id). The
response additionally includes the attached transaction_labels, merchant_details and
payables (the latter two only for banking_bank_transactions, and payables only when the
Pay product is active).

Note: show returns a different, narrower projection than the list endpoint. It does
not compute the labeled ledger fields (transaction_type, status, charge, deposit,
amount, exchange_rate, target_cumulative_balance_with_commission, commission fields,
etc.) that GET /v1/transactions adds — those are list/CSV-only. The plain
cumulative_balance / target_cumulative_balance keys are the exception: they are virtual
attributes aliased to the persisted ledger value, so they are present on both the list and
the show responses. See the response schema.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The Cardda accounting-ledger transaction id (accounting_ledger_tx_id). This is
the same value exposed as id in the unified transactions list.

Headers
uuid
required

UUID of the company on whose behalf the request is made. Required for every Accounting endpoint.
See The company-id header for details on how to obtain
a value for this header and the error responses to expect when it is missing or invalid.

Responses

401

Unauthorized

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json