有谁知道在线指南在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>