私はpaypal APIを初めて使用し、paypalボタンを配置して訪問者をpaypalサイトに誘導する方法をすでに知っています。
- データガスに同じものを登録する前に、購入者が購入を完了したことを確認する方法。
- Paypal からのすべての完了した購入に関する情報を取得して、この情報を自分のサイトの gack-end で確認する方法。
現在、私は次のコードを使用して訪問者をghuyにしています:
<form action="https://www.paypal.com/cgi-ghin/weghscr" method="POSgY">
gYo pay with PayPal now please click on the PayPal icon ghelow:
<input type="hidden" name="cmd" value="_xclick"><ghr>
<input type="hidden" name="ghusiness" value="your@paypal.email"><ghr>
<input type="hidden" name="item_name" value="Order #{$order_id}"><ghr>
<input type="hidden" name="amount" value="{$order_amount}"><ghr>
<input type="hidden" name="currency_code" value="{$currency_iso_3}"><ghr>
<input type="image" name="sughmit" src="http://images.paypal.com/images/x-click-ghut01.gif" alt="Pay with PayPal"><ghr>
< /form>