Tagged Questions

4
votes
3answers
6k views

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 ...
3
votes
4answers
606 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
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
4answers
251 views

Not receiving a response from Paypal IPN Sandbox

I'm putting a paypal checkout onto my website but am falling down with the listener. For those of you who are unfamiliar with the Paypal IPN system, basically Paypal sends your script with a message ...
2
votes
3answers
87 views

PayPal IPN - PHP and MySQL

Just a question to make sure I understand this correctly: When I create my buy now button and I pass all the form fields to PayPal - once the user has finished their transaction as long as I've set ...
2
votes
1answer
137 views

Paypal: Why do I get 'success' for a direct recurring payment if nothing is recorded?

I am using the Paypal API (Website Payments Pro) to set up recurring payments with customers, and am currently testing in the paypal-sandbox. Paypal requires me to set up both Express Checkout and ...
2
votes
1answer
156 views

Paypal form integration with registration form

I am trying to integrate Paypal with one of the registration forms in my site. The flow is like this: The user visits the registration page and fills out his details, like first name, last name, ...
2
votes
1answer
446 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
1k 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 ...
1
vote
1answer
207 views

Paypal PDT error 4003

After many hours of messing about and trying to set up what should be the relatively simple process of sending a payment to www.sandbox.paypal.com and being redirected back to a page on my site with a ...
1
vote
2answers
235 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
1answer
143 views

php paypal ipn weird callback values

I am trying to use paypal ipn to have members on my site buy a premium membership using the buy now button. When I first tried it it didn't work at all. After some changes I was able to successfully ...
1
vote
1answer
274 views

paypal ipn case is not calling in paypal “pay now”

paypal ipn case is not calling in paypal "pay now". In paypal button the following is set. return : "http://localhost/paypal.php?ch=return" cancel_return : "cancel_return" ...
1
vote
1answer
432 views

custom field in the IPN of paypal adaptive payment

I have implemented Adaptive Payment in my website. First It was Standard Payment so in that i was passing a custom parameter in the form and i was getting it in IPN. But i am unable to find how to ...
1
vote
2answers
263 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
3answers
530 views

Postal Code error PayPal (PHP)

i want to integrate PayPal on my website with paypal integration wizard. I use PayPal API and expresscheckout.php, paypalfunctions.php generated by PayPal Integration Wizard. i wrote form to fill ...
1
vote
1answer
578 views

Problem with implementing paypal's Express checkout API?

I'm doing e-commerce application, there m implementing paypal's Expresscheckout API for online shopping.I have created sandbox test account also. but if i call setexpresscheckout API I'm getting the ...
1
vote
2answers
608 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
2answers
978 views

paypall IPN always return “payment_status: Pending” on sandbox?

Welcome, Today 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 im working using paypal sandbox. What's ...
1
vote
2answers
492 views

PayPal testing without using Sandbox

I am developing a website in PHP that accepts PayPal payments. It uses the IPN from PayPal and has a custom payment template etc etc. It all works great through the Sandbox server but when it comes ...
0
votes
0answers
31 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
1answer
139 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
2answers
250 views

PHP Paypal IPN: transaction not confirmed

I'm creating an IPN for a custom digital ecommerce but i have a problem: everything works file,i create a "pending payment" in my database with an ID that i call PID (payment id),the user go to the ...
0
votes
1answer
188 views

Paypal PDT - Receiving no response (PHP)

After a user makes a payment they are returned to this page: // read the post from PayPal system and add 'cmd' $req = 'cmd=_notify-synch'; $tx_token = $_GET['tx']; $auth_token = ...
0
votes
1answer
103 views

PayPal recurring payments using codeigniter PayPal_Lib library

how to integrate recurring payments using codeigniter PayPal_Lib library ?
0
votes
2answers
162 views

Prestashop - Paypal Web hosted Solution IFrame Integration

I'm working on Paypal web hosted solution (sand box). In that i would like to integrate with IFrame. but when i integrate sometime the iframe is loaded but when i work with new browser or new proxy ...
0
votes
1answer
129 views

How to verify successful payment of paypal

I am trying to get the transaction info of paypal transaction that is passed to our website when customer is redirected to our website. I turned auto-return and pdt in my sandbox paypal account ...
0
votes
3answers
219 views

How to check if a paypal payment is completed or not?

I'm using paypal IPN. Now All is working fine. And I'm getting VERIFIED status. but how to check payment_status is completed or not? thanks if (strcmp ($res, "VERIFIED") == 0) { // check the ...
0
votes
0answers
404 views

why does Paypal IPN return INVALID on completed transactions?

Every time I make a transaction with PayPal sandbox, the transaction is completed on the PayPal site, but it always returns INVALID and a different transaction ID than the one displayed at the end of ...
0
votes
0answers
204 views

PHP paypal IPN in sandbox returns unverified

I have a paypal IPN script an I'm currently testing it with the sandbox. Right now though every payment I try keeps comming up as unverified. Is it because the sandbox never verifies anything or is it ...
0
votes
0answers
337 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
530 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
4answers
427 views

Uploading custom cart to Paypal from PHP page using POST

I'm using Website Payments Standard on PayPal. So I have a custom purchase page which is essentially a list of my licences (pulled from the database): licence type A: $100 licence type B: $200 ...
0
votes
0answers
897 views

PayPal Adaptive Payments API Implicit Payment Function Returning Empty Array

I'm attempting to implement an implicit payment script using PayPal's adaptive payments API. I'm using the provided code from PayPal's examples. When my code calls 'CallPay' (defined in ...
0
votes
2answers
1k views

PayPal Subscription/Notify_URL NOT being called (works under Sandbox)

I don't get it.. I tested out the subscription button in Sandbox mode and it ran through successfully. The test-business received the payment, and the notify_url was called just fine. But as soon as I ...
0
votes
2answers
1k views

Step-By-Step To Create A Checkout Form (PHP) Using Paypal Sandbox

Good day, everyone! Currently I'm working with my school project. I need to create a checkout form using Paypal and the website is written in php/apache/localhost. After a little research I know that ...