Create apple pay certificate
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 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 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 record was created in our system.
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 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 unique identifier for this Apple Pay certificate record.
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 status of this Apple Pay certificate.
active
, expired
, incomplete
The type of this resource. Is always apple-pay-certificate
.
apple-pay-certificate
The date and time this Apple Pay certificate record was last updated.
Was this page helpful?