Paypal IPN security
Posted
by keithics
on Stack Overflow
See other posts from Stack Overflow
or by keithics
Published on 2010-04-23T13:32:30Z
Indexed on
2010/04/23
13:53 UTC
Read the original article
Hit count: 331
Hello!
I am developing a website which will allow users to pay via Paypal.
Paypal IPN seems to be easy to integrate and it works on my localhost.
Now the problem is that, the amount and the business name are passed to paypal using POST Data.
I know it's very dangerous to put it that way, but I am not sure what are the alternatives.
How can I make Paypal IPN secure?
© Stack Overflow or respective owner