---
title: "Get a customer's vaulted card account(s)"
method: GET
path: "/v3/customercardaccount"
---

# Get a customer's vaulted card account(s)

`GET /v3/customercardaccount`

Get a customer's credit cards on file

## Query parameters

- `id` integer, required
- `subId` integer

## Response `200`

200

- object
  - `records` object[]
    - `isDefault` boolean
    - `id` integer
    - `created` string
    - `cardType` string
    - `last4` string
    - `cardId` string
    - `token` string
    - `expiryMonth` string
    - `expiryYear` string
    - `hasContract` boolean
  - `recordCount` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
