---
title: "Get available payment methods"
method: GET
path: "/v0.1/merchants/{merchant_code}/payment-methods"
tags: ["Checkouts"]
---

# Get available payment methods

`GET /v0.1/merchants/{merchant_code}/payment-methods`

Get payment methods available for the given merchant to use with a checkout.

## Path parameters

- `merchant_code` string, required

## Query parameters

- `amount` number
- `currency` string

## Response `200`

Available payment methods

- object
  - `available_payment_methods` object[] — Payment methods available to the merchant for the checkout.
    - `id` string, required — Unique identifier of the payment method.

## Other responses

- `400` — The request is invalid for the submitted query parameters.

## Changes

> 53 revisions in range; 4 could not be searched.

- **2026-03-11** `cd79d83b07e0` — 2 info
  - the security scope `payments` was removed from the endpoint's security scheme `oauth2`
  - removed the non-success response with the status `401`
- **2025-02-25** `cdadac3315a1` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `oauth2` was added to the API

[Change history](https://skmtc.dev/sumup/apis/sumup-rest-api/changes/v0.1/merchants/:merchant_code/payment-methods/get.md)

---

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