---
title: "Retrieves a Transaction resource."
method: GET
path: "/transactions/{id}"
tags: ["Transaction"]
---

# Retrieves a Transaction resource.

`GET /transactions/{id}`

Retrieves a Transaction resource.

## Path parameters

- `id` string, required

## Response `200`

Transaction resource

- Transaction
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `transactionType` string, nullable — Transaction type e.g. Payment
  - `success` string, nullable — True of false on if transaction went through
  - `amount` integer, nullable — Amount of the transaction in cents e.g: 870
  - `description` string, nullable — Transaction description
  - `transactionId` string, nullable — Transaction Id
  - `paymentId` string, nullable — Payment Id
  - `productId` string, nullable — Product Id
  - `taxId` string, nullable — Tax Id
  - `componentId` string, nullable — Component Id
  - `statementId` string, nullable — Statement Id
  - `customerId` string, nullable — Id of the customer made he transaction
  - `created` string, date-time, nullable — Date and time the transaction is first created
  - `status` string, nullable — Status of the transaction e.g: success
  - `fee` integer, nullable — Transaction fees
  - `netAmount` integer, nullable — Net amount of transaction
  - `txnDate` string, date-time, nullable — Transaction date

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
