Skip to main content
POST
/
v1
/
cards
/
{FromCardUniqueIdentifier}
/
revalue
/
send
/
{ToCardUniqueIdentifier}
Transfer Revalue Between Cards
curl --request POST \
  --url https://qa-lynx.nayax.com/operational/v1/cards/{FromCardUniqueIdentifier}/revalue/send/{ToCardUniqueIdentifier} \
  --header 'Authorization: <api-key>'
{
  "value": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

FromCardUniqueIdentifier
string
required

The unique identifier of the card from which the revalue will be deducted.

ToCardUniqueIdentifier
string
required

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

Query Parameters

CardCredit
number<double>

The amount of revalue to be transferred.

CreditChangeRemarks
string

Remarks or notes regarding the revalue transfer.

Response

200 - application/json

Revalue transferred successfully.

Represents the credit value associated with a card.

value
number<double>

The credit value of the card.