---
title: "Google Pay push provisioning"
method: POST
path: "/v1/{cardId}/provision/googlepay"
tags: ["Push Provision"]
---

# Google Pay push provisioning

`POST /v1/{cardId}/provision/googlepay`

This endpoint is only used for Google Pay push provisioning.

Response is a JSON that must be passed to Google and onwards to MDES/VTS.

## Path parameters

- `cardId` integer, required

## Query parameters

- `auditUser` string, required

## Request body

- GoogleParametersRequest
  - `clientAppID` string — Only applicable for VTS customers
  - `clientDeviceID` string
  - `clientWalletAccountID` string
  - `googleOpaquePaymentCardRequested` boolean — When true, a Google OPC is generated and returned in googleOpaquePaymentCard. Requires serverSessionId.
  - `serverSessionId` string, uuid — UUID generated by the Google Wallet SDK for Unified Push Provisioning. Required when googleOpaquePaymentCardRequested is true; ignored otherwise.

## Response `200`

OK

- ExternalResponseIssuerInitiatedDigitizationData
  - `digitizationData` string — Base64 encoded json structure containing needed data for MDES/VTS
  - `googleOpaquePaymentCard` string — Base64-encoded (RFC 4648 §4, non-URL-safe) PGP signed and encrypted Google Opaque Payment Card. Present only on Google Pay provisioning responses when the request included a serverSessionId.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
