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

# debit-card

`GET /debit-card`

This endpoint retrieves a list of debit cards associated with your VoPay account

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `DebitCardToken` string
- `ClientAccountID` string
- `ClientControlled` boolean
- `Limit ` integer
- `Offset ` integer

## 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
  - `DebitCards` object, required — Array serialized as a JSON object (JSON_FORCE_OBJECT): numeric string keys '0','1',... Empty {} when no items. Collection of the credit cards belonging to the account or client account
    - `0` object
      - `DebitCardHolderName` string, required — Debit card holder's name.
      - `DebitCardNumber` string, required — Masked debit card number.
      - `DebitCardExpiryYear` string, required — Expiry year of the debit card
      - `DebitCardExpiryMonth` string, required — Expiry month of the debit card
      - `DebitCardBrand` string, required — Debit card brand
      - `DebitCardToken` string, required — Debit card token.
      - `IsDefault` boolean, required — Is this the VoPay account holder's default debit card
      - `ClientAccountID` string, required — ClientAccountID attached to the debit card.
      - `SendingEligibility` string, required — This debit card's eligibility to send funds.
      - `ReceivingEligibility` string, required — This debit card's eligibility to receive funds.
      - `Type` string, required — Verified card type.
      - `Brand` string, required — Verified card brand.
      - `FundsAvailability` string, required — Funds availability time frame after receiving a payment transaction.
      - `InstitutionName` string, required — Financial institution name.
      - `InstitutionCountry` string, required — Financial institution country.
      - `AccountStatementCurrency` string, required — Currency of cardholder's account statement
      - `AcceptanceBrand` string, required — Acceptance Brand
      - `ProductType` string, required — Product Type
  - `Pagination` object — Pagination metadata
    - `TotalRecords` string, required — Total number of debit card records in that search range.
    - `Offset` string, required — Use this parameter to set the starting point in the dataset.
    - `Limit` string, required — Limit the number of records that are returned.

---

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