---
title: "List Payments"
method: GET
path: "/v1/payment_links/{id}/payments"
tags: ["Payment Links"]
---

# List Payments

`GET /v1/payment_links/{id}/payments`

Returns payments associated with a payment link.

## Path parameters

- `id` string, required

## Query parameters

- `status` 'paid'

## Headers

- `Authorization` string, required

## Response `200`

Payments retrieved successfully.

- object
  - `data` object[]
    - `payment_id` string, required — The unique identifier of the payment.
    - `amount` integer, required — Amount in the smallest currency unit.
    - `currency` string, required — Three-letter ISO currency code.
    - `livemode` boolean, required — Indicates whether the payment is live.
    - `description` string — Description of the payment.
    - `status` string, required — Status of the payment.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized.
- `404` — Payment link not found.
- `500` — Internal server error.

---

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