Top "Paypal-sandbox" questions

The PayPal Sandbox is a self-contained environment within which you can prototype and test PayPal features and APIs.

PayPal accounts, testing and sandbox

I have a UK PayPal business account. I'm currently developing a website payment system to make payments to this account …

paypal paypal-sandbox
How to verify successful payment of paypal

I am trying to get the transaction info of paypal transaction that is passed to our website when customer is …

php paypal payment-gateway paypal-sandbox
Paypal Sandbox API: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I am getting an exception while using PayPal MassPay API in sandbox mode. The same code worked earlier, now it …

java paypal ssl-certificate paypal-sandbox masspay
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 …

paypal paypal-subscriptions paypal-sandbox
Trigger PayPal checkout button click

How can I trigger PayPal Checkout button click? We have a website were beside the Credit Cards we are going …

paypal paypal-sandbox
Paypal SandBox IPN always returns INVALID

As mentioned in one of the comments in an answer below, I tried following this tutorial. So now I have …

php paypal paypal-ipn paypal-sandbox
Setting PayPal return URL to localhost

I'm trying to integrate Paypal and I'm using sandbox in the process. I follow the step of the accepted answer …

php paypal payment-gateway sandbox paypal-sandbox
How to use of pay pal java API

I am developing web application in that i have included pay pal payment system, i am making use of java …

paypal paypal-sandbox
How can I get credit card CVV in PayPal test account?

It looks like PayPal was purblind on this. After I create a test account with a credit card, PayPal provide …

paypal paypal-sandbox express-checkout
PayPal REST API .net SDK - 400 Bad Requests

I'm working in the sandbox and using the PayPal REST .net SDK method Payment.Create with a CreditCard object. When …

.net rest sdk paypal paypal-sandbox