---
title: "Get Payment Methods"
method: GET
path: "/paymentMethods"
---

# Get Payment Methods

`GET /paymentMethods`

Use this method to get a list of your active payment methods according to the filters you set.

## Query parameters

- `Country` string
- `Channel` string
- `Currency` string

## Headers

- `Ocp-Apim-Subscription-Key` string, required

## Response `200`

200

- object
  - `count` integer
  - `list` object[]
    - `paymentMethodId` string
    - `name` string
    - `channel` string
    - `group` string
    - `imageUrl` string
    - `country` string
    - `orderPriority` integer
    - `paymentMethodTag` string

## Other responses

- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/payretailers/apis/transaction.md) · [All operations](https://skmtc.net/payretailers/apis/transaction/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payretailers/transaction/revisions/b022ee3a593d/schema)
