v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Payment Gateway

get/sites/multiscreen/{site_name}/ecommerce/payment-gateways/{gateway_id}

Path parameters

site_namestring required

The unique identifier for the target Site.

gateway_idstring required

The unique identifier for the target Payment Gateway.

Response

200

descriptionstring
iconsstring[]
idstring
imagestring
live_payment_methods_urlstring
namestring
test_payment_methods_urlstring
flow'INLINE' | 'REDIRECT'

Example response

{
  "description": "string",
  "icons": [
    "string"
  ],
  "id": "string",
  "image": "string",
  "live_payment_methods_url": "string",
  "name": "string",
  "test_payment_methods_url": "string"
}