---
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[]
    - `id` string, required — The ID of the payment method.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

## Changes

- **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/d32eef8a3bd2/schema)
