Paypal沙箱自适应支付中的HTTP 302(重定向)

时间:2013-10-24 05:06:22

标签: paypal-sandbox paypal-adaptive-payments

我想在沙盒模式下为我的Spring WebApplication实现paypal自适应支付。我已提交以下HTML表单

<form name="paypalSubscriptionPreApprovalFrom" id="paypalSubscriptionPreApprovalFrom" action="https://svcs.sandbox.paypal.com/AdaptivePayments/Pay" method="GET">
<input name="cmd" id="cmd" type="hidden" value="_ap-payment" />
<input name="preapprovalkey" id="preapprovalkey" type="hidden" value="xxxxxxxxxxxxx" />
</form>   

我的重定向网址是“http://www.testApp.com/teatApp/paypalSuccess。付款成功后,paypal会重定向到我的应用程序,但我无法接收响应参数。因为paypal没有返回任何内容。我怎样才能收到paypal自适应付款响应。” / p>

谢谢, SENTHIL B

0 个答案:

没有答案