使用第三方网关的 Magento 支付方式
在Magento的结账过程中,我只使用信用卡方式。在最后一步中,我需要将收集到的所有信息发送到我的支付网关的外部 URL。
所有数据均由第三方网关处理,然后将操作结果重定向到我的 Magento 网站。
我应该怎么做才能实现这个目标?我应该从哪里开始寻找?我需要修改magento支付模块代码吗?
In the checkout process of Magento, I use only the credit card method. In the last step, I need to send all the information collected to an external url at my payment gateway.
All the data is processed by the third party gateway, then redirects to my Magento website with the result of the operation.
What should I do to achieve this? Where should I start to look? Do i need to modify the magento payment module code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最好创建自己的付款方式。
您将使用哪种网关?
It's better to create your own payment method.
What kind of gateway you will use?
您可以使用PayPal Pro(直接付款),PayPal会获得授权并将款项转入您的PayPal账户。
You can use the PayPal Pro (directly payment), The PayPal will get the authorization and send the money to your PayPal account.