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
activateApplePayCert.input ● ActivateApplePayCertInput! non-null input
Type
ApplePayCertificate object
An Apple Pay certificate for iOS app integration.