Can the gift card be added as a payment method in Magento?

Can the gift card be added as a payment method in Magento?

The gift card payment in the form of a separate radio button can't be incorporated into the extension.




A gift card is applied through a separate Apply Gift Card Code field.



Its record for the total amount (invoices, order details, etc) is presented as a separate line that shows the cost subtracted from the subtotal. 


      • Related Articles

      • 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 ...
      • How does printed card work in the Gift Card extension?

        By default, the Gift Card extension offers administrators the flexibility to choose the type of gift card during its creation: virtual, printed (physical), or combined. A virtual gift card functions as an email-sent code, resembling the format of ...
      • Is it possible to use several gift card codes while placing an order?

        Starting from 2.9.0 extension version, the admin can set the maximum gift card codes qty to be applied in one order. The setting is located at Stores → Configuration → Amasty Extensions → Gift Card → Gift Card Account → Gift Card Code Qty Applied On ...
      • How to transfer the gift card data from Magento 1 into the extension?

        Although the Import and Export functionality for gift card information is available in the Pro and Premium tariff packages, transferring data from Magento 1 to Magento 2 can be tricky. Below, you may find the available options for the data transfer. ...
      • 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 ...