【问题标题】:Can I develop integration to a payment provider in Magento 1.X?我可以在 Magento 1.X 中开发与支付提供商的集成吗?
【发布时间】:2019-08-09 08:24:36
【问题描述】:

为了将 Magento 1.X 内置的电子商务网站连接到支付提供商,我知道我可以:

  1. 从现有的扩展程序(插件)中选择,它将我连接到知名的支付提供商,如 this marketplace

  2. 从 Magento 框架中定义的现有列表中添加付款方式,如 described here

但我正在寻找第三种选择:将在 Magento 1.X a 中实现的网站集成到不属于预定义的支付提供商 (PSP) 并且没有现成的扩展,我只需要定制。

问题:

  • 我可以通过将其编码(在 php 中)将其集成到我的网站吗?
  • Magento 允许吗?

【问题讨论】:

    标签: php magento e-commerce payment


    【解决方案1】:

    没有限制,不允许您从 Magento 实施自己的支付服务。您可以开发自己的模块来连接 PSP 的 API。因此,PSP 必须有一个 API。 请注意,支付是电子商务中最敏感的功能之一,它需要对 Magento 和 SPS 方面的深入了解。需要硬化:-) 也许将支付网关切换到已经拥有 Magento 解决方案的提供商会更容易?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-05-04
      • 1970-01-01
      • 2010-11-14
      • 1970-01-01
      • 2019-02-20
      • 2020-07-10
      • 1970-01-01
      • 2011-04-07
      相关资源
      最近更新 更多