agence-gw/ingenico-m2-payment

Ingenico ePayments 模块

安装数量: 1,056

依赖项: 0

建议者: 0

安全: 0

类型:magento2-module

2.11.0.3 2023-03-28 13:45 UTC

This package is not auto-updated.

Last update: 2024-10-01 15:58:51 UTC


README

Latest Stable Version Total Downloads License

符合PSD2强客户身份验证(3DS v2)要求,Ingenico的支付扩展插件为Magento,使商家能够接受来自全球客户的在线支付。 Ingenico ePayments是Ingenico集团的网络和移动电子商务部门。我们是一家认证的支付处理器,在全球范围内活跃超过20年。我们连接商家和消费者,使各处的企业能够超越今天的界限,创造全球商业的未来。从稳定且合规的环境中受益,享受广泛的支付方式以及本地支付专业知识!超过160,000家商家信任我们。凭借先进的数据分析、欺诈管理解决方案和跨境贸易专业知识,我们帮助商家优化业务并进入全球的新市场。

我们的支付扩展插件兼容PSD2强客户身份验证(3DS v2)要求,专为Magento 2构建和设计,使商家能够接受来自全球客户的在线支付。无论您是初创企业、中型公司还是大型企业,我们的解决方案旨在帮助您在家市场以及更广阔的市场中成长。现在开始,下载我们的插件。它是免费的,配置也非常简单!

安装

Magento Marketplace

推荐的安装方式是通过Magento Marketplace,您可以在其中找到Ingenico ePayments

Composer

  1. 进入Magento2根目录
  2. 执行以下命令以安装扩展

    composer require ingenico/m2-payment
    

    等待依赖项更新。

  3. 执行以下命令以启用扩展

    php bin/magento module:enable Ingenico_Payment --clear-static-content
    php bin/magento setup:upgrade
    php bin/magento cache:clean
    
  4. 如果Magento以“生产”模式运行,则还需要执行

    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy
    
  5. 根据配置说明配置扩展

从下载的ZIP存档手动安装

  1. 在Magento根目录中创建名为"ingenico_src"的文件夹
  2. 将扩展ZIP存档上传到该文件夹。请勿提取存档!
  3. 通过SSH登录,进入Magento根目录并执行
   composer config repositories.ingenico artifact /full/server/path/to/ingenico_src/

其中给定路径是包含模块ZIP存档的文件夹的完整服务器路径。

   composer require ingenico/m2-payment
   php bin/magento module:enable Ingenico_Payment --clear-static-content
   php bin/magento setup:upgrade
   php bin/magento cache:clean

如果Magento以“生产”模式运行,则还需要执行

   php bin/magento setup:di:compile
   php bin/magento setup:static-content:deploy
  1. 根据配置说明配置扩展

更新

通过SSH登录,进入Magento根目录并执行

   composer require ingenico/m2-payment:VERSION --update-with-dependencies
   php bin/magento setup:upgrade

移除

通过SSH登录,进入Magento根目录并执行

   php bin/magento module:uninstall Ingenico_Payment --clear-static-content
   composer remove ingenico/m2-payment
   php bin/magento setup:upgrade

配置

  1. 登录到Magento管理后台
  2. 转到“商店”>“配置”>“Ingenico ePayments”并配置设置
  3. 转到“商店”>“配置”>“销售”>“支付方法”>“Ingenico ePayments”并配置设置
  4. 阅读更多安装和配置指南