2017-08-23 124 views
0

我的貝寶付款成功完成,但付款後,我沒有得到交易詳細信息,如交易ID,貨幣,價格,物品,收據沒有等... 15天前,其工作正常。但現在它不起作用。Paypal付款後,我沒有得到交易細節。在沙箱帳戶

<form target="paypal" action="https://www.sandbox.paypal.com/cgi- 
    bin/webscr" method="post"> 

     <!-- Identify your business so that you can collect the payments. --> 
     <input type="hidden" name="business" value="[email protected]"> 

     <!-- Specify a PayPal Shopping Cart Add to Cart button. --> 
     <input type="hidden" name="cmd" value="_cart"> 
     <input type="hidden" name="add" value="1"> 

     <!-- Specify details about the item that buyers will purchase. --> 
     <input type="hidden" name="item_name" value="Birthday - Cake and 
     Candle"> 
     <input type="hidden" name="amount" value="3.95"> 
     <input type="hidden" name="currency_code" value="USD"> 
     <input type="hidden" name="cancel_return" 
     value="http://localhost/PayPalDemo/PayPalDemoCancel.php"> 
     <input type="hidden" name="return" 
     value="http://localhost/PayPalDemo/PayPalDemo/Succes.php"> 
     <!-- Display the payment button. --> 
     <input type="image" name="submit" 
src="https://www.paypalobjects.com/webstatic/en_US/i/btn/png/btn_addtocart_120x26.png" 
     alt="Add to Cart"> 
     <img alt="" width="1" height="1" 
     src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"> 
    </form> 
+0

你甚至讀過他們的[文檔](https://developer.paypal.com/docs/classic/products/instant-payment-notification/)嗎? –

回答

相關問題