2013-04-30 41 views
0

有没有人知道IPN/Intuit PayNow Integration的在线指南在哪里?我搜查了很多,但无法找到一个。下面是当前的代码我与我应该升级的应用接收:IPN/Intuit PayNow集成指南在哪里

<form action="https://ipn.intuit.com/payNow/start" enctype="application/x-www-form-urlencoded" id="payByIpnForm" method="post"> 
    <input name="eId" type="hidden" value="{EID KEY}" /> 
    <input name="uuId" type="hidden" value="{UUID KEy}" /> 
    <input type="image" src="images/pay_now_btn.png" style="margin-top:5px; margin-left:10px;" /> 
</form> 
+0

您是否在寻找Merchant Services SDK? http://docs.developer.intuit.com/0085_QuickBooks_Windows_SDK/030_qbms – 2013-05-01 11:37:22

+0

我无法在我的问题中实现的文档中找到这样一个简单的表单。 – 2013-05-01 18:02:30

回答

0

你在这里展示的形式是从一个叫忒支付网络(IPN)服务。这与Intuit商业服务公司是分开的。当然你得到的代码,因为你已经有一个IPN帐户。登录到ipn.intuit.com,代码来自一个称为电子商务按钮的工具(搜索页面上的按钮)。这很简单,我不认为这支持超出他们在按钮配置GUI中提供的定制。所以我怀疑是否有任何“指导”。