Tagged Questions

1
vote
2answers
27 views

PHP Curl Paypal Sandbox

Is it possible to use CURL and Paypal's Developer Sandbox? When I try this code it says in print_r($lines); that I need to login to the Sandbox, how can I make it send my browser …
0
votes
1answer
55 views

Paypal HTML integration problems (sales tax not showing for recurring payment)

I am using the Paypal standard (HTML 'API') to integrate Paypal to my website. I have managed to display 'subscribe' buttons for recurring payments, using HTML variables as specif …
0
votes
1answer
27 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 succe …
1
vote
3answers
248 views

Paypal sandbox IPN return INVALID

Hi, 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 cod …
-1
votes
1answer
117 views

Testing Paypal subscription IPN

I'd like to test paypal subscription IPNs, both the ones received when a subscription is created, and the ones sent later with the next payment (such as monthly if the subscription …