Skip to main content
Add Credit to a Card

Authorizations

Authorization
string
header
required

Enter your Bearer token. It's required to authenticate API requests.

Path Parameters

CardUniqueIdentifier
string
required

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

Query Parameters

CardCredit
number<double>

The amount of credit to be added to the card.

CreditChangeRemarks
string

Remarks or notes regarding the credit change.

Response

200 - application/json

Credit added successfully.

Represents the credit value associated with a card.

value
number<double>

The credit value of the card.