---
title: "List gateways"
method: GET
path: "/gateways"
tags: ["Payments"]
---

# List gateways

`GET /gateways`

List the gateway identifiers for all payment methods activated for a site.

## Query parameters

- `include` 'coupons'
- `country` string, ISO 3166-1 alpha-2

## Response `200`

Request successful

- object
  - `success` boolean — Indicates whether the request was successful.
  - `data` object[] — The gateway identifiers.
    - `id` string — The unique identifier of the gateway.
    - `description` string — The name of the payment method.
    - `type` string — Whether the payment method is a gift card (`coupon`).

## Other responses

- `401` — Error

---

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