Skip to main content

ApplePayCertificate

Custom Apple Pay Certificate needed to enable Apple Pay in the native iOS app. Apple only allows certificates that are created by developers to be used in the Apple Pay payment process. Register your custom Apple Pay certificate to allow MONEI to decrypt the payment data.

type ApplePayCertificate {
id: ID!
accountId: ID!
expireAt: String!
active: Boolean!
cert: String
csr: String
createdAt: String!
updatedAt: String
}

Fields

ApplePayCertificate.id ● ID! non-null scalar

Apple Pay certificate ID

ApplePayCertificate.accountId ● ID! non-null scalar

Account ID

ApplePayCertificate.expireAt ● String! non-null scalar

Expiration date, in ISO 8601 format

ApplePayCertificate.active ● Boolean! non-null scalar

Whether the certificate is active or not

ApplePayCertificate.cert ● String scalar

The base64 encoded PEM certificate

ApplePayCertificate.csr ● String scalar

The base64 encoded PEM Certificate Signing Request

ApplePayCertificate.createdAt ● String! non-null scalar

Created date, in ISO 8601 format

ApplePayCertificate.updatedAt ● String scalar

Updated date, in ISO 8601 format

Returned By

activateApplePayCert mutation ● applePayCert query ● applePayCerts query ● createApplePayCert mutation ● updateApplePayCert mutation