---
title: "List payment links"
method: GET
path: "/v3/payment/payment-links"
tags: ["Payment links"]
---

# List payment links

`GET /v3/payment/payment-links`

Return a list of payment links

## Query parameters

- `limit` number
- `after` string
- `since` string, date-time
- `until` string, date-time
- `status` 'valid' | 'completed' | 'expired' | 'revoked'

## Response `200`

Payment links

- object — Represent paginated collection of resources.
  - `resources` union[]
    - union
      - 0 — unresolved $ref
      - 1 — unresolved $ref
  - `pagination` object
    - `next_uri` string, nullable

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
