Saltar al contenido principal

RegisterApplePayDomainInput

Input for registerApplePayDomain.

input RegisterApplePayDomainInput {
domainName: String!
}

Fields

RegisterApplePayDomainInput.domainName ● String! non-null scalar

The domain name to register for Apple Pay (e.g. example.com). The domain association file must be hosted at https://<domain>/.well-known/apple-developer-merchantid-domain-association over HTTPS with a valid SSL certificate before calling this mutation. The URL must return HTTP 200 with the file's raw contents — the filename has no extension, so some servers (notably IIS) require an explicit MIME mapping to serve it; Content-Type: text/plain is the safest choice.

Member Of

registerApplePayDomain mutation