---
title: "Create digital wallet token provision request for Google Pay"
method: POST
path: "/cards/{card_id}/digital_wallet_tokens/googlepay"
tags: ["Digital Wallet Tokens"]
---

# Create digital wallet token provision request for Google Pay

`POST /cards/{card_id}/digital_wallet_tokens/googlepay`

## Path parameters

- `card_id` string, uuid, required — The unique identifier of a card

## Headers

- `Idempotency-Key` string

## Request body

- GoogleDigitalWalletProvisionRequest
  - `device_id` string, required — The user’s Android device ID; the device’s unique identifier.
  - `device_type` 'MOBILE_PHONE' | 'TABLET' | 'WATCH', required — The type of device into which the digital wallet token will be provisioned.
  - `provisioning_app_version` string, required — Version of the application making the provisioning request.
  - `wallet_account_id` string, required — The user’s Google wallet account ID.

## Response `201`

Digital wallet token provision request data

- GoogleDigitalWalletProvisionResponse
  - `card_id` string, uuid — The unique identifier of a card
  - `created_time` string, date-time
  - `last_modified_time` string, date-time
  - `push_tokenize_request_data` PushTokenizeRequestData
    - `display_name` string
    - `last_digits` string
    - `network` string
    - `opaque_payment_card` string
    - `token_service_provider` string
    - `user_address` Address1
      - `address_line_1` string, required — Street address line 1
      - `address_line_2` string — Street address line 2
      - `city` string, required — City
      - `country_code` string, required — ISO-3166-1 Alpha-2 country code
      - `postal_code` string, required — Postal code
      - `state` string, required — State, region, province, or prefecture

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

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