Tagged Questions
IPN stands for Instant Payment Notification, it is a process used by PayPal to send information about a transaction back to a site.
21
votes
2answers
5k views
PayPal: IPN vs PDT
I'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT).
Basically, users buy a one-off product on my site, pay on PayPal, and return to ...
11
votes
4answers
3k views
Subscriptions with Paypal IPN
I am adding subscriptions to a site using Paypal IPN which works very well, I can successfully create a new subscription and verify it. The subscription has a two week free trial. The guide was ...
5
votes
8answers
8k views
Simple Paypal IPN examples? [closed]
I would like to have a text input form with a submit button that goes to paypal, upon payment the contents of the form should go in a mysql database..
This sounds trivial, but I'm having such a hard ...
4
votes
1answer
288 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
233 views
How do I implement “cash out” on my site using PayPal?
I have a credit system set up on my site where user A can purchase a document from user B, let's say for 1 credit and user B's account gets credited, let's say for $1. User B can then "cash out" and ...
4
votes
3answers
2k views
What is causing my PayPal IPN script to fail?
I am receiving the following from a PayPal IPN script. Is it evident from the following what is causing the IPN transaction to fail? If not, how can I investigate the problem further?
[01/25/2010 ...
4
votes
1answer
548 views
How to password protect an entire website but allow public access to 1 specific file
I've created an e-commerce site that uses paypal to accept payment. I am in the testing phase so I have password protected the entire site using htaccess. The trouble is that I am using IPN to ...
4
votes
4answers
2k views
How do you connect a Paypal IPN confirmation to a user?
I wanted to use Paypal's IPN service to verify payments for a recurring subscription charge for my website. How do you tie the IPN confirmations to a user in your site?
The IPN confirmation message ...
3
votes
1answer
222 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
162 views
Paypal integration without IPN
I want to integrate paypal buy now button and get feedback from paypal in a school project, but i don't want to use IPN because the computer running the website will not be accessible from outside.
...
3
votes
1answer
235 views
How to “run” a “Paypal Subscriptions Service” inside Google App Engine?
before anything, I wanna you to Know that I'm a Complete Newbie
in these things about developing "paid" webapps. I have been reading some posts
about how to integrate Paypal's IPN with Google App ...
3
votes
1answer
1k views
PayPal IPN on port other than 80
Has anybody tried using Paypal's IPN on a port other than 80?
I'm trying to specify a URL like http://domain.com:8080/url/to/ipn.php but the IPN request isn't getting through.
If I hit the URL ...
3
votes
7answers
2k views
Protect php script that receive paypal IPN notifications! [Solved]
In my website I've integrated a php script that receive an IPN notification and send a license key to the customer! This script is in a folder with other 2 php files required by the php script ... how ...
2
votes
1answer
53 views
PayPal IPN Variable Issue
PayPal IPN is a wonderful tool, and it has been working quite well for me - well, it's working let's just leave it at that for now). Now, I would like to gather quite a bit of information about my ...
2
votes
2answers
364 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 ...
2
votes
2answers
58 views
I'm having the most difficult time trying to get the PayPal IPN subscription Id
I'm having the most difficult time trying to get the PayPal IPN subscription Id. This is my IPN page.
<?php
// read the post from PayPal system and add 'cmd'
$req = 'cmd=_notify-validate';
...
2
votes
1answer
1k views
How to disable push notification for a specific type/campaign using Settings.app
In Facebook App, if you change push notification settings just for messages from the Settings.App (not from Facebook App) they stop coming even if you dont open Facebook App.
How does Facebook sync ...
2
votes
5answers
240 views
Can one rely on Paypal IPN solely to record purchases?
I'm setting up a simple 'buy now' transaction from a website with these major steps:
Select product from price list
Review selection (amounts, tax etc)
Process Payment on Paypal
Receipt / Thank you
...
2
votes
2answers
522 views
django-paypal does not receive ipn signal
I am trying to use django-paypal. I was following what was mentioned in
Jay on Django
Here is what i did...
##in my view.py file
def ask_payment(request):
# What you want the button to do.
...
2
votes
1answer
434 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
194 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
1answer
411 views
Paypal IPN call - fsockopen timeout
Warning: fsockopen()
[function.fsockopen]: unable to
connect to www.paypal.com:443
(Connection timed out)
This has worked previously? And suddenly has stopped working.
Any ideas?
This is ...
2
votes
0answers
156 views
Django: Integrating Avangate IPN
Does anyone have example code showing how to process the Avangate IPN (Instant Payment Notification) in a Django app? In particular, I'm interested in seeing examples of creating the hash signature ...
2
votes
1answer
716 views
Dynamic price in Buy item button and hidden notify_url
I want to create PayPal button with dynamic price (depending from the item)
and hidden notify url.
The "amount" input is not working with saved and encrypted buttons,
but if I use plain text the ...
2
votes
2answers
2k views
PayPal like IPN with Google Checkout
I've reading the Google Checkout docs but I haven't found anything similar to PayPal IPN for Google Checkout.
Can anyone point me in the right direction to automatically process orders using Google ...
2
votes
3answers
662 views
PayPal Django
I am using Django-PayPal plugin (http://github.com/johnboxall/django-paypal/tree/master), which works almost fine with one problem.
I followed integration process and think that everything is the ...
2
votes
3answers
1k views
PHP HTTP_POST_VARS problem
To start: I am a C++ developer who is roped into making a PHP script (for paypal IPN).
I have been incredibly frustrated witht he lack of good working samples from paypal and elsewhere.
The latest ...
1
vote
0answers
22 views
Paypal IPN listener problems
Iv have the following script to connect to paypal. Paypal is receiving the money ok but it is not sending the response back correctly. It seems to be failing at this point if (!$fp) but I am not ...
1
vote
0answers
25 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
81 views
Paypal Adaptive Payment API Custom Variable IPN Return
I am trying to do Adaptive Payment API with a IPN and have been find that with the sandbox environment I'm not getting back payer's address or custom variables. I've seen this in another post with ...
1
vote
1answer
77 views
Capturing PayPal subscription cancellation
I am having a lot of problems trying to capture the subscription cancellation. This is the IPN Im using which I got from Paypal's code sample page. I added the mySQL script to subtract 4000 credits ...
1
vote
0answers
107 views
Integrating PayPal with a WebMatrix-based site (Razor/C#)
I have spent countless hours reading over the docs on PayPal's site and also on their x.com site, and have searched all over the web for this, but unfortunately, I am in need of some help.
I have a ...
1
vote
0answers
74 views
Issue with Paypal IPN option_selection variable JCart
The paypal IPN option_selection variable does not work in my PHP generated url. I'm generating the URL through the gateway.php page of Jcart. My goal is to add extra details like color and size for ...
1
vote
1answer
115 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
vote
1answer
236 views
PayPal IPN returns Invalid
I have a PayPal IPN script written in PHP, but I cannot get it to work no matter what I try.
PayPal returns "INVALID" using the PayPal sandbox & PayPal IPN simulator. I've yet to try it live, but ...
1
vote
2answers
70 views
How to redirect to / execute 1 script from another PHP script in Paypal IPN handler?
I've set up a PHP IPN Paypal notification handler on my site to notify me of payments through PayPal. I have a Joomla install which uses an elaborate, uncommented and undocumented component for ...
1
vote
1answer
254 views
cakephp PayPal IPN Integration
I am using CakePHP 1.3.10 version and want to integrate PayPal IPN for Payment Process.
I have found some ready made plug-ins though not working properly and returning bunch of errors.
I would like ...
1
vote
0answers
465 views
PayPal Sandbox Code Integration IPN Problem with Asp.net/C#
I need your help regarding PayPal code integration with my asp.net/c# on PayPal Sandbox, I am using PayPal IPN and the code is same as provided by PayPal. I am working on local host. Payment has gone ...
1
vote
1answer
341 views
Paypal IPN script not working
For some reason my script connects to the database and has no errors however nothing in the database seems to update. I cannot find anything wrong with it. Here is my code:
// read the post from ...
1
vote
2answers
308 views
Help with paypal IPN to send email after transacation
Is anyone good with the Paypal IPN? I have got some sample code from PayPalTech.com and have edited to fit my needs. Basically all I want to have work is for an email to be sent to the customer after ...
1
vote
2answers
166 views
Paypal IPN [Only Credit Card Transaction Failed]
I have this issue. When I pay with paypal account, everything is fine, paid successfully and IPN hit back and update my database. But when i pay with credit card option, it's paid successfully at ...
1
vote
1answer
134 views
Integrating IPN in website for paypal
I have made a site which takes Name,Phone No and Email Address of the person and feed it into a database then it goes to paypal,after payment it is taken to success.php where he is shown that he has ...
1
vote
1answer
179 views
Shouldnt testing IPN take money from my Paypal sandbox account?
Im trying to set up a PayPal IPN system on my site, but I try to test it in the PayPal sandbox, I think it's not working fine.
I've got a developer account in the sandbox. I've created 2 accounts: ...
1
vote
2answers
564 views
Paypal IPN returns empty string instead of “VERIFIED” or “INVALID”
In real (not Sandbox) environment Paypal IPN sends POST data with payment_status = Completed. But when I tried to get transaction confirmation from Paypal (using CURL) I receive an empty string (not ...
1
vote
1answer
83 views
Service in authorize.net similar to paypal
I have implemented IPN in paypal which updates about the payment in our server's database.I want to know that is there a similar functionality in authorize.net?
Thanks in advance...
1
vote
2answers
458 views
Can Paypal IPN payment_status change from Completed into another status for a transaction?
If I have received an IPN that tells me the transaction (txn_id=123) is completed (i.e. payment_status=Completed).
Is this possible that for some reasons I will later receive another IPN that tells ...
1
vote
1answer
436 views
How to pass item_number to IPN when using Adaptive Payment API call to make pay request on Paypal?
I am using adaptive api to make a chained payment. The code looks
ChainedPay chainedPay = new ChainedPay(numberOfReceivers);
//set values (such as return url, cancel url, ipn url etc for the ...
1
vote
0answers
46 views
exchange_rate IPN question
I'm confused about WHEN I'll get a exchange_rate non-null value from IPN...
If I have option "block payments from other currencies etc" set to "No, but convert to USD" (in the payment receiving ...
1
vote
1answer
1k views
Why Java servlet can't get Paypal IPN messages everytime?
I have a Java servlet running on my notebook with Windows Vista, I set up a static IP, did port forwarding and registered for a free DDNS service, now my servlet is running, I gave the url to Paypal ...
1
vote
3answers
678 views
Paypal subscriptions IPN - problem with users subscribing multiple times
I'm using paypal subscriptions and the instant payment notification (IPN) to handle subscribers on my site.
For the most part it works well but there is one occasional problem I've encountered.
...