# RegisterApplePayDomainInput

Input for `registerApplePayDomain`.

```
input RegisterApplePayDomainInput {

  domainName: String!

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`RegisterApplePayDomainInput.domainName`](#domain-name) ● [`String!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) non-null scalar[​](#domain-name "Enlace directo al 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. 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[​](#member-of "Enlace directo al Member Of")

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