Tagged Questions

3
votes
4answers
705 views

Looking for paypal payments tutorial

I am looking for a tutorial which will show me how to accept paypal payments as I am not having much luck with the documentation. In the tutorial, I just need to understand how to capture a unique ...
3
votes
4answers
2k views

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 = ...
3
votes
3answers
2k views

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 ...
2
votes
1answer
170 views

Error using paypal sandbox API

I'm trying to make Paypal's sandbox API work and I'm using a sample project and the error I get is response was: ...
2
votes
1answer
482 views

Which payment has paypal confirmed?

UPDATE 2: The code I currentlly have is as follows: paypalplatform.php: https://www.paypal-labs.com/integrationwizard/adaptive/code2.php basic_payment.php: (the script in 4b in the ...
2
votes
3answers
2k views

Can I test paypal api's from localhost

UPDATE 1: According to this site: http://net.tutsplus.com/tutorials/php/using-paypals-instant-payment-notification-with-php/ It says that paypal cannot access locally hosted websites unless certain ...
2
votes
0answers
145 views

How to update status of an uncleared eCheck transaction in sandbox

My Application fetches transaction using the PayPal API, for a day or a particular time period. The Next time it fetches from the last fetched time to the current time and not the whole data. So, The ...
1
vote
0answers
11 views

paypal API doExpressCheckoutPayment status Pending

I am testing recurring payments. After doExpressCheckoutPayment action i recieved status Pending in my sandbox paypal account. Why status not completed? How much time need to set status Complete? Or ...
1
vote
1answer
23 views

Can I let test users skip logging into PayPal sandbox?

I am using the PayPal sandbox to test user transaction on my website. The site is going to be put through usability testing soon. The problem is, whenever a user goes to complete a transaction, they ...
1
vote
1answer
163 views

Paypal CreateRecurringPaymentsProfile 10002 error

I'm trying to create recurring payment profile using CreateRecurringPaymentsProfile method of Paypal API version 54.0 56.0 in Sandbox mode. Unfortunately I'm getting 10002 error "You do not have ...
1
vote
1answer
240 views

Why is DoExpressCheckoutPayment required for Paypal?

I am trying to build a very simple paypal-backed shopping cart so users can purchase multiple items. I want paypal to handle all the payment details. I don't even want an order confirmation. I will ...
1
vote
1answer
130 views

Paypal - Mass Pay blocked?

I'm using sandobx to test my masspay code. I make everything like in docs: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_MassPayUsingAPI#id101DEJ0100A but ...
1
vote
1answer
290 views

Paypal Masspay problem

I was testing masspay php sdk provided by paypal.com in my sandbox.But it gaves me an error when i tried to pay to one of my sandbox test account.here is the response from paypal server.can anyone ...
1
vote
2answers
275 views

Paypal Error: incorrectly formatted item amount

I am encountering a weird problem from paypal. When My shopping cart pass value with decimal places(like 1.15) it does not work and shows me the error:The link you have used to enter the PayPal system ...
1
vote
2answers
287 views

Really confused about paypal payments

UPDATE 1: Writing $res to a textfile just returns the word VARIFIED: <?php /* mysql_connect("localhost", "user", "password") or die(mysql_error()); mysql_select_db("PayPal") or ...
1
vote
2answers
143 views

Paypal to paypal payments

I want to provide a question and answer service (I know there are thousands of such sites on the internet) to my users where someone can ask a question by specifying how much money they will give the ...
1
vote
0answers
92 views

Getting Errors on paypal Website Payments Standard ( Java API)

I am new to the paypal api system, I am integrating payment gateway on my web application using java/servlet api, i have gone through this link ...
1
vote
1answer
353 views

Which PayPal API should I use to send payments to affiliates

I work for a website-company that pays a commission to partners who send traffic to our website. Currently we track the traffic referred to our site from the affiliates and then go through a tedious ...
1
vote
1answer
537 views

Paypal SDK Support on iphone Devices

I need to about paypal SDK support for devices. Does it supports iOS 3.0 and onwards? I have tried the demo app available with sdk but it runs on 4.1 simulator. But when i installed it on device its ...
1
vote
2answers
652 views

PayPal Digital Goods Error on login

I am using the following code to accept payments for digital goods: https://www.x.com/blogs/Nate/2011/01/07/digital-goods-with-express-checkout-in-php I have a sandbox account and I have used the ...
1
vote
0answers
154 views

Paypal | Mass payment issue

I am trying to implement masspay of the Paypal. I am using MassPay API. It works successfully. But when I added 4 paypal transaction details for the payment and if any transaction has failed it ...
1
vote
1answer
523 views

How do you troubleshoot an “Internal Error” error from Paypal Website Payments Pro?

I have a billing routine that uses recurring billing profiles in Paypal's Website Payments Pro. This routine successfully creates profiles and gets the profile information after creation using the ...
1
vote
2answers
278 views

Test PayPal payments not showing up in sandbox

I'm working the Adaptive Payment .Net API samples. I've setup my test account stuff and everything runs fine with a "success" transaction. The only problem is I neither see debits from the payees ...
0
votes
0answers
12 views

Paypal: Handling disputes, which API?

After getting any type of IPN into my system fine, my issue now is how to handle disputes/claims/etc without logging into paypal store each time. How can I post messages or escalate the claim from my ...
0
votes
1answer
36 views

Paypal Website Payments Standard with dynamic Amount

I have a scenario where a user can input the amount he wants to be billed. I use buynow buttons that are created using code. Now in this case what what i had in mind was to: Set minimum billing ...
0
votes
0answers
9 views

Pay in SEK through Credit Card in Pay Pal

I am using API DoDirectPayment for credit card payments. But PayPal is only accepting USD and EUR as the currency. I also want SEK to be accepted. Can you please help me how can I configure my paypal ...
0
votes
1answer
104 views

PayPal Sandbox - CreateBillingAgreement call returns Internal Error (10001)

I'd appreciate any help with this, I've run around in circles trying all sorts of combinations with the PayPal Api - but I'm hitting a brick wall on this one. I'm looking to call the ...
0
votes
1answer
52 views

how do I simulate a PENDING response from the paypal IPN for testing purposes?

I need to simulate a PENDING response to my IPN script (php). Any help on how to configure the sandbox seller account in order to do this would be great! Note that the IPN testing tool is not ...
0
votes
0answers
59 views

4011 when going live with paypal express checkout

I use this URL for express checkout with paypal (in production): https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=MYTOKEN it gives me an unpleaseant server error on paypal side. ...
0
votes
0answers
53 views

How to get transaction id in paypal framework in wordpress

I am using paypal framework plugin in wordpress, After I configured plugin, get an error. array ( 'ADDRESSOWNER' => 'PayPal', 'ADDRESSSTATUS' => 'None', 'TIMESTAMP' => ...
0
votes
0answers
37 views

Using Paypal For my web application

I want to integrate Paypal to my website , so have few questions regarding that Does Paypal support Micro Payment? If we don't have the card/account details on our web page and redirect directly to ...
0
votes
1answer
49 views

How do i implement the recurring payments on my website using paypal Buy Now Button ? i don't want to use subscription button..?

I want to implement to monthly recurring payments on my website but i don't want to use paypal 's subscription button but i will use Buy Now button instead. So what are the pros and cons of my ...
0
votes
1answer
93 views

How to go live from PayPal sandbox in python GAE?

I can run and test my application in sandbox mode using the google app engine example provided by paypal. Now I want to enable live mode for testing a real payment now that sandbox mode works. I've ...
0
votes
1answer
204 views

Resolved: PayPal Adaptive Payments Authentication failed

I have registered on PayPal Sandbox, then I added Seller Preconfigured test account. As for ApplicationId, I used few ones found on Web. Finally, triggering Preapproval, I'm having error in response: ...
0
votes
0answers
44 views

GetRecurringPaymentsProfileDetails missing buyer's email

I use PayPal's Website Payment Pro with recurring payments. Some profiles are created using a credit card, others using a PayPal account (user's use their PayPal account to fund the transaction). I ...
0
votes
2answers
170 views

How to make paypal button fields 'Required'?

i have created a pay now button using paypal button generator. The button has 2 fields, and then you press pay now. However, if you leave these fields empty, you can still pay I want to make these ...
0
votes
1answer
116 views

what is the meaning of PAYMENTREQUEST_n_AMT in SetExpressCheckout and DoExpressCheckoutPayment?

I am using ExpressCheckout and testing Paypal in the sandbox. I've noticed if I set a higher amount of PAYMENTREQUEST_n_AMT in DoExpressCheckoutPayment() then in SetExpressCheckout() (e.g. $30 USD in ...
0
votes
1answer
101 views

What is DoAuthorization in Paypal for?

I am doing test regarding Paypal sandbox server about Express Checkout, and found the following weird situation. In Paypal documentation, if I use PAYMENTREQUEST_0_PAYMENTACTION = 'Order', I need to ...
0
votes
2answers
163 views

PayPal error 520002: internal error

I'm trying to implement adaptive payments but keep getting this weird error. Here's the request I'm sending: POST https://svcs.sandbox.paypal.com/AdaptivePayments/Pay HTTP/1.1 ...
0
votes
0answers
140 views

PayPal sandbox error “PimpAbort with return code 4011” on Express Checkout Redirect

i post to https://api.sandbox.paypal.com/nvp (or https://api-3t.sandbox.paypal.com/nvp) to setup an Express Checkout transaction. I get a good response, i redirect to paypal [sandbox] and i get this ...
0
votes
1answer
135 views

Paypal payment_gross is empty

I am working with with paypal sandbox. According with that article after IPN verification i need to check payment_gross field but in my case it is empty. Also i have fields mc_gross and mc_gross_1 ...
0
votes
1answer
99 views

PayPal API response says payment succeeded but Paypal Sandbox says payment not permitted

When I try to place a payment in the Sandbox using the Paypal Adaptive Payments API, I get a SUCCESS response from the API: PayResponse paymentExecStatus CREATED ack Success build 2050734 ...
0
votes
2answers
61 views

how to disable shipping option in paypal buy now button ?

i want to charge a one time fee from the customers of my website so i am using Paypal buy now button but the problem is customer have to enter shipping details as well whereas in my case there is not ...
0
votes
1answer
345 views

Paypal Express Checkout : 10410 Invalid Token

I Am using the Paypal Express Checkout API on my web site, and encountering an error while on the sandbox site. The USER, PWD and SIGNATURE fields have been verified and are correct. I have replaced ...
0
votes
1answer
106 views

Implementation of free trial period with PayPal doesn't return any custom parameter

Got stuck with this issue for last 2 days. Scenario We have a web based product where users can signup for free for 14 days and thereafter monthly subscription of say $60.00. Once users clicked "Pay ...
0
votes
1answer
94 views

Storing the transaction done by paypal sandbox add to cart button

I am using paypal sandbox add to cart button, it is working fine but i want to save the transactions done by that button, that is i want to save customer id, no of items sold and their prices etc, is ...
0
votes
0answers
358 views

CreateRecurringPaymentsProfile NVP works on PayPal Sandbox, rejected on live PayPal

When I send this NVP on live PayPal it returns Error code 10527 "This transaction cannot be processed. Please enter a valid credit card number and type." I made a PayPal API class in PHP to ...
0
votes
1answer
601 views

Why is my PayPal IPN script failing?

I'm developing a lightweight e-commerce solution that uses PayPal as the payment gateway. However, my IPN callback is constantly returning an INVALID response. I even tried using the sample PHP script ...
0
votes
2answers
226 views

Pass options via PayPal

I'm creating a simple checkout for a client where the visitor can check out via PayPal. Currently, my HTML form looks like this: <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" ...
0
votes
1answer
375 views

When using PayPal's Sandbox what login do I use when it asks me to log in?

I'm developing an application that is trying to use Paypal's Express Checkout. After I SetExpressCheckout and "Success" is returned I redirect to PayPal's Sandbox site with this URL: return ...

1 2