---
title: "Retrieve Payment Method Domain"
method: GET
path: "/payment_method_domains/{id}"
tags: ["Payment Method Domains"]
---

# Retrieve Payment Method Domain

`GET /payment_method_domains/{id}`

Retrieves a payment method domain to check its verification status.

## Response `200`

payment method domain retrieved

- PaymentMethodDomain
  - `account_id` string, nullable, required — ID of the account the domain is registered for, prefixed `biz_`.
  - `created_at` string, required — When the domain was created, as an ISO 8601 timestamp.
  - `hostname` string, required — Hostname the checkout is served from (e.g. `checkout.example.com`).
  - `id` string, required — Payment method domain ID, prefixed `pmd_`.
  - `provider` 'apple', required — Wallet provider the domain is registered with.
  - `status` 'pending' | 'verified', required — Verification status. `pending` means the provider could not fetch the domain-association file yet; only `verified` domains show wallet payment methods at checkout.
  - `updated_at` string, required — When the domain was last updated, as an ISO 8601 timestamp.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

---

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