---
title: "List payments"
method: GET
path: "/v2/payments"
tags: ["Payments API"]
---

# List payments

`GET /v2/payments`

Retrieve all payments created with the current website profile.

The results are paginated.

## 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.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-08-27** `8e5a936eb5bd` — 6 warning
  - added the new `Cartes Bancaires` enum value to the `_embedded/payments/items/allOf[#/components/schemas/list-entity-payment]/details/cardLabel` response property for the response status `200`
  - added the new `cartes-bancaires-business` enum value to the `_embedded/payments/items/allOf[#/components/schemas/list-entity-payment]/details/feeRegion` response property for the response status `200`
  - added the new `cartes-bancaires-consumer` enum value to the `_embedded/payments/items/allOf[#/components/schemas/list-entity-payment]/details/feeRegion` response property for the response status `200`
  - added the new `mastercard-debit-consumer-inter` enum value to the `_embedded/payments/items/allOf[#/components/schemas/list-entity-payment]/details/feeRegion` response property for the response status `200`
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/payments/get.md)

---

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