使用Authorize.net的iframe延迟付款以收集付款信息

huangapple go评论94阅读模式
英文:

Delayed payment using Authorize.net's iframe to collect payment information

问题

我们偶尔允许客户购买我们的产品,并将付款延迟至预定日期。为了实现这一点,我们需要在下订单时收集付款信息。我们正在使用 iframe 方法来收集付款信息。

我想我可以使用 ARB 来设置一次性付款,在特定日期进行扣款。然而,这仅在我已经在用户个人资料中存储了付款信息的情况下才有效。

如何在没有初始收费的情况下收集用户的付款信息,以便我可以在以后的日期设置付款?

英文:

We occasionally allow our customers to purchase our product and delay the payment until a pre-determined date. In order to do this, we need to collect the payment information at the time the order is placed. We are using the iframe method of collecting payment information.

I imagine I can use ARB to set up a one-time payment that will be billed at a specific date. However, that only works if I have the payment information stored away in a profile to begin with.

How can I collect the user's payment information without an initial charge, so that I can set up a payment at a later date?

答案1

得分: 0

正如John Conde所提到的,有一个托管表单,允许您收集付款信息。它支持iFrame。您可以首先创建一个客户配置文件,然后启动这个表单。根据您的需求,有验证卡信息或将其推迟到以后的选项。

您可以在下面的链接中找到相关文档。搜索"GetHostedProfilePage"。

https://www.authorize.net/content/dam/anet-redesign/documents/CIM_SOAP_guide.pdf

英文:

As mentioned by John Conde, there is a hosted form that will allow you to collect payment information. It supports iFrame. You can create a customer profile first and then initiate this form. There are options to verify the card information or defer it to later, depending on your requirements.

You can find documentation in the link below. Search for "GetHostedProfilePage"

https://www.authorize.net/content/dam/anet-redesign/documents/CIM_SOAP_guide.pdf

huangapple
  • 本文由 发表于 2023年2月18日 08:20:52
  • 转载请务必保留本文链接:https://go.coder-hub.com/75490339.html
  • authorize.net
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定