[ Web Proxy ]
URL:
Viewing: https://developer.ecrypt.com/docs/magento-plugin [Back]  [Original]

Magento Plugin
GuidesAPI Reference
Magento Plugin

Magento Plugin

Prerequisites

  1. You must have an ECRYPT Sandbox account to use test cards
  2. To accept real credit card transactions, your must have an active merchant account and live ECRYPT account.

Install the ECRYPT Module with Composer

  1. Place your order for the ECRYPT module on the Adobe Commerce Marketplace.

  2. Open terminal on your system and run the following command in your Magento directory:

    Bash
    $ composer require ecrypt/payment-gateway
  3. Run the following commands to setup the ECRYPT module:

    Bash
    $ php bin/magento setup:upgrade
    > php bin/magento cache:flush
    > php bin/magento cache:clean
  4. Run the following commands for Magento production mode:

    Bash
    $ php bin/magento setup:di:compile
    > php bin setup:static-content:deploy

Configure Your ECRYPT Module

  1. In Magento admin panel, configure ECRYPT as your payment method:

    Magento Admin > Store > Configuration > Sales > Payment Methods > Other Methods > ECRYPT

  2. Find API keys in your ECRYPT account:

    ECRYPT Settings > Developer Tools > API/Security Keys

  3. Paste your Private and Public keys in Magento's Payment Method configuration panel.


Testing

If you would like to test your configuration with test cards before moving to production, use your ECRYPT Test API Keys. Contact support for test credentials if you do not have them already.

Visit ECRYPT's testing documentation for a list of test cards.


Store and Manage Cards on File

The ECRYPT module allows you to store customers' payment methods for future sales.

  • To store a customer's payment method, enable the Card Saving (Vault) option in the ECRYPT configuration panel.
  • Card saving allows returning customers to use their stored payment method at checkout.
  • You can manage and delete stored payment methods in Magento under Stored Payment Methods.

Refunds

Refund customers by navigating to:

Sales > Invoices > Select Invoice


Notes

  • Multishipping in Magento is currently not supported with the ECRYPT extension.


WooCommerce Plugin
Login & Security Guide
Copy Page

Web Proxy Viewer  |  New URL  |  Original Page