Tagged Questions

3
votes
2answers
537 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
0answers
486 views

PayPal Sandbox Code Integration IPN Problem with Asp.net/C#

I need your help regarding PayPal code integration with my asp.net/c# on PayPal Sandbox, I am using PayPal IPN and the code is same as provided by PayPal. I am working on local host. Payment has gone ...
1
vote
1answer
186 views

Shouldnt testing IPN take money from my Paypal sandbox account?

Im trying to set up a PayPal IPN system on my site, but I try to test it in the PayPal sandbox, I think it's not working fine. I've got a developer account in the sandbox. I've created 2 accounts: ...
0
votes
2answers
322 views

PHP Paypal IPN: transaction not confirmed

I'm creating an IPN for a custom digital ecommerce but i have a problem: everything works file,i create a "pending payment" in my database with an ID that i call PID (payment id),the user go to the ...
0
votes
1answer
317 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" ...
0
votes
0answers
222 views

PHP paypal IPN in sandbox returns unverified

I have a paypal IPN script an I'm currently testing it with the sandbox. Right now though every payment I try keeps comming up as unverified. Is it because the sandbox never verifies anything or is it ...
0
votes
1answer
482 views

Paypal IPN question (integrating with backend processes)

I am using the Paypal standard to integrate to my website, using HTML form fields. I have enabled IPN notifications on my (sandbox) account, and the Paypal server is able to successfully call my ...