---
title: "Fetch Payment Link Status using Merchant Link Ref (New)"
method: GET
path: "/api/merchant/{smchKey}/paymentLink/{merchantLinkRef}/status"
tags: ["Payment APIs"]
---

# Fetch Payment Link Status using Merchant Link Ref (New)

`GET /api/merchant/{smchKey}/paymentLink/{merchantLinkRef}/status`

Fetch the status of the Payment Link. Status will be either "Success/ Deleted or Created". Refer PortOne docs for additional details.

## Path parameters

- `smchKey` string, required
- `merchantLinkRef` string, required

## Headers

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

## Response `200`

Successful response

- object
  - `content` PaymentLinkContent — The meta details of the payment link.
    - `merchantOrderRef` string — The unique merchant order reference for the transaction
    - `paymentLinkRef` string — The unique payment link reference generated by PortOne.
    - `status` string — The status of the payment link. Refer PortOne docs for additional details.
    - `transactionsList` TransactionsContent[] — The list of transactions details done for the payment link.
      - `channelOrderRef` string — The unique order reference of the transaction generated by PSP.
      - `createdAt` string — The timestamp of transaction creation.
      - `merchantOrderRef` string — The unique order reference of th transaction generated by the merchant.
      - `status` string — The status of the transaction.
      - `statusCode` string — The status code of the transaction.
      - `statusReason` string — The status reason of the transaction.
  - `message` string — The description of the API request execution result
  - `status_code` string — The status_code for API request execution result
  - `status_reason` string — The status_reason for API request execution result

## Other responses

- `401` — Failure response

---

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