New Apple Pay certificate
Starts a new Apple Pay payment processing certificate registration. The Apple digital wallet must be registered before you can register an Apple Pay certificate.
You will be given a Certificate Signing Request (CSR) value in the response to upload to Apple when creating a new payment processing certificate on the Apple Developer console.
This endpoint requires the apple-pay-certificates.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
A request to start the registration of a new Apple Pay payment processing certificate.
A name for this Apple Pay certificate which is used in the Gr4vy admin panel to give the Apple Pay certificate a human readable name.
1 - 200
Response
An Apple Pay certificate record.
The type of this resource. Is always apple-pay-certificate
.
apple-pay-certificate
The unique identifier for this Apple Pay certificate record.
The name for this Apple Pay certificate which is used in the Gr4vy admin panel to give the Apple Pay certificate a human readable name.
The status of this Apple Pay certificate.
active
, expired
, incomplete
The unique identifier representing a merchant for Apple Pay. This value is populated after the Apple Pay certificate record has been updated with the payment processing certificate received from Apple.
The hash value of the public key associated with this Apple Pay certificate. This value is populated after the Apple Pay certificate record has been updated with the payment processing certificate received from Apple.
The Certificate Signing Request to upload to the Apple Developer console when creating a new payment processing certificate.
The date and time this Apple Pay certificate expires. This value is populated after the Apple Pay certificate record has been updated with the payment processing certificate received from Apple.
The date and time this Apple Pay certificate record was created in our system.
The date and time this Apple Pay certificate record was last updated.
Was this page helpful?