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
7
votes
0 answers

Sandbox paypal is not redirecting the user to success page

I have sandbox paypal business account and It working fine till yesterday but as of now user able successfully pay the amount from paypal and the transaction also reflects in my account but after that its not redirected user to the website success…
7
votes
2 answers

How to send multiple items to PayPal

I want to send multiple item names and item prices to PayPal but I am unable to post my item name and price with below code can you please help me?
Navruk
  • 927
  • 6
  • 17
  • 29
7
votes
1 answer

Paypal Checkout.js not calling onAuthorize()

I have the following code from https://developer.paypal.com/demo/checkout/#/pattern/confirm The code is working as the Paypal checkout page shows and I'm able to enter all of my information. The issue that I'm having is that the onAuthorize() does…
zee
  • 656
  • 2
  • 7
  • 30
7
votes
1 answer

PayPal Rest API Direct Payments

I currently have my site accepting payments through PayPal. I use the PHP SDK for the REST API to handle this. This is the steps I take to handle payments through my site: Create a payment with the intent set to "Sale", payment method set to…
nfplee
  • 7,643
  • 12
  • 63
  • 124
7
votes
1 answer

Paypal ssl handshake faliure

Hi I am using Paypal PHP SDK to communicate with Paypal Api. 2 days before every thing was working fine. But now I am getting this error on my development servers. error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure I am…
Muhammad Umair
  • 393
  • 1
  • 7
  • 20
7
votes
1 answer

Unable to use Paypal API on an SSL website

I have an SSL website with Paypal API integration using cURL. This is my class on PHP includes file: class paypalApi { public $username; public $password; public $signature; function post($method, $params, $mode) { //…
NineCattoRules
  • 2,253
  • 6
  • 39
  • 84
7
votes
4 answers

paypal sdk 'Class 'PayPal\Rest\ApiContext' not found'

I'm trying to implement paypal api sdk using this code require('vendor/autoload.php'); use PayPal\Rest\ApiContext; use PayPal\Auth\OAuthTokenCredential; $api = new ApiContext( new OAuthTokenCredential( 'client id', 'secret' …
PHP User
  • 2,350
  • 6
  • 46
  • 87
7
votes
3 answers

Paypal Developer - Cannot create Sandbox Business Account plus Error Messages

I am trying to set up a Paypal Dev App by first creating the two (personal and business) Sandbox Accounts. However it only displays the -facilitator.. business account with the following error message when I click on its Profile We experienced…
ToddN
  • 2,901
  • 14
  • 56
  • 96
7
votes
1 answer

active merchant paypal gateway security header is not valid issue

I followed this railscast to set up active merchant on a rails 4.1 app. While I try to create orders and pay, I get the error from paypal server: Security header is not valid My question: What is wrong in my set up to have that kind of error ? By…
7
votes
1 answer

Paypal sandbox negative testing not working

I have set up negative testing for an account then set the error code desired as the Transaction Amount Field for example 106.06 to invoke error code 10606 "Buyer cannot pay” no errors are returned the order is processed. If I try another error…
mark s
  • 277
  • 1
  • 5
  • 15
7
votes
1 answer

PayPal sandbox requests are slow, are the live site requests faster?

This site http://api-status.com/6404/117324 is currently reporting a sandbox HTTP response at 1.8 seconds. At this rate I'm quite worried that after doing any more than 2 PayPal requests that my client connection may timeout (I've had to change my…
David Fooks
  • 1,063
  • 10
  • 10
7
votes
1 answer

PayPal express checkout billing addresses in sandbox

I have tried enabling receiving billing addresses with PayPal sandbox by adding the following option: REQBILLINGADDRESS=1 (documented here: https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pfp_expresscheckout_pp.pdf) For the call to…
David Fooks
  • 1,063
  • 10
  • 10
7
votes
2 answers

Testing recurring payments in the Paypal sandbox

I've read this post, and this one, and I didn't find my solution. I'm trying to test the recurring payments using the Paypal Standard payment system. The problem is that the minumum frequency period for recurring payments is 1 day (1D). And this is…
Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219
7
votes
2 answers

New PayPal Sandbox, Where to input IPN url in sandbox "Test Site" UI

In another post (closed as not a real question ) the OP did a poor job of asking the question I would like very much to know the answer to. Can you or can you NOT specify an IPN url within a "Test Site" under the New Sandbox UI. In the old Sandbox…
WallabyKid
  • 503
  • 2
  • 5
  • 16
7
votes
2 answers

Cannot load "My Selling Tools" in a sandbox environment

I've seen other postings where people can't load "My Selling Tools" and I happen to be in the same boat. Support hasn't responded yet and I'm hoping to do a demo Monday of the Windows 8/Paypal API integration from…
Adam Tuliper
  • 29,982
  • 4
  • 53
  • 71