# 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[​](#arguments "Direct link to Arguments")

#### [`registerApplePayDomain.input`](#input) ● [`RegisterApplePayDomainInput!`](https://docs.monei.com/apis/graphql/types/inputs/register-apple-pay-domain-input/.md) non-null input[​](#input "Direct link to input")

### Type[​](#type "Direct link to Type")

#### [`RegisterApplePayDomain`](https://docs.monei.com/apis/graphql/types/objects/register-apple-pay-domain/.md) object[​](#registerapplepaydomain- "Direct link to registerapplepaydomain-")

A successful response.
