Tagged Questions
4
votes
3answers
7k views
Paypal sandbox IPN return INVALID
I am trying IPN callback, using servlet. The code I am using is provided by paypal for verifying the ipn data. But every time i getting a INVALID response.
Here is the code:
Enumeration en = ...
2
votes
2answers
380 views
PayPal IPN _notify-validate throws Error 302 in Sandbox
The second IPN response after sending cmd=_notify-validate to www.sandbox.paypal.com returns HTTP Error 302.
If I change the URL to www.paypal.com, it returns INVALID response. I am not sure where I ...
1
vote
1answer
24 views
How i get identity token in paypal sandbox?
I don`t know where is identity token on paypal sandbox .
is the same identity token like api number ?
0
votes
1answer
268 views
Paypal Sandbox payment problem
I have the following post button that i use for paypal transactions:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" ...