---
title: "List all payment gateways"
method: GET
path: "/v1/paymentgateways"
tags: ["Payment Gateways"]
---

# List all payment gateways

`GET /v1/paymentgateways`

Retrieves the basic information about all the payment gateways.

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Version` string

## Response `200`

OK

- GETPaymentGatwaysResponse
  - `paymentgateways` GETAPaymentGatwayResponse[]
    - `id` string — The ID of the payment gateway.
    - `isActive` boolean — Specifies if this payment gateway is in active status.
    - `isDefault` boolean — Specifies if this is the default payment gateway to process payments for your customer accounts.
    - `name` string — The name of the payment gateway.
    - `type` string — The type of the payment gateway
  - `success` boolean — Returns `true` if the request was processed successfully.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
