---
title: "Add to the Card's Revalue"
method: POST
path: "/v1/cards/{CardUniqueIdentifier}/revalue/add"
tags: ["Cards"]
---

# Add to the Card's Revalue

`POST /v1/cards/{CardUniqueIdentifier}/revalue/add`

Adds a specified amount to the revalue of a card, identified by its unique identifier.

## Path parameters

- `CardUniqueIdentifier` string, required

## Query parameters

- `CardCredit` number, double
- `CreditChangeRemarks` string

## Response `200`

Revalue added 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)
