| [ Web Proxy ] |
| Viewing: https://developer.ecrypt.com/docs/magento-plugin | [Back] [Original] |
Place your order for the ECRYPT module on the Adobe Commerce Marketplace.
Open terminal on your system and run the following command in your Magento directory:
$ composer require ecrypt/payment-gatewayRun the following commands to setup the ECRYPT module:
$ php bin/magento setup:upgrade
> php bin/magento cache:flush
> php bin/magento cache:cleanRun the following commands for Magento production mode:
$ php bin/magento setup:di:compile
> php bin setup:static-content:deployIn Magento admin panel, configure ECRYPT as your payment method:
Magento Admin > Store > Configuration > Sales > Payment Methods > Other Methods > ECRYPT
Find API keys in your ECRYPT account:
ECRYPT Settings > Developer Tools > API/Security Keys
Paste your Private and Public keys in Magento's Payment Method configuration panel.
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.
The ECRYPT module allows you to store customers' payment methods for future sales.
Refund customers by navigating to:
Sales > Invoices > Select Invoice
Updated 6 months ago
| Web Proxy Viewer | New URL | Original Page |