---
title: "Get Card's Revalue"
method: GET
path: "/v1/cards/{CardUniqueIdentifier}/revalue"
tags: ["Cards"]
---

# Get Card's Revalue

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

Retrieves the revalue amount associated with a specific card, identified by the card's unique identifier.

## Path parameters

- `CardUniqueIdentifier` string, required

## Response `200`

Revalue amount 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/versions/421f6f83c257/schema)
