# API: List Client Gateways

# getClientGateways

Returns list of allowed client gateways in Gateway Per client module

TIP

This API call uses pagination for results.

# Required parameters

Parameter Description
client_id Client ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getClientGateways&client_id=CLIENT_ID

# PHP Samples

# PHP Samples: Get client gateways

# Response

{
    "success": true,
    "gateways": {
        "1": "Stripe Intents - 3D Secure",
        "2": "Paypal Checkout v2"
    },
    "call": "getClientGateways",
    "server_time": 1787659677
}
Last Updated: 9/1/2026, 5:22:18 AM