---
title: "Get the Credit from a Card"
method: GET
path: "/v1/cards/{CardUniqueIdentifier}/credit"
tags: ["Cards"]
---

# Get the Credit from a Card

`GET /v1/cards/{CardUniqueIdentifier}/credit`

Retrieves the credit value associated with a specific card, identified by its unique identifier.

## Path parameters

- `CardUniqueIdentifier` string, required

## Response `200`

Credit value retrieved successfully.

- CardValue — Represents the credit value associated with a card.
  - `value` number, double — The credit value of the card.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
