Skip to main content
GET
/
v1
/
cards
/
{CardUniqueIdentifier}
/
credit
Get the Credit from a Card
curl --request GET \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{CardUniqueIdentifier}/credit \
  --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 credit value is being retrieved.

Response

200 - application/json

Credit value retrieved successfully.

Represents the credit value associated with a card.

value
number<double>

The credit value of the card.