v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Payment Gateway

get/site/{site_name}/ecommerce/payment-gateways/{id}

Path parameters

site_namestring required

The unique identifier for the target Site.

idstring required

The ID of the existing payment gateway.

Headers

x-duda-access-tokenstring

The specific access token to access this site API.

authorizationstring

Your App Account's username and password, base64'd.

Response

200

descriptionstring
iconsstring[]
idstring
imagestring
live_payment_methods_urlstring
namestring
test_payment_methods_urlstring

Example response

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