---
title: "Google Pay Push Provisioning"
method: POST
path: "/card/google-pay/push-provisioning"
---

# Google Pay Push Provisioning

`POST /card/google-pay/push-provisioning`

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

## Headers

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

## Request body

- object
  - `cardId` string — The unique Id of the card
  - `clientWalletAccountId` string — A unique identifier for the client's wallet account, obtained from the SDK. This identifier facilitates the accurate mapping and management of the user's wallet account during the provisioning process
  - `clientDeviceId` string — A unique identifier for the client device, obtained from the SDK. This identifier is crucial for ensuring the security and integrity of the provisioning process.

## 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)
