Retrieve Payment Method Domain
Retrieves a payment method domain to check its verification status.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-21"
Path Parameters
The unique identifier of the payment method domain, prefixed pmd_.
Response
payment method domain retrieved
ID of the account the domain is registered for, prefixed biz_.
"biz_xxxxxxxxxxxxxx"
When the domain was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Hostname the checkout is served from (e.g. checkout.example.com).
"checkout.shinetime.example"
Payment method domain ID, prefixed pmd_.
"pmd_xxxxxxxxxxxxxx"
Wallet provider the domain is registered with.
apple "apple"
Verification status. pending means the provider could not fetch the domain-association file yet; only verified domains show wallet payment methods at checkout.
pending, verified "verified"
When the domain was last updated, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"

