---
title: "Retrieve a Card"
method: GET
path: "/{customer_id}/{card_id}"
---

# Retrieve a Card

`GET /{customer_id}/{card_id}`

This endpoint can be used to retrieve details of cards saved under a customer. The 10 most recent cards directly linked to a customer or recipient are always visible

## Path parameters

- `customer_id` string, required
- `card_id` string, required

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `address` object
    - `country` string
    - `city` string
    - `avenue` string
    - `street` string
    - `line1` string
  - `customer` string
  - `funding` string
  - `fingerprint` string
  - `brand` string
  - `scheme` string
  - `exp_month` integer
  - `exp_year` integer
  - `last_four` string
  - `first_six` string
  - `name` string
  - `issuer` object
    - `bank` string
    - `country` string
    - `id` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/tap/apis/authorize.md) · [All operations](https://skmtc.net/tap/apis/authorize/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tap/authorize/versions/86f4d9b29db0/schema)
