---
title: "Fetch a Card Product"
method: GET
path: "/cardproduct/{id}"
tags: ["Card Product"]
---

# Fetch a Card Product

`GET /cardproduct/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The cardproduct

- object
  - `card_auth_loop_endpoint_id` string — The ID of the Card Auth Loop Endpoint object to be used to approve or reject a card transaction
  - `card_back_image_file_id` string — The ID of a File object containing the image defining the design for the back of the card, if applicable
  - `card_controls` object — An object that defines rules for how this card can be used
    - `controls` object[]
      - `amount` number, float
      - `interval` string
      - `mccs` string[]
      - `mids` string[]
      - `restriction` string
      - `rollover_time` string
      - `timezone` string
      - `type` string
      - `version` integer
      - `window` integer
    - `name` string
  - `card_front_image_file_id` string — The ID of a File object containing the image defining the design for the front of the card, if applicable
  - `configuration` object — An object defining additional card configuration
  - `id` string — Unique identifier for object
  - `name` string — Optional name used to identify the object
  - `status` string — One of: `active`, `inactive`. Filterable.
  - `three_domain_secure_config` object — An object defining 3DS configuration
    - `policy` string — 3DS Policy. One of: `none`, `challenge_all`
  - `type` string — One of: `physical`, `virtual`. Filterable.
  - `userdata` object — Optional arbitrary user data

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
