---
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` — The request is invalid for the submitted query parameters.

---

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