Tagged Questions

Paypal Instant Payment Notification (IPN) is PayPal's message service that sends a notification when a transaction is affected. IPN can send notifications for various types of transactions such as instant payments, eCheck payments, pending payments, recurring payments, authorizations, and disputes. ...

learn more… | top users | synonyms

11
votes
2answers
1k views

How to integrate Paypal IPN for recurring payments?

I have been using Micah Carrick's PAYPAL IPN class till now for web_accept but now one of the Client wants to integrate the Recurring method into it.I tried using the same stuff but ...
6
votes
2answers
501 views

How to pass multiple parameters to IPN url to PayPal on Android?

I am implementing PayPal in my Android application and I want to send multiple parameters to PayPal as query string with IPN URL. For example http://www.example.com/ipn/txnId=12&cartId=12 but ...
5
votes
1answer
551 views

How should we integrate PayPal adaptive (and IPN) API in a Java webserver environment?

As I'm currently integrating a paypal layer in my spring based server (that should be usable by multiple clients asking me to implement their webstore): And as there's surprisingly very few info to ...
5
votes
1answer
306 views

Can someone show me the “hello world” of Paypal IPN?

I'd like to set up a PayPal donation box, and use their IPN protocol to monitor when donations come in. The documentation is enormously complex and full of features I'm not interested in. Is there a ...
4
votes
1answer
184 views

Paypal IPN Issue with parallel payment

I'm using this http://www.binpress.com/app/paypal-adaptive-payments-pro-codeigniter-library/140 library and i'm using this as my ipn listener for a codeigniter project - http://pastebin.com/pMb7Zhz3. ...
4
votes
1answer
150 views

Paypal IPN error with embedded newline in address

So, this is a new one on me. My Paypal IPN has been working for sometime, and started getting an error today. During the postback to verify with PayPal (adding cmd=_notify-validate), the PayPal ...
4
votes
3answers
2k views

PayPal IPN with CodeIgniter

I am trying to implement a membership subscription service on a website built in CodeIgniter. I wish to use PayPal to manage payments, and am having a very hard time implementing this. What I am ...
4
votes
1answer
444 views

PayPal with IPN enabled invoking error on cmd = “_cart”

I am using PayPal Website Payment Standard with IPN enabled. Before I was setting cmd variable like this <input type="hidden" name="cmd" value="_xclick"> but then I canged it to <input ...
4
votes
4answers
838 views

PayPal IPN Security

PayPal IPN sends a POST request with a variable number of fields to the notify URL, in order to confirm that the POST request is legit we need to resubmit the same request along with a additional ...
3
votes
1answer
116 views

How do you know when a PayPal cart has been abandoned?

We are using PayPal Website Payments Standard to accept payments on an online store we have implemented. Right now when we send customers off to PayPal to pay we assume that they have abandoned their ...
3
votes
1answer
312 views

ASP.NET Paypal IPN returning VERIFIED but IPN Fails to Send

I will try to get straight to the point. I am currently working with PayPal IPN and have never seen this issue before. I have used PayPal IPN and my implementations have always been the same. This ...
3
votes
2answers
541 views

PayPal IPN _notify-validate throws Error 302 in Sandbox

The second IPN response after sending cmd=_notify-validate to www.sandbox.paypal.com returns HTTP Error 302. If I change the URL to www.paypal.com, it returns INVALID response. I am not sure where I ...
3
votes
7answers
239 views

Paypal IPN and mail() function

I have my paypal IPN listener configured properly since it writes all the information to the DB when a new payment comes in. Now I'm trying to setup a mail() function that sends me an email alert of a ...
3
votes
4answers
707 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
1answer
282 views

paypal programming

First of all, I'm proficient at PHP :) But I'm a noob at Paypal :) So... How can I make single items buy buttons automatic? Something like this: I made a CMS so I can add new items for sale. But ...
3
votes
1answer
747 views

How do I pass session variables to paypal with buy now button

When my users are logged in with their username and userid saved in the session variable they can donate using paypal. With the simple buy now button that you can simply generate at paypal. <form ...
3
votes
1answer
610 views

Using PayPal with AppEngine (Python)

I'm looking to use Google AppEngine (Python). The Tipfy framework looks very good. How do I add PayPal and/or Google Web Payments into my app. Is there a simple extension or similar that I can drop ...
2
votes
2answers
34 views

Paypal IPN continuously hits my IPN page w/the same transaction

I just moved my server to a new host, and obviously changed the DNS for my paypal ipn page. For some reason paypal keeps hitting my page about every 30 seconds with the same transactions over and ...
2
votes
2answers
44 views

PHP/CodeIgniter PayPal IPN Invalid Validation

I'm having a website build on CodeIgniter 2 and I'm using the CodeIgniter PayPal Lib. I have done everything neccessary and I'm now able to proceed payments. I receive an IPN data an I have it send to ...
2
votes
4answers
358 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
2answers
299 views

Paypal IPN errors in Magento store

Every order placed from the frontend of our Magento store logs a "Wrong order ID" exception even though all orders seem to be going through with no problems. Orders also seem to take a lot longer to ...
2
votes
3answers
104 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
3answers
204 views

Codeigniter: Paypal IPN and csrf_protection

I'm working with codeigniter-paypal-ipn and have csrf_protection enabled. This seems to block the access from Paypal to my IPN controller. If i disable csrf_protection it works just fine, with ...
2
votes
2answers
218 views

Programmatically (via. Credit Memos?) Clean-up Paypal Reversal in Magento

I've been asked to look into a weird paypal problem a colleague is seeing on a Magento site w/r/t to paypal transactions. Specifically, if paypal flags a website payments standard transaction as ...
2
votes
3answers
227 views

PayPal IPN and ASP.NET - IPN messages not properly processed for products containing ampersand or copyright symbols

we have several PDF report products. We create PayPal buy now buttons for each, and we use PayPal IPN to email the PDF reports upon successful payment. We've been having ongoing issues where some ...
2
votes
1answer
483 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
0answers
180 views

echeck option NO Longer available in sandbox

I am trying to change my payment option to echeck on express checkout, on clicking change payment method link, the option for the echeck is not available. What do i do? How do i create an echeck ...
2
votes
1answer
445 views

Help with payment_status PayPal Refunded Reversed Partially Refuned IPNs

Will this script below work with the IPN Messages Sent with IPNs if the member is on a subscription and/or pay once payment and they request a Refund, Reversal, or Partial Refund? if($payment_status ...
2
votes
1answer
223 views

PayPal IPN and updating database

I understand how IPN works, and the basic idea of the sending of information, verifying etc. But for the life of me I cannot get it to work!! This is what I'm trying to do... A user selects a ...
2
votes
2answers
351 views

PayPal Modify Subscription - Payment Standard

So I've implemented PayPal fully into my system. The system works on user 'packages', all at set prices. Each user has a subscr_id (set by PayPal) assigned to them, along with details of the package ...
2
votes
2answers
313 views

How to grab POST params (using Rails) in original order in which they came?

Hey there! I'm integrating Paypal's IPN system, and their authentication process requires my server to respond to a Paypal request with a POST to Paypal with parameters EXACTLY the same as Paypal sent ...
2
votes
1answer
755 views

How to integrate PayPal express checkout with shipping detail?

I am using PayPal express checkout NVP API for my payment solution but for my product there is no shipping address need because its digitalis good. Any one please help me how to integrate for ...
2
votes
0answers
79 views

Starting Paypal Merchant Account

I have tested my application using sandbox account in paypal using IPN method. Now I want to start live selling my products. I need you guys to help me which type of accounts is good or best. Do I ...
2
votes
1answer
340 views

Paypal IPN not responding at all

Anybody having this problem? Suddenly paypal is not returning POST data to the notify_url. Array is completely empty and it happens when payment is made through new paypal checkout system. Below ...
2
votes
0answers
71 views

Is PayPal IPN suitable for verification of auctions if you are auction website owner

I am developing an auction website. When a person intents to pay for an auction item, I pass his email_id and that of the seller to Paypal and then invoke IPN through notify_url. Once he pays the data ...
2
votes
3answers
658 views

Paypal IPN returning HTTP/1.1 200 OK

I am testing integrating a website to Paypal, using Web Payments standard and HTML Variables. I have written a simple PHP script to handle the IPN notifications. According to the Paypal ...
1
vote
1answer
57 views

Allowing a query string through .htaccess password protection

I have a staging site where I have secured it using .htaccess password. However, as it's an eCommerce site, I need paypal's IPN to be able the communicate with my site. I'm using the following ...
1
vote
1answer
47 views

PayPal IPN getting 405: method not allowed

So I can call my IPN handling page (an aspx page) happily using Fiddler to POST a fairly accurate version of what the IPN should be sending, and it works fine. However, as soon as I use the IPN test ...
1
vote
0answers
47 views

Paypal IPN with uncompleted checkout

I am aware of how to use paypal IPN to set an inventory after checkout has been completed, but there is one part of IPN I can not figure out. When the user clicks "checkout with paypal" on the ...
1
vote
1answer
47 views

How i get identity token in paypal sandbox?

I don`t know where is identity token on paypal sandbox . is the same identity token like api number ?
1
vote
3answers
41 views

How can I configure IIS so that my ASP.NET web applications running on the same machine can POST to each other, but the public cannot POST?

More specifically, I am writing a web request handler that forks requests to different processing pages for separate, distinct ASP.NET web applications. Specifically, this handler's purpose is for ...
1
vote
1answer
69 views

Django-paypal doesn't create IPN tables in DB - how to fix?

After installing django-paypal, and doing a syncdb - when I logged in as admin, I didn't see any Paypal IPN tables in the database. After some searching, I found a post on Integrating Django and ...
1
vote
2answers
83 views

Identify which encoding PayPal IPN uses?

I am having some issues with PayPal IPN. The documentation uses ASCII encoding. I am using UTF-8. It works fine but as a rarest case I get some random characters. As far as I know the Paypal account ...
1
vote
1answer
117 views

Prepare form with multiple product options for Paypal

How can I prepare the option selection in the form to be sent to paypal? I have tried, <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" ...
1
vote
1answer
151 views

Magento event for Paypal IPN marking order as Processing

I'm working on an extension for Magento (1.4 CE) that needs to be triggered once an order has been paid for. I'm having trouble finding an event to hook in to that will trigger when Paypal IPN (Paypal ...
1
vote
2answers
68 views

Paypal PHP - Confirm payment cleared?

I'm trying to set up a paypal checkout for an ebook, and I want it to send an email when the payment clears through paypal. I have IPN set up, but if someone trys to use an eCheck, i'm not sure if ...
1
vote
1answer
242 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
58 views

Identification of unique profile with Paypal IPN

I've got a question on Paypal's IPN. After creating subscription profile (recurring payment profile), the confirmation of type 'recurring_payment_profile_created' is received on IPN. After proceeding ...
1
vote
1answer
73 views

Paypal IPN: what if the buyer didn't click the return link after payment?

From what I understand about integration with paypal - we rely on the IPN to process our the db injection like creating the order, recording the transaction into our db, etc. In order to receive the ...
1
vote
1answer
135 views

Paypal IPN Inventory Control

I have been developing an online retail shop. It is written in php and uses paypal and IPN to handle payments. I have written my own shopping cart. When the user wants to checkout they click on ...

1 2 3 4 5