---
title: "Apple Pay Push Provisioning"
method: POST
path: "/card/apple-pay/push-provisioning"
---

# Apple Pay Push Provisioning

`POST /card/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

## Headers

- `api-key` string
- `Authorization` string

## Request body

- object
  - `cardId` string — The unique Id of the card
  - `certificates` string — Certificates is an array of certificates. Each element should contain the bytes of a DER encoded X.509 certificate.
  - `nonce` string — Nonce is a one time use nonce generated by Apple, encoded in base64
  - `nonceSig` string — This is a device and account specific signature of the nonce encoded in base64

## Response `200`

200

- object
  - `encryptedData` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
