---
title: "google-pay/default-google-pay"
method: GET
path: "/google-pay/default-google-pay"
tags: ["Digital Wallet Endpoints"]
---

# google-pay/default-google-pay

`GET /google-pay/default-google-pay`

This endpoint retrieves the default Google Pay credit card associated with your VoPay account

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string

## Response `200`

- object
  - `Success` boolean, required — true if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `DefaultCreditCard` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Default Google Pay credit card associated with the Account or Client Account
    - `0` object
      - `GooglePayToken` string, required — A unique token associated with the credit card.
      - `CreditCardHolderName` string, required — Credit card holder name.
      - `CreditCardNumber` string, required — Masked credit card number.
      - `CreditCardExpiryYear` string, required — Expiry year of credit card.
      - `CreditCardExpiryMonth` string, required — Expiry month of credit card.
      - `CreditCardBrand` string, required — Credit card brand

---

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