---
title: "List supported gateways"
method: GET
path: "/gateways_options.json"
tags: ["gateways"]
---

# List supported gateways

`GET /gateways_options.json`

Retrieve a list of all gateways, and their properties, supported by Spreedly. This call can be used to dynamically present a gateway credential form to users or to do any sort of dynamic rendering.

## Response `200`

Successful

- GatewaysOptionsResponse
  - `gateways` object
    - `name` string — The human readable name of the gateway
    - `gateway_type` string — The type (short name) of the gateway. Use this value when provisioning a gateway.
    - `auth_modes` object[] — A list of authorization modes for the gateway. An auth mode is basically a list of credentials required for this gateway (some gateways support various ways of entering credentials).
    - `gateway_settings` object[] — The non-credential fields that can be specified at the gateway level, and included in all transactions
    - `characteristics` string[] — A list of operations (such as purchase, capture etc…) that the gateway supports
    - `payment_methods` string[] — A list of payment methods (such as credit_card, apple_pay, google_pay, etc…) that the gateway supports
    - `gateway_specific_fields` string[] — The list of gateway specific fields that can be specified in supported gateway transactions
    - `supported_countries` string[] — The list of countries this gateway supports
    - `supported_cardtypes` string[] — The list of credit card brands this gateway supports
    - `regions` string[] — The list of geographic regions this gateway supports (determined by the supported_countries)
    - `homepage` string — The homepage associated with the gateway
    - `display_api_url` string — The live endpoint for the gateway type
    - `company_name` string — The company name associated with the gateway

---

[API](https://skmtc.net/spreedly/apis/spreedly-api-v1.md) · [All operations](https://skmtc.net/spreedly/apis/spreedly-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spreedly/spreedly-api-v1/versions/72ba4e23e65c/schema)
