---
title: "Get payment link information"
method: GET
path: "/api/v1/payment-link-info/{hash}/"
tags: ["Subscriptions"]
---

# Get payment link information

`GET /api/v1/payment-link-info/{hash}/`

Return public information for a payment link identified by hash.

## Path parameters

- `hash` string, required

## Response `200`

The request succeeded and returned endpoint-specific data.

- GenericSuccessResponse — Generic success envelope used for endpoints whose data shape is endpoint-specific.
  - `success` boolean
  - `data` union — Endpoint-specific response data.
    - object, nullable
    - object[], nullable
    - string, nullable
    - integer, nullable
    - boolean, nullable
  - `message` string, nullable — Optional informational message returned by some endpoints.

## Other responses

- `400` — The request is invalid. Check required fields, field formats, and resource ownership.
- `404` — The requested resource was not found.

---

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