# activateApplePayCert

Activates an Apple Pay certificate by uploading the signed certificate downloaded from the Apple Developer Portal. The certificate is validated against the stored private key and its expiration date; on success `active` is set to `true`, `expireAt` is populated, and `csr` is cleared. A certificate can only be activated once.

```
activateApplePayCert(

  input: ActivateApplePayCertInput!

): ApplePayCertificate!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`activateApplePayCert.input`](#input) ● [`ActivateApplePayCertInput!`](https://docs.monei.com/apis/graphql/types/inputs/activate-apple-pay-cert-input/.md) non-null input[​](#input "Direct link to input")

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

#### [`ApplePayCertificate`](https://docs.monei.com/apis/graphql/types/objects/apple-pay-certificate/.md) object[​](#applepaycertificate- "Direct link to applepaycertificate-")

An Apple Pay certificate for iOS app integration.
