---
title: "Get Payment Gateway"
method: GET
path: "/sites/multiscreen/{site_name}/ecommerce/payment-gateways/{gateway_id}"
---

# Get Payment Gateway

`GET /sites/multiscreen/{site_name}/ecommerce/payment-gateways/{gateway_id}`

## Path parameters

- `site_name` string, required
- `gateway_id` string, required

## Response `200`

200

- object
  - `description` string
  - `icons` string[]
  - `id` string
  - `image` string
  - `live_payment_methods_url` string
  - `name` string
  - `test_payment_methods_url` string
  - `flow` 'INLINE' | 'REDIRECT'

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.dev/duda/apis/partner-api.md) · [All operations](https://skmtc.dev/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
