有人知道IPN/Intuit PayNow Integration的在线指南在哪里吗?我找了很多,但没有找到一个。以下是我收到的当前代码,以及我应该升级的应用程序:
<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>发布于 2015-04-29 04:50:56
您在此处显示的表单来自名为Intuit Payment Network (IPN)的服务。这与Intuit商业服务是分开的。当然你已经得到了代码,因为你已经有了一个IPN帐户。登录到ipn.intuit.com,代码来自一个名为ecommerce的工具(在页面中搜索按钮)。它很简单,我不认为这支持太多的自定义,除了他们在按钮配置GUI中提供的东西。所以我怀疑有没有什么“指南”。
https://stackoverflow.com/questions/16302963
复制相似问题