v1
latestOpenAPI 3.1.02026-07-242470655.6 KBList Payment Gateways
get/site/{site_name}/ecommerce/payment-gateways
Path parameters
site_namestring required
The unique identifier for the target Site.
Query parameters
offsetinteger
limitinteger
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
Example response
{
"results": [
{
"description": "string",
"icons": [
"string"
],
"id": "string",
"image": "string",
"live_payment_methods_url": "string",
"name": "string",
"test_payment_methods_url": "string"
}
]
}