【发布时间】:2014-02-10 17:17:38
【问题描述】:
我正在使用 paypal express checkout,它工作正常我在窗口中获取访问令牌,但我不知道在哪里编写 setexpresscheckout 代码。
<form method="post" action="https://api-3t.sandbox.paypal.com/nvp" >
<input type="hidden" name="USER" value="abcd_api1.gmail.com" />
<input type="hidden" name="PWD" value="13432424" />
<input type="hidden" name="SIGNATURE" value="sdf-hi0xxxx" />
<input type="hidden" name="VERSION" value="76.0" />
<input type="hidden" name="PAYMENTACTION" value="Authorization" />
<input type="hidden" name="AMT" value="10" />
<input type="hidden" name="RETURNURL" value="http://www.steadfastglobal.com" />
<input type="hidden" name="CANCELURL" value="http://www.google.com" />
<input type="submit" id="submitBtn" name="METHOD" value="SetExpressCheckout" />
</form>
【问题讨论】: