---
title: "Get Subscription Link Transaction Details"
method: GET
path: "/api/subscription/{orderRef}/txns-records"
tags: ["Subscription APIs"]
---

# Get Subscription Link Transaction Details

`GET /api/subscription/{orderRef}/txns-records`

Use this API for fetching Subscription Link Transaction Details

## Path parameters

- `orderRef` string, required

## Headers

- `Content-Type` string
- `X-Portone-Client-Key` string
- `Authorization` string

## Response `200`

Successful response

- object
  - `is_success` boolean — The boolean flag denoting API request execution result
  - `content` TxnContent[]
    - `amount` number, double — The amount of transaction, can be a floating-point number
    - `channel_name` string — The key of the Payment Channel. Refer PortOne docs for more details
    - `channel_order_ref` string — The unique order reference of the transaction generated by PSP
    - `currency` string — The currency of transaction
    - `merchant_order_ref` string — The unique merchant order reference for the transaction
    - `order_ref` string — The unique transaction reference generated by PortOne
    - `method_key` string — The Payment Method Key used for the transaction
    - `payment_method_used` string — The payment method used
    - `refund_status` string — The refund status.
    - `created_at` string — The timestamp of when the transaction was created
    - `status` string — The status of the transaction.
  - `status_code` string — The status_code for API request execution result
  - `status_reason` string — The status_reason for API request execution result

## Other responses

- `400` — Failure response

---

[API](https://skmtc.dev/portone/apis/payment-apis.md) · [All operations](https://skmtc.dev/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/portone/payment-apis/revisions/f3ccea652555/schema)
