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
64
votes
14 answers

Paypal IPN always return "payment_status: Pending" on sandbox?

I'm trying to implement PayPal on my website. I use this class: http://www.micahcarrick.com/php-paypal-ipn-integration-class.html Right now I'm testing using the PayPal sandbox. Here is the problem: User makes payment - ok User returns to my…
marc
  • 2,963
  • 7
  • 24
  • 25
40
votes
5 answers

Test credit card numbers for use with PayPal sandbox

I'm having trouble testing credit card payments with PayPal's sandbox. When viewing a buyer's sandbox account's profile from within developer.paypal.com, I can see the following credit card details: Although, when using these details on the payment…
Kris
  • 1,094
  • 3
  • 13
  • 23
38
votes
6 answers

Paypal Sandbox Test Tool IPN Simulator in Localhost

How to use Instant Payment Notification Simulator in local machine? What will be provided in IPN handler URL? I don't have access to our router. Thanks
JR Galia
  • 17,229
  • 19
  • 92
  • 144
37
votes
6 answers

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 using Express Checkout. My PHP code thus far is working and I'm able to connect to the sandbox and set and express checkout. …
familymangreg
  • 1,282
  • 1
  • 10
  • 21
37
votes
5 answers

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 is $x per month). However I'd prefer not to wait a month or a day to…
Ali
  • 261,656
  • 265
  • 575
  • 769
33
votes
5 answers

Newtonsoft.Json Assembly Conflict

I use Netonsoft.Json in my project. It works fine until I start integrating Paypal SDK in my Project. My code is as below. String AccessToken = new PayPal.OAuthTokenCredential("", "").GetAccessToken(); ---->>>> This Line Throwing An…
Hiren
  • 1,381
  • 5
  • 24
  • 41
32
votes
8 answers

Disable shipping address option in PayPal Express Checkout

Working with the PayPal API and using the Name-Value Pair Interface PHP source codes from SDKs and Downloads: Simplify Integrations with Downloads and SDKs. My question is similar to "Removing (or prefilling) the address details for PayPal Express…
Ergec
  • 11,608
  • 7
  • 52
  • 62
31
votes
2 answers

Send Paypal Recurring Payments commands with IPN Simulator

I am working with recurring payments (Express Checkout) and I have an IPN listener receiving messages. All is running fine and I have checked several commands, response and VERIFY. But I cannot test IPN with recurring payments because I have not…
ferpega
  • 3,182
  • 7
  • 45
  • 65
29
votes
7 answers

How do I test Paypal subscription buttons with sandbox?

after 5 hours of research and reading outdated paypal documentation I finally give up! I need to test a simple paypal subscription button with the paypal sandbox. Button Code:
stdclass
  • 2,932
  • 2
  • 19
  • 16
29
votes
5 answers

Please login to use the PayPal sandbox feature

With the recent revamp of the PayPal developer site, I have encountered many problems trying to test my site with PayPal integration. Issue 1: I am not able to check out from out site which it should bring me to sandbox.paypal.com, it return me the…
Kong Jin Jie
  • 535
  • 5
  • 11
28
votes
6 answers

How to add money to a Paypal sandbox account, after it has been created?

I specified an amount that was too low for my testing needs, when creating a personal paypal sandbox account. Is there any way to add money to an account, after it has been created?
mrl
  • 1,467
  • 2
  • 14
  • 22
28
votes
1 answer

Pay with Paypal through Paypal REST API does not show up payment description on Paypal Sandbox or live sites

I am implementing Paypal's new REST API Pay with Paypal method that can be referenced here: https://developer.paypal.com/webapps/developer/docs/integration/web/accept-paypal-payment/ The payment executes fine, exactly the way it should be. The user…
Parijat Kalia
  • 4,929
  • 10
  • 50
  • 77
25
votes
5 answers

Can not pay in paypal sandbox using a test Test Account

Since paypal updated their sandbox, I encounter a lot of problems. I can not simulate a payment using sandbox. Whenever i use an "old test account", created before the update, this error message comes out This Sandbox email address is not…
Shin Akuma
  • 396
  • 1
  • 5
  • 8
23
votes
8 answers

Can I test paypal api's from localhost

UPDATE 1: According to this tutorial on Using PayPal's Instant Payment Notification with PHP, PayPal cannot access locally hosted websites unless certain router ports are opened. Is this because the website is about IPN or is this true for all…
oshirowanen
  • 15,297
  • 82
  • 198
  • 350
23
votes
2 answers

How to configure paypal sandbox auto return URL?

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried creating business account in https://developer.paypal.com/webapps/developer/dashboard , but that also is not working.
user2134523
  • 261
  • 1
  • 2
  • 5
1
2 3
99 100