---
title: "Get gateway"
method: GET
path: "/gateways/{gateway_id}"
tags: ["Payments"]
---

# Get gateway

`GET /gateways/{gateway_id}`

Get the name of the payment method for a gateway identifier.

## Path parameters

- `gateway_id` 0, required — unresolved $ref

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object
    - `id` string — The unique identifier of the gateway.
    - `description` string — The name of the payment method.

## Other responses

- `401` — Invalid API key
- `404` — Gateway not found

---

[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)
