Questions tagged [paypal-sandbox]

The PayPal Sandbox is a self-contained environment within which you can prototype and test PayPal features and APIs. The PayPal Sandbox is an almost identical copy of the live PayPal website.

Link Paypal Developer

Create, edit and manage multiple PayPal apps. In each app, select the specific PayPal capabilities you want to offer to your customers. Every app gets a unique set of live and test API credentials. Log In with a PayPal account to get started.

Existing Log In with PayPal (formerly PayPal Access) apps are now brought over from devportal.x.com. Log in to manage your apps.

Related Tags

3631 questions
10
votes
4 answers

Paypal Sandbox Do Direct Payment Internal Error 10001 Timeout Processing Request

This is in an MVC2 project, so I'm using C# in ASP. This is what I'm sending to https://api-3t.sandbox.paypal.com/nvp: VERSION = 65.0 SIGNATURE = AFcWxV21C7fd0v3bYYYRCpSSRl31AxdW2pQp.tWHTjGNcHflR-LJhJ0t USER =…
Adam
  • 901
  • 2
  • 10
  • 13
10
votes
2 answers

How to use EUR in Paypal Sandbox

I have set-up everything I need to test my app in the Paypal Sandbox. However, I was having this issue: My app was submitting transactions in EUR, but, apparently, the sandbox needed USD, otherwise the transaction would not complete. I changed it to…
Lee Loftiss
  • 3,035
  • 7
  • 45
  • 73
10
votes
1 answer

Server unavailable error on calling Payment.Create in PayPal sdk

I downloaded the Paypal SDK for C# and am trying to create a basic payment in my asp.net mvc app. I'm running the exact code mentioned in the paypal dev site, https://developer.paypal.com/webapps/developer/docs/api/#create-a-payment but am getting…
iman453
  • 9,105
  • 16
  • 54
  • 70
10
votes
3 answers

PayPal Sandbox Login

I login to my PayPal developer account through: developer.paypal.com, where I have various test accounts set up. Then, I navigate to sandbox.paypal.com, but the site displays a message saying: "Please login to use the PayPal Sandbox features." This…
user1907725
10
votes
4 answers

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 in the below question. Setting PayPal return URL and making it auto return? But when I try to enter the URL, Paypal return the below…
Techie
  • 44,706
  • 42
  • 157
  • 243
9
votes
2 answers

PayPal API credentials for sandbox

I'm trying to implement recurring payments with PayPal in PHP. I found this example, which I'm looking into, but I need some API credentials. I created a PayPal sandbox account, and from there I created a merchant account. I'm trying to get the API…
Alex Turpin
  • 46,743
  • 23
  • 113
  • 145
9
votes
1 answer

PayPal parallel adaptive payment verification is not remembering the buyer

I have the following requirements: The PayPal verification screen remembers the buyer between transactions. The layout of PayPal verification screen is suitable for mobile devices (responsive layout). Parallel payments (2 and more receivers). Apple…
9
votes
1 answer

How to add more properties to actions.order.create paypal intergration

I would like to add more properties in the paypal's actions.order.create function. Properties like tax_total, shipping, insurance, list of items that the customer bought etc. I have implemented the code from their website and it works fine, What is…
Dr.P
  • 97
  • 1
  • 8
9
votes
1 answer

PayPal-Mock-Response in paypal-php-sdk

How can I use negative test using paypal-php-sdk. I try adding the header to the api context but always receive this response: { "name": "INVALID_NEGATIVE_TESTING_INPUT", "message": "Invalid input found. See the following supported cases.", …
9
votes
1 answer

Using Negative Testing via Paypal Express Checkout client-side JS button implementation

I'm currently working on a PayPal Express checkout integration using the Client-side JS approach for taking payments. I'm looking to utilise their "Negative Testing" feature to try to simulate potential errors and provide appropriate responses to…
ampedwebdev
  • 381
  • 3
  • 6
9
votes
2 answers

Can't log in to PayPal sandbox account

I am trying to log into a PayPal sandbox account for testing purposes. But, I am continually met with the same error: "We're sorry, something went wrong during sandbox account linking. Please try again." Here are the steps to replicate the issue…
Michael Babcock
  • 703
  • 2
  • 7
  • 13
9
votes
3 answers

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 cookie? This code is from…
Rad The Mad
  • 640
  • 3
  • 9
  • 17
9
votes
2 answers

How to get user name, phone and email from PayPal Mobile Payment Library

I'm using the PayPal Mobile Payment Library to make users pay for journeys from my android app. When the user clicks on Pay using Paypal button, the login screen shows up, when the user logs in, he is able to make the payment successfully. This is…
Mohamed Heiba
  • 1,813
  • 4
  • 38
  • 67
9
votes
5 answers

create buynow button for sandbox account

I'm new to paypal development and am trying to create a BuyNow button in the sandbox to enable me to test my application in a non production environment. If I create a button from my normal account it directs me to the live paypal site but if I try…
STUART GRAY
  • 91
  • 1
  • 1
  • 3
9
votes
6 answers

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 = req.getParameterNames(); String str =…
jaxb
  • 2,077
  • 3
  • 20
  • 32