# RegisterApplePayDomainInput

Input for `registerApplePayDomain`.

```
input RegisterApplePayDomainInput {

  domainName: String!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`RegisterApplePayDomainInput.domainName`](#domain-name) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#domain-name "Direct link to domain-name")

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.

### Member Of[​](#member-of "Direct link to Member Of")

[`registerApplePayDomain`](https://docs.monei.com/apis/graphql/operations/mutations/register-apple-pay-domain/.md) mutation
