Skip to main content
Anchor to GiftCardCrossCurrencyRedemptionStrategy

GiftCardCrossCurrencyRedemptionStrategy

enum

The strategy used to convert the gift card's balance when it is redeemed in a currency other than the one it was issued in.

The gift card is redeemed using the automatic or manual exchange rate configured in the market's currency setting when converting from shop currency. Only applicable for gift cards issued in the shop currency.

The gift card can only be redeemed in the currency it was issued in. It cannot be used for purchases in other currencies.

The gift card is redeemed using standard spot exchange rates between the redemption currency and the gift card currency.


Was this section helpful?

•OBJECT

A gift card that customers use as a payment method. Stores the initial value, current balance, and expiration date.

You can issue gift cards to a specific Customer or send them to a GiftCardRecipient with a personalized message. The card tracks its transaction history through GiftCardCreditTransaction and GiftCardDebitTransaction records. You can create and deactivate gift cards using the GiftCardCreate and GiftCardDeactivate mutations, respectively.


Note

After a gift card is deactivated, it can't be used for further purchases or re-enabled.



Was this section helpful?