---
title: "List customer payments"
method: GET
path: "/v2/customers/{customerId}/payments"
tags: ["Customers API"]
---

# List customer payments

`GET /v2/customers/{customerId}/payments`

Retrieve all payments linked to the customer.

## Query parameters

- `from` string
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `profileId` string — The identifier referring to the [profile](get-profile) this entity belongs to. Most API credentials are linked to a single profile. In these cases the `profileId` can be omitted in the creation request. For organization-level credentials such as OAuth access tokens however, the `profileId` parameter is required.
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of payment objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `429` — Rate Limit has been reached.

---

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