---
title: "Get Transaction By Transaction Id"
method: GET
path: "/transactions/{transactionId}"
tags: ["Transactions and Payments"]
---

# Get Transaction By Transaction Id

`GET /transactions/{transactionId}`

## Path parameters

- `transactionId` string, required

## Headers

- `x-business-id` string, required

## Response `200`

Successful Response

- CreatedTransaction
  - `timestamp` string, date-time, required — The date and time the transaction occured in UTC
  - `amount` number, required — The dollar amount of the transaction
  - `currency` string — The currency of the transaction
  - `type` 'credit' | 'debit', required — An enumeration.
  - `id` string, required — The ID of this transaction
  - `documentId` string — The ID of the document this transaction is to be recorded against
  - `pending` boolean — Whether this transaction is pending or not
  - `contactId` string — Optional field to associate this transaction with a contact id if it is known

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/slickco/apis/slick-api.md) · [All operations](https://skmtc.net/slickco/apis/slick-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slickco/slick-api/versions/90641b73f35e/schema)
