registerApplePayDomain
Registers a domain with Apple Pay so it can present the Apple Pay sheet on the web. The domain must be served over HTTPS with a valid SSL certificate, and the domain association file must be hosted at https://<domain>/.well-known/apple-developer-merchantid-domain-association before calling this mutation. Once Apple verifies the domain, you can display Apple Pay buttons and process Apple Pay payments on your website.
registerApplePayDomain(
input: RegisterApplePayDomainInput!
): RegisterApplePayDomain!
Arguments
registerApplePayDomain.input ● RegisterApplePayDomainInput! non-null input
Type
RegisterApplePayDomain object
A successful response.