---
title: "List Payment Method Updater instances"
method: GET
path: "/v1/payment-method-updaters"
tags: ["Payment Method Updater"]
---

# List Payment Method Updater instances

`GET /v1/payment-method-updaters`

Retrieves the detailed information of all Payment Method Updater (PMU) instances on your tenant, except for American Express (AMEX).

## 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

- GETPaymentMethodUpdaterInstancesResponse
  - `success` boolean — Indicates whether the call is successful.
  - `updaters` object — Container for PMU instances available on your tenant.
    - `daysToUpdateBeforeBcd` integer — The days prior to the Bill Cycle Day to start PMU service.
    - `id` string — The ID of the PMU instance.
    - `isActive` boolean — `true` indicates that this PMU instance is active.
    - `isDefault` boolean — `true` indicates that it is the default PMU instance.
    - `isTest` string — `true` indicates that this PMU instance is for testing.
    - `processAssociatedGwOnly` boolean — `true` indicates that only the payment methods for customer accounts that meet either of the following conditions are included in the updates: - The default payment gateway of the customer account is set to an instance of the same type as `updaterGatewayType`. - The default payment gateway of the customer account is not configured, but the default payment gateway of the tenant is set to an instance of the same type as `updaterGatewayType`. `false` indicates that information of all payment methods is submitted.
    - `processAutopayDefaultPmOnly` boolean — `true` indicates that only the default payment methods for customer accounts with the AutoPay setting enabled are included in the updates. `false` indicates that data of all payment methods for all customer accounts is submitted, regardless of whether AutoPay is enabled for the customer account or not.
    - `processMastercard` boolean — `true` indicates that Mastercard data processing is supported.
    - `processVisa` boolean — `true` indicates that Visa data processing is supported.
    - `updaterGatewayType` string — The payment gateway type of the PMU instance.
    - `updaterName` string — The name of the PMU instance.

## 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)
