Gift Card Validations
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
The code of the gift card to validate.
GIFT0C307PBFJC3A5The amount of value to be used from the gift card.
100The validation result and details of the gift card.
Bad Request. Missing or invalid query parameters.
Unauthorized. The request lacks valid authentication credentials.
Not Found. A gift card with the specified code does not exist.
Basic Authentication requires a Base64 encoded string of your <Merchant_Id>:<Api_Key>.
The unique identifier of the gift card to validate.
gift-148061360458405ee43a1a8The amount of value to be used from the gift card.
100The validation result and details of the gift card.
Bad Request. Missing or invalid query parameter.
Unauthorized. The request lacks valid authentication credentials.
Not Found. A gift card with the specified ID does not exist.
Last updated