---
title: "Get Card Summary"
method: GET
path: "/open-api/v3/cards/{id}/card-summary"
tags: ["Card"]
---

# Get Card Summary

`GET /open-api/v3/cards/{id}/card-summary`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `accountId` string, uuid, required — The UUID of the Account.

## Response `200`

OK

- CardSuumaryResponse — Card Summary Resource
  - `code` string — Return code
  - `message` string — Error message
  - `data` CardSummaryResource — Returned data
    - `cardId` string — Card ID
    - `accountId` string — Account ID
    - `balance` Balance — Balance information
      - `id` string — Balance ID
      - `available` string — Available balance
      - `currency` string — Currency code (e.g., USD, EUR)
    - `status` string — Card status. Values: INACTIVE,CONTROL,ACTIVE,PENDING,FROZEN
    - `statistics` Statistics — </br>Available spending represents the remaining spendable amount under the configured limit, rather than the topped-up balance. It is calculated as: Available spending = Configured limit − Net consumption
      - `consumption` string — Consumption amount
      - `reversal` string — Reversal amount
      - `reversalFee` string — Reversal fee
      - `refund` string — Refund amount
      - `refundFee` string — Refund fee
      - `netConsumption` string — Net consumption = consumption - (reversal - reversalFee) - (refund - refundFee) + serviceFee
      - `authorizationFee` string, number, required — Authorization fee.
      - `currency` string — Currency code (e.g., USD, EUR)
    - `velocityControl` VelocityControl — Transaction velocity control information
      - `type` 'DAY' | 'WEEK' | 'MONTH' | 'QUARTER' | 'YEAR' | 'LIFETIME' | 'TRANSACTION' | 'NA' — Transaction limit type
      - `limit` string — Transaction limit value
      - `available` string — Remaining Limit

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/interlace/apis/core-resource.md) · [All operations](https://skmtc.dev/interlace/apis/core-resource/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/interlace/core-resource/revisions/29c08a4da357/schema)
