Skip to main content
POST
Redeem gift card
Part of the Gift Cards integration guide — see it for when and how to use this endpoint.

Body

application/json
MerchantGUID
string

Merchant unique identifier.

ShippingCountryCode
string

Code of country selected in Shipping country dropdown.

Cards
CardData · object[]

Data of all applied cards.

Response

200 - application/json

Redemption result.

Cards
CardData · object[]

The same list of cards from request after redeem process. CardData.RedeemTransactionId should be set during the redeem call. If we do not receive RedeemTransactionId for each card we will decide that redeem is failed.

ErrorCode
string

Code of platform error.

ErrorText
string

Message of platform error.