---
title: "Fetch Transaction"
method: GET
path: "/orders/transactions/{id}"
tags: ["Orders::Transaction"]
---

# Fetch Transaction

`GET /orders/transactions/{id}`

Retrieve a transaction for an order

## Path parameters

- `id` string, required

## Response `200`

OK

- OrdersTransactionAttributes — Payments
  - `id` integer — Transaction ID
  - `public_id` string, nullable — Transaction public ID
  - `order_id` integer — Order ID
  - `status` string — Status
  - `external_type` string, nullable — Type
  - `external_id` string — External ID
  - `amount` string, nullable — Amount
  - `currency` string, nullable — Currency
  - `reason` string, nullable — Reason
  - `adjusted_transaction_id` string, nullable — Adjusted transaction
  - `result` string — Result
  - `billing_payment_instruction_id` string, nullable — Billing Payment Instruction ID
  - `billing_payment_instruction_type` string, nullable — Billing Payment Instruction Type
  - `arn` string, nullable — ARN
  - `is_rebill` boolean, nullable — Is Rebill
  - `rebill_number` string, nullable — Rebill Number
  - `created_at` string, nullable — Created
  - `updated_at` string, nullable — Updated

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
