v14
latestOpenAPI 3.1.02026-08-083813925.4 MBPayment Method Domains
Create Payment Method Domain
Registers a hostname with the wallet provider and attempts verification inline. Returns verified when the provider fetched the domain-association file (for Apple Pay, /.well-known/apple-developer-merchantid-domain-association), or pending when it could not — host the file, then retry with the verify endpoint.
post/payment_method_domains
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
domain registered as pending when verification fails
Example response
{
"provider": "apple",
"status": "pending"
}