List gateways
GET
/sales/gatewaysReturns the catalog of supported payment gateways. The catalog is the same for every account, is returned in a single response, and does not include any account credentials.
AuthorizationBearer <token>
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Header Parameters
X-Client-Request-Id?string
Optional client-generated identifier of the request, up to 64 characters from [A-Za-z0-9._-]. Echoed back in the response and recorded in the request log; it never replaces the server-generated X-Request-Id.
Length
length <= 64Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/sales/gateways"{ "data": [ { "capabilities": { "beta": true, "requires_secret": true, "subscriptions": true, "subscriptions_only": true }, "featured": true, "help_url": "string", "icon_url": "string", "id": "string", "labels": { "external_id": "string", "secret": "string" }, "name": "string", "object": "gateway" } ]}