v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Apple Pay Push Provisioning

This documentation outlines the necessary steps and parameters required for implementing Apple Pay Push Provisioning within your application. Push Provisioning allows your users to seamlessly add their payment cards to Apple Pay

post/card/apple-pay/push-provisioning

Headers

api-keystring

api-key is available on the dashboard

Authorizationstring

Request body

cardIdstring

The unique Id of the card

certificatesstring

Certificates is an array of certificates. Each element should contain the bytes of a DER encoded X.509 certificate.

noncestring

Nonce is a one time use nonce generated by Apple, encoded in base64

nonceSigstring

This is a device and account specific signature of the nonce encoded in base64

Response

200

encryptedDatastring

Example response

{
  "encryptedData": "string"
}