---
title: "List all payment methods"
method: GET
path: "/v2/methods/all"
tags: ["Methods API"]
---

# List all payment methods

`GET /v2/methods/all`

Retrieve all payment methods that Mollie offers, regardless of the eligibility of the organization for the specific
method. The results of this endpoint are **not** paginated — unlike most other list endpoints in our API.

The list can optionally be filtered using a number of parameters described below.

ℹ️ **Note:** This endpoint only returns **online** payment methods. If you wish to retrieve the information about
a non-online payment method, you can use the [Get payment method endpoint](get-method).

## Query parameters

- `locale` 'en_US' | 'en_GB' | 'nl_NL' | 'nl_BE' | 'de_DE' | 'de_AT' | 'de_CH' | 'de_LU' | 'fr_FR' | 'fr_BE' | 'fr_LU' | 'es_ES' | 'ca_ES' | 'pt_PT' | 'it_IT' | 'nb_NO' | 'sv_SE' | 'fi_FI' | 'da_DK' | 'is_IS' | 'hu_HU' | 'pl_PL' | 'lv_LV' | 'lt_LT' | 'null', nullable — Sets the language for customer-facing content and communications.
- `amount` Amount — In v2 endpoints, monetary amounts are represented as objects with a `currency` and `value` field.
  - `currency` string, required — A three-character ISO 4217 currency code.
  - `value` string, required — A string containing an exact monetary amount in the given currency.
- `include` string, nullable
- `sequenceType` 'oneoff' | 'first' | 'recurring'
- `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 method objects. For a complete reference of the
payment method object, refer to the [Get payment method endpoint](get-method) documentation.

## Other responses

- `400` — The request contains issues. For example, if the specified `locale` value is invalid.
- `429` — Rate Limit has been reached.

## Changes

> 49 revisions in range; 9 not diffed.

- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 2 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API
- **2026-05-05** `f3d6346a1412` — 2 info
  - added the new enum value `de_LU` to the `query` request parameter `locale`
  - added the new enum value `fr_LU` to the `query` request parameter `locale`

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/methods/all/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.dev/mollie/apis/mollie-api/revisions/1bcb76dbe9ea?raw)
