---
title: "List payment links"
method: GET
path: "/payment_links/links/"
tags: ["Payments"]
---

# List payment links

`GET /payment_links/links/`

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `x-simple-workspace` string, required
- `x-piriod-test-mode` boolean

## Response `200`

Paginated payment-link list.

- object
  - `count` integer, required — Total number of items matching the filter.
  - `next` string, uri, nullable — URL of the next page, or `null` if last page.
  - `previous` string, uri, nullable — URL of the previous page, or `null` if first page.
  - `results` PaymentLink[], required — The items in the current page.
    - `id` integer
    - `name` string, required
    - `publishable_key` string — Use this key on the publishable endpoints to fetch and pay the link.
    - `cta` 'book' | 'donate' | 'pay'
    - `amount` number, nullable
    - `amount_min` number, nullable
    - `amount_max` number, nullable
    - `amount_preset` number, nullable
    - `amount_scheme` 'custom' | 'fixed'
    - `currency` string, required — ISO currency code.
    - `customer_type` 'individual' | 'business' | 'both'
    - `description` string, nullable
    - `end_description` string, nullable — Markdown shown after a successful payment.
    - `hosted_page_title` string, nullable
    - `hosted_page_description` string, nullable
    - `hosted_page_layout` 'vertical' | 'horizontal'
    - `image` string, uri, nullable
    - `return_url` string, uri, nullable
    - `create_invoice` boolean — When true, completed payments generate an invoice with `document`.
    - `document` integer, nullable
    - `status` 'active' | 'archived'
    - `test_mode` boolean
    - `created` string, date-time
    - `updated` string, date-time

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
