Skip to main content
GET
/
v1
/
cards
/
{CardUniqueIdentifier}
/
revalue
Get Card's Revalue
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{CardUniqueIdentifier}/revalue \
  --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 for which the revalue amount is being retrieved.

Response

200 - application/json

Revalue amount retrieved successfully.

Represents the credit value associated with a card.

value
number<double>

The credit value of the card.