---
title: "GET /v1/apple_pay/domains"
method: GET
path: "/v1/apple_pay/domains"
---

# GET /v1/apple_pay/domains

`GET /v1/apple_pay/domains`

List apple pay domains.

## Query parameters

- `domain_name` string
- `ending_before` string
- `expand` string[]
- `limit` integer
- `starting_after` string

## Response `200`

Successful response.

- object
  - `data` ApplePayDomain[], required
    - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
    - `domain_name` string, required
    - `id` string, required — Unique identifier for the object.
    - `livemode` boolean, required — If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
    - `object` 'apple_pay_domain', required — String representing the object's type. Objects of the same type share the same value.
  - `has_more` boolean, required — True if this list has another page of items after this one that can be fetched.
  - `object` 'list', required — String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
  - `url` string, required — The URL where this list can be accessed.

## Other responses

- `default` — Error response.

---

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