---
title: "debit-card/default-debit-card"
method: GET
path: "/debit-card/default-debit-card"
tags: ["Debit Card Endpoints"]
---

# debit-card/default-debit-card

`GET /debit-card/default-debit-card`

This endpoint retrieves the default debit 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
  - `DefaultPushToCard` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Default debit card associated with the Account or Client Account
    - `0` object
      - `PushToCardToken` string, required — A unique token associated with the debit card.
      - `CardHolderName` string, required — Debit card holder name.
      - `CardNumber` string, required — Masked debit card number.
      - `CardExpiryYear` string, required — Expiry year of debit card.
      - `CardExpiryMonth` string, required — Expiry month of debit card.
      - `CardBrand` string, required — Debit 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)
