---
title: "List registered domains"
method: GET
path: "/v1/payment-methods/wallet/domains"
tags: ["Payment Methods"]
---

# List registered domains

`GET /v1/payment-methods/wallet/domains`

Use this operation to retreive list of registered domains.

You can use `domainName` as the query parameter to restrict domains returned in the response. Specify a domain name and the registered domains containing the specified domain name will be returned.

## Query parameters

- `domainName` string
- `walletType` 'ApplePay' | 'GooglePay', required

## Headers

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

## Response `200`

OK

- GETListApplePayDomainsResponse
  - `domains` object[] — Container for domains that are already registered with Apple Pay.
    - `createdBy` string — The ID of the user who created this domain.
    - `createdOn` string — The date and time when the domain was created, in `yyyy-mm-dd hh:mm:ss` format.
    - `domainIdentifier` string — This identifier is automatically assigned during domain registration and is used for Apple Pay merchant validation and session initialization.
    - `domainName` string — The name of the domain registered with Apple Pay, such as `testapplepay.zuora.com`.
    - `domainVerified` boolean — Indicates whether the domain registration is successfully verified.
    - `id` string — The ID of the domain, such as `402881a38924ff1001892502da090021`.
    - `updatedBy` string — The ID of the user who made the last update to this domain.
    - `updatedOn` string — The last date and time when the domain was updated, in `yyyy-mm-dd hh:mm:ss` format.
    - `walletType` string — The type of digital wallet associated with the domain.
  - `success` boolean — Indicates whether this call succeeds.

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