2013-04-30 81 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中提供的定製。所以我懷疑是否有任何「指導」。