---
title: "Retrieve a payment method domain"
method: GET
path: "/v1/payment_method_domains/{payment_method_domain}"
---

# Retrieve a payment method domain

`GET /v1/payment_method_domains/{payment_method_domain}`

Retrieves the details of an existing payment method domain.

## Path parameters

- `payment_method_domain` string, required

## Query parameters

- `expand` string[]

## Response `200`

Successful response.

- PaymentMethodDomain — A payment method domain represents a web domain that you have registered with Stripe. Stripe Elements use registered payment method domains to control where certain payment methods are shown. Related guide: [Payment method domains](https://docs.stripe.com/payments/payment-methods/pmd-registration).
  - `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.

## Other responses

- `default` — Error response.

---

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