Transactions
Get Transaction by ID
Retrieve a single transaction by its unique ID, including line items, tax breakdown, and metadata.
GET
Use this endpoint to fetch the full details of a transaction, such as for auditing, reconciliation, or export.
Path Parameter:
id
– Unique ID of the transaction
Response:
Returns a single Transaction
object. This includes:
- Transaction type:
inflow
oroutflow
- Associated contact and product information
- Tax calculation metadata
- Currency and exchange rate (if applicable)
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the transaction
Response
200
application/json
Transaction details
Unique identifier for the transaction
Direction of the transaction
Available options:
inflow
, outflow
Transaction amount
Currency code (e.g., USD, EUR)
Time of transaction
Optional description of the transaction