Can I restrict multiple usage of a gift card code?

Can I restrict multiple usage of a gift card code?

The Gift Card Pro and Premium tariffs provide an option to restrict/allow multiple usage for specific gift card codes. To do so, proceed to Gift Card → Accounts and select an account you would like to edit. The Usage option may be set to either Single or Multiple.



Please note that if single usage is enabled, a customer won't be able to use the gift card code more than once, even if the balance exceeds 0.
      • Related Articles

      • How to activate the gift card account?

        The gift card account is created automatically when the order is invoiced and paid. If the order has the Complete status, but the code of the gift card is not activated and can't be applied, please contact our team.
      • Is it possible to create a gift code account using a specific code from the pool?

        By default, a particular code cannot be assigned to a certain purchased gift card. The extension pulls a random code from the pool when the customer is placing an order or when the admin is creating a gift card code account.
      • Does the extension allow sending a gift card code to the customer who hasn't purchased it using the Admin Panel?

        As a store admin, you can send gift card codes to users with a required balance. For that, please create a gift card in Amasty Extensions → Gift Card → Accounts. After saving the settings, the gift card account gets a random code from the chosen ...
      • Gift Card | GraphQL methods

        Queries amGiftCardAccount(input: AmGiftCardAccountInput!) description: get gift card account information by code amGiftCardSetting description: get gift card module settings amGiftCardPreview(input: AmGiftCardPreviewInput) description: get rendered ...
      • Gift Card API

        1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...