Skip to main content
POST
/
v1
/
cards
/
{CardUniqueIdentifier}
/
revalue
/
add
Add to the Card's Revalue
curl --request POST \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{CardUniqueIdentifier}/revalue/add \
  --header 'Authorization: <api-key>'
{
  "value": 123
}

Authorizations

Authorization
string
header
required

Enter your API key. It's required to authenticate API requests.

Path Parameters

CardUniqueIdentifier
string
required

The unique identifier of the card to which the revalue will be added.

Query Parameters

CardCredit
number<double>

The amount of credit to be added to the card's revalue.

CreditChangeRemarks
string

Remarks or notes regarding the credit change.

Response

200 - application/json

Revalue added successfully.

Represents the credit value associated with a card.

value
number<double>

The credit value of the card.