简体   繁体   English

Magento购物车付款方式步骤,将CC详细信息发布到付款网关端点?

[英]Magento Shopping Cart payment method step, post CC details to payment gateway endpoint?

In the Magento Shopping cart's payment method step, in the implemented payment method when the Credit Card (CC) details are entered the form does not get posted after placing the order. 在Magento购物车的付款方式步骤中,在已实施的付款方式中,当输入信用卡(CC)详细信息时,下订单后不会过帐表格。

The implemented payment method is setup so that the form has a action attribute pointing to a payment processor gateway and includes input fields for CC details. 设置实现的付款方式,以使表单具有指向付款处理器网关的动作属性,并包含CC详细信息的输入字段。 The name set for input fields are recognized by the endpoint accepting POST requests. 为输入字段设置的名称由接受POST请求的端点识别。

The form.phtml is setup so that the standard Magento CC input fields are surrounded by a form tag with the endpoint for the action. 设置了form.phtml,以便标准的Magento CC输入字段被带有动作端点的表单标签所包围。 I do not have a submit button within this form, I thought the place order button does the submission. 我在此表单中没有提交按钮,我认为下订单按钮可以提交。

How can I get the form to submit the CC details to the endpoint once payment method selection is continued and the placed order button is clicked? 继续选择付款方式并单击“下订单”按钮后,如何获取表单以将CC详细信息提交给端点?

The CC details should only be posted to the endpoint, it should not be posted to the server hosting the Magento Shopping cart. CC详细信息仅应发布到终结点,而不应该发布到托管Magento购物车的服务器。

We would need to know more such as what the Payment module is (name, version, developer), what version of Magento you are working with and have you made any modifications to the module and core code. 我们将需要了解更多信息,例如“付款”模块是什么(名称,版本,开发人员),正在使用的Magento版本以及对模块和核心代码进行了任何修改。

This thread should answer at least some of your questions - Magento Payment flow 此主题至少应回答您的一些问题-Magento付款流程

If you want to post CC details to the endpoint, you should contact them about whether they have either: 如果要将CC详细信息发布到端点,则应与他们联系以了解它们是否具有以下任一特征:

  • A payment module for Magento that you can use (only use over SSL) 您可以使用的Magento支付模块(仅通过SSL使用)
  • An iframe payment window that can be used 可以使用的iframe付款窗口

As long as you're using strong SSL certificates you can post the CC details back to the server. 只要您使用的是强SSL证书,就可以将CC详细信息发回到服务器上。 Magento will handle the card authorization and payments without storing any details (unless you use the 'Credit Card' payment method). Magento将在不存储任何详细信息的情况下处理卡的授权和付款(除非您使用“信用卡”付款方式)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM