Magento 2 Saved Credit Card

 

Magento 2 Saved Credit Card allows the store owner to save the customers' credit card details for offline order processing as well as faster checkout for future orders.

 

Table of Content

  1. Extension Installation Guide
  2. Configuration
  3. Saved Credit Card in Frontend
  4. Saved Credit Card Payment Details in Order View Backend
  5. Saved Credit Card Payment Method for Backend Orders

 

  1. Extension Installation
  • Extract the zip folder and upload our extension to root the of your Magento 2 directory via FTP.
  • Login to your SSH and run below commands step by step:
    • php bin/magento setup:upgrade
    • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
    • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
    • php bin/magento cache:flush

 

  1. Configuration
    For configuring the extension, login to Magento 2, move to Stores à Configuration à Sales à Payment Methods, find the Saved Credit Card – Meetanshi payment method to configure.
  • Enabled: Enable or disable Saved Credit Card extension from here.
  • Title: Enter the title for the Saved Credit Card payment method to show in frontend.
  • Show Saved Credit Card Logo: Select YES to show credit card logo on the checkout page in the frontend.
  • New Order Status: Set status for the new orders placed using this payment method.
  • Credit Card Types: Select the credit cards to allow make payment while using this payment method.
  • Payment from Applicable Countries: Select countries to allow the use of Saved Credit Card payment method.
  • Show CC Info in Backend: Select YES to show credit card information to the admin in the backend.
  • Show CC Info Encrypted: set is you want to show the credit card information as an encryption.
    • Yes: Set YES to show encrypted credit card info in the backend.
    • No: Set No to show unencrypted credit card info in the backend.
  • Show Wipe Link in Backend: Select YES to show wipe link in the backend to allow admin wipe out credit card information permanently.
  • Instructions: Enter additional instructions to show on the checkout page in the frontend.
  • Minimum Order Total: Set minimum order amount to allow using this payment method.
  • Maximum Order Total: Set maximum order amount to allow using this payment method.
  • Sort Order: Enter sort order of the payment method.

 

  1. Saved Credit Card in Frontend
    Once the extension is configured, it can be seen enabled on the frontend. Simply add products to cart and at checkout, you can see Saved Credit Card payment method enabled. Select it, enter card details and click to finish payment and place order.

 

  • Saved Credit Card Payment Details in My Account Section
    Immediately after the order is placed successfully, the Saved Credit Card payment details can be seen in order view under the customer’s My Account section. The payment details include method name, card holder name, card type and masked card number.

 

  1. Saved Credit Card Payment Details in Order View Backend
    Apart from the frontend, the admin can see Saved Credit Card payment details in the Sales à Orders à Order View section. If the “Show CC Info Encrypted is set to “Yes” from the configuration, the admin can see encrypted card details under the payment information.

 

If the “Show CC Info Encrypted is set to “No” and the masked mode is enabled from the configuration section, the admin has to click “Show” link to expand and see the credit card details.

 

 

  • Credit Card Information Wiped from Backend
    On click of Wipe Credit Card Information” link from the backend, the credit card information gets wiped out permanently.

 

  1. Saved Credit Card Payment Method for Backend Orders
    Just as frontend, Saved Credit Card payment method also works with backend orders. Admin can create a new order, select Saved Credit Card payment method, add card details and click Submit Order to place an order from backend using Saved Credit Card payment method.

​​​​​​​

 

 

​​​​​​​