---
title: "List payment method domains"
method: GET
path: "/v1/payment_method_domains"
---

# List payment method domains

`GET /v1/payment_method_domains`

Lists the details of existing payment method domains.

## Query parameters

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

## Response `200`

Successful response.

- object
  - `data` PaymentMethodDomain[], required
    - `amazon_pay` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
    - `apple_pay` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
    - `created` integer, required — Time at which the object was created. Measured in seconds since the Unix epoch.
    - `domain_name` string, required — The domain name that this payment method domain object represents.
    - `enabled` boolean, required — Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements.
    - `google_pay` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
    - `id` string, required — Unique identifier for the object.
    - `klarna` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
    - `link` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
    - `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` 'payment_method_domain', required — String representing the object's type. Objects of the same type share the same value.
    - `paypal` PaymentMethodDomainResourcePaymentMethodStatus, required — Indicates the status of a specific payment method on a payment method domain.
      - `status` 'active' | 'inactive', required — The status of the payment method on the domain.
      - `status_details` PaymentMethodDomainResourcePaymentMethodStatusDetails — Contains additional details about the status of a payment method for a specific payment method domain.
        - `error_message` string, required — The error message associated with the status of the payment method on the domain.
  - `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/spec3.md) · [All operations](https://skmtc.net/stripe/apis/spec3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/spec3/revisions/3653ad45bbec/schema)
