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.

learn more… | top users | synonyms

0
votes
0answers
11 views

PayPal IPN Simulator and Sandbox account

Im making an ipn handler for my iOS Application. Im using classic paypal api with my app. The thing is when i test from the PayPal IPN Simulator it works fine. I got the post message below from the ...
0
votes
0answers
10 views

PayPal Developer my apps - how to remove them?

On my PayPal Developer account, under Applications, My apps, I created a REST API app. I don't need it anymore and want to delete it, but just cannot find the right place to do so. Is deletion not ...
0
votes
1answer
9 views

Unable to Create an Australian Paypal Developer Account

I would like to create a paypal developer account for myself, however it seems that the developer account registration only accepts US addresses. What should I do?
0
votes
1answer
13 views

Where can I find “My preapproved payments” on a personal verified account in the sandbox

I've followed this steps https://developer.paypal.com/webapps/developer/docs/classic/express-checkout/ht_ec-refTrans-SetEC-DoRefTrans-curl-etc/ and I finally got a billing ID to make reference ...
0
votes
2answers
48 views

How to set up a PayPal sandbox “Seller” account, a “Buyer” account and an Application Tutorial

I am trying to set up a Web site which is using PayPal. Unfortunately the PayPal developer site/concept is heavily changed, so all tutorials I found are seem to be useless. For example this (very ...
0
votes
1answer
16 views

Paypal recurring subscription through silent url give invalid response?

Paypal recurring subscription through silent url give invalid response and blank status and subscription id on live account but this working on sandbox account fine. string cmd = ...
0
votes
1answer
25 views

Integrating IPN(Instant payment Notification) of PayPal in ADF

I am building a application in which i want to integrate a payment gateway of paypal. After the payment is sucessfull it should update a database value. Someone sugeested for using IPN(Instant payment ...
0
votes
1answer
31 views

Paypal IPN listener is crashing our site

I'm trying to set up Paypal so that when a customer buys a subscription to our site, their account gets approved. Unfortunately when testing my IPN listener I believe I accidentally managed to make ...
0
votes
1answer
36 views

PayPal API, account verification

Use-case I am implementing a trading application I am using PayPal API for express checkout Subscribers should be able to sell & buy using PayPal account Subscriber should associate his Trading ...
0
votes
1answer
29 views

Paypal integration - GetExpressCheckout

I'm working on PayPal integration (Express Checkout) using SOAP API. After DoExpressCheckout call I call GetExpressCheckoutDetails. In docs I found that the checkout status can be one of the following ...
0
votes
1answer
15 views

How to integrate zong mobile payment service with a asp.net website

I referred but I couldn't able to find a suitable answer on how to integrate the zong mobile payment with asp.net website. Can anyone give me a suitable link where we can know how to integrate zong ...
0
votes
2answers
64 views

New PayPal Android SDK - testing with Sandbox accounts set to US in testing environment

I'm writing an educational paper about the recent PayPal Android mobile SDK (link) and will have to implement an app with it. While this is available only in the US for now, I've seen that you can ...
0
votes
1answer
20 views

How to allow customers to change qauntity for Pay Pal buttons

If you go to https://developer.paypal.com/ and click get started, they walk you through in creating a Pay Pal button, which is pretty straight forward. On the page that allows you to customize your ...
1
vote
1answer
49 views

cant login into paypal sandbox site (paypal hell)

I am trying to login to my sandbox account (using chrome) but since the new change in paypal i cant. PayPal now ask me to log in to the developer site. i do. and then i go to the ...
0
votes
2answers
23 views

Doexpresscheckoutpayment Payment has not been authorized by the user

I'm getting below error when I access Doexpresscheckoutpayment service. Error : Payment has not been authorized by the user Error code : 10485 Please help me i am not able to figure out whats going ...
0
votes
2answers
24 views

Disable Payment methods option on PayPal Page (PayPal NVP)

Hi I am using PayPal with NVP, Following is the request to SetExpressCheckout string returnURL = "http://localhost:50325/GetExpressCheckout.aspx" + "?amount=" + Amount + "¤cy=AUD"; ...
0
votes
1answer
20 views

Paypal Sandbox doing crazy things

First of all , the test accounts I created were not working. So, I removed all Paypal cookies.So, now good thing I can login into test accounts but can't access My Settings and My Selling tools under ...
0
votes
1answer
19 views

PayPal response missing tax

I'm working on an NVP API integration and the entire payment process is working properly. The response I get from PayPal upon completion doesn't provide all the proper information. Here is the code ...
1
vote
1answer
39 views

Paypal logo not displaying in magento checkout page

In magento we are using Paypal express checkout. Right now in the checkout page the payapl image is not loading. Previously it was ok. This is the image src in page: ...
0
votes
1answer
7 views

PDT returning 423 as first line before success?

I'm trying to get PDT working in the sandbox, and have just run afoul of the problem of using HTTP 1.1 as described here: http://stackoverflow.com/a/14701946/391615 Having changed everything, when I ...
0
votes
1answer
38 views

Paypal DoDirectPayment: Live transaction failed

I have integrated paypal in my application using NVP call in ASP. i used sandbox accounts to test the paypal. it worked perfectly. but when it comes to live account its showing the error "This ...
0
votes
1answer
37 views

PayPal IPN Sandbox Script

I have a PayPal IPN script that I'm testing in the sandbox. I have inserted the mail function everywhere possible just so that I know whats going on, and I always get an "Invalid Response" from ...
0
votes
2answers
41 views

Paypal PHP SDK Credications and Authentication, I can't get it to work

I am using the official PHP Paypal SDK here: https://github.com/paypal/rest-api-sdk-php I'm confused how authentication works. My real paypal account gives me: username, password, signature. My ...
0
votes
2answers
67 views

How to test Paypal account?

I want to test the paypal account. I have created merchant's account and a personal account. Now I want to test that if it is possible to transfer (virtual) money from personal account to a business ...
0
votes
2answers
35 views

Paypal DPRA disable for this merchant message for recurring payment

I create test account on https://developer.paypal.com and in test account i set country as USA and account type is business. i have to configured recurring payment. but i still got this error ...
-1
votes
0answers
25 views

PDT & IPN Paypal Live, again

I am experiencing some major issues with going live with IPN and PDT. And im getting real frustrated by Paypals non-existent support which takes at least a week and often is not useful. I was ...
0
votes
0answers
11 views

trouble in Paypal Subcription Code

i need you help.i have implemented paypal subcription code in php on my website like user signup for any membership plan then after time period(6 month or one year) his subcription plan automically ...
0
votes
0answers
38 views

Get PayPal Transaction Id-iPhone SDK

I have used Paypal SDK in my app. I can get app_id & pay_key as a proof of payment in my application. But I am not able to get Transaction ID for the same. I get to know that we can retrieve that ...
0
votes
1answer
43 views

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 ...
0
votes
1answer
28 views

Accept PayPal payments using an unverified merchant account

I'm looking forward to use PayPal Express Checkout for Digital Goods. I'm using PayPal Business account. When I was demonstrating in Sandbox, I was getting We are unable to complete your request ...
0
votes
1answer
25 views

Addressverify API

I am trying to use AddressVerify API. I am using their API calls such as SetExpressCheckout etc. However when I try to make this API call it is giving me You do not have permission to make this API ...
0
votes
0answers
18 views

Paypal PDT http error

i use this code to process paypal payment data transfer (PDT): $pp_hostname = "www.sandbox.paypal.com"; // Change to www.sandbox.paypal.com to test against sandbox // read the ...
-3
votes
0answers
12 views

Paypal sandbox integration with cakephp [closed]

I am a newbee in cakephp.I just wanted to know how to integrate paypal sandbox with cakephp
0
votes
0answers
37 views

Paypal PHP Simple subscribe button does not work

after spending the past 12 hours trying to find out how it works, i give up. I have a PayPal business account, and use the javascript button they offer: <script ...
0
votes
1answer
14 views

Paypal Autosubcription Notification

I have an issue with paypal integration on my website in php. I have implemented auto subscription code. After first time payment when its subscription period is over then how can I get notification ...
0
votes
0answers
19 views

How to share Paypal sandbox with client without giving access to real account? [closed]

It appears that one must log in to a real Paypal account to access one's sandbox for testing. We cannot give clients our real Paypal account log in. How can we create a test environment for our ...
0
votes
1answer
15 views

paypal transaction history creates an extra recurring payment

I'm using the paypal recurring gem: https://github.com/fnando/paypal-recurring for a ruby on rails application Here's a selected portion of my code: def make_recurring process ...
0
votes
1answer
25 views

Getting billing info express checkout

I would like to get User billing information from PayPal so that I can compare the billing information the user would have inputted in my site with those which the user has in PayPal. I did try to ...
0
votes
0answers
33 views

DoDirectPayment fails with an Internal error

I created a business account (other than the default one created as facilitator) on sandbox and checked that the status of 'PayPal payments Pro' is 'live'. Used the API credentials specified in ...
1
vote
1answer
20 views

Paypal Test Account Dispatch Fail

Whenever I try to access the Paypal sandbox, after authenticating, it shows an error: Sorry — your last action could not be completed Dispatch Error, Check Log information ...
0
votes
1answer
25 views

payPal REST-API makePaymentUsingCC error

After cloning rest-api-sample-app-php and updating for my environment (db, client, secret, etc...) I can buy a pizza using the paypal payment option. I cannot using the credit card option, although I ...
0
votes
1answer
50 views

Going from sandbox environment to Live PayPal

I am experiencing some problems going Live with the webshop i created. In sandbox: Im able to use both IPN/PDT and at the pdt.php page the user is sent to after a purchase is showing the products ...
0
votes
1answer
21 views

Displaying products on PDT.php page

In sandbox mode all products bought is displayed with no problem. When testing im also sent to the pdt.php with the url ending with item_name=54 for example. When in live mode i get to same pdt.php ...
-4
votes
0answers
17 views

PayPal merchant support tickets fail [closed]

Has anybody had any replies to PayPal merchant support tickets recently? I've raised two in the last two weeks and not had any response. It seems that the new PayPal Developer site is a failure.
0
votes
0answers
39 views

Importing test accounts to a new PayPal account leads to inability to process test payments

After PayPal updated the user-interface of the developer site, we had to create a new PayPal account and import the sandbox test accounts we used previously. However, the facilitator account now has ...
0
votes
0answers
14 views

Intermittent trouble with logging in to sandbox with PayPal Mobile SDK1.0.4

I have implemented PayPal's iOS SDK MPL 1.0.4 into my iPhone - app and the integration works quite well, and when I choose to save my login I can automatically log in to the Sandbox and do payments ...
0
votes
1answer
34 views

Can't Access Profile Page

Good afternoon, I am having trouble accessing any of the left-menu items in the Sandbox. I am able to login. I see the same issue in every browser I have (Chrome, FFX, Safari, IE9) and I have ...
0
votes
1answer
58 views

paypal javascript button - how to specify browser success url?

I am prototyping a payment via paypal and am stuck on how to specify the URL the browser should redirect/link to after a payment. <script ...
0
votes
1answer
38 views

PayPal PDT is not returning a tx value in the QueryString when using custom return URL

This is a follow up question to PayPal PDT is not Returning a tx value in the Query String I am struggeling with the same problem, but also using the real PayPal and not the sandbox: As soon as I ...
1
vote
5answers
131 views

PayPal IPN: HTTP/1.1 400 Bad Request

I know this has been asked some times, but none of the solutions worked for me. I am using the Instant Payment Notification (IPN) simulator from paypal ...

1 2 3 4 5 14