Paypal IPN (Instant Payment Notification) is PayPal's message service that sends a notification when a transaction is affected.

learn more… | top users | synonyms

0
votes
1answer
6 views

use same paypal ipn for multiple stores

I am building a WordPress website using: Sugar Events Calendar & Sugar Events Calendar & Gravity Forms Integration plugin WooCommerce store selling a couple of products I have enabled the ...
0
votes
0answers
36 views

Implementing PayPal - C# ASP.Net StreamWriter is blocked

I am using the code described here: http://www.codeproject.com/Articles/42894/Introduction-to-PayPal-for-C-ASP-NET-developers#GettingStarted and most of it works for me. However, I run into an issue ...
0
votes
0answers
8 views

paypal IPN script called on and off - maybe missing IP addresses for firewall

The past few days some transactions are failing in the sense that the IPN script is not being called to complete and verify the transaction. Some go thru and some do not. Either there is something ...
0
votes
1answer
27 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
0answers
17 views

Paypal IPN returned INVALID curl exec response but was previously OK

I have a site which has been working without problem processing paypal IPNs. Yesterday it failed with a CURL exec response of invalid (status was 200 as normal). I tried resending the IPN but got ...
0
votes
0answers
12 views

ThreadAbortException suddenly appears after godaddy changed servers

Recently, one of my clients informed me that GoDaddy had contacted them to let them know they were going to move their hosting account from one server to another. When they did that, they failed to ...
0
votes
1answer
64 views

cancel paypal recurring payment with instant payment notification

From my gathering of several stackoverflow posts, when a user cancels a paypal recurring payment, an instant payment notification is sent to a specified url set up in the IPN settings. But what I ...
0
votes
1answer
50 views

Paypal and recurring payments notifications

I've been fighting with paypal's documentation for a few days and I have several doubts about how it could fit my needs. In the site we are developing, we need to handle subscriptions, and we are ...
0
votes
1answer
20 views

Passing custom variables to the PayPal API/IPN FLASH AS3

I'm trying to find a solution to my checkout. It's for a customisation app that I have made, in which users choose a T shirt, design, ink colours, sizes ect. This is a pure as3 flash application, that ...
1
vote
0answers
29 views

How to insert a variable into an array for every loop count and then print the array/variables in a mail?

UPDATE: THIS IS COMPLETED AND I ADD THE CODE WHICH I USE ON THE BOTTOM AND LET THE ORIGINAL TEXT BE SO OTHERS CAN FOLLOW. I have an IPN script which does a number of things and today it fetches data ...
0
votes
1answer
41 views

PayPal send and receive money

I want to recieve payments directly on my web site, so customer enters his credit card information not being redirected to paypal's site. For this purpose i can use Paypal Payments Pro. But also i ...
0
votes
1answer
35 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 ...
-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
1answer
39 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
18 views

Does PayPal use the same Transaction ID when Retrying failed payments?

I'm building a recurring/subscription payment system with PayPal and all is going well. Can anyone share the IPN data for when PayPal sends a retry payment? Specifically I need to know if paypal is ...
-3
votes
0answers
23 views

Use Constant Contact API to add new user to a specific mailing list using PayPal IPN

Would like to know how to make a similar solution like aweber work for Constant Contact? https://help.aweber.com/entries/21697302-how-do-i-integrate-paypal-with-aweber I am an Asp.Net C# web ...
2
votes
1answer
49 views

How to set an IPN URL for PayPal Recurring Payments using ExpressCheckout?

According to the PayPal documentation, it is not possible to have Instant Payment Notifications (IPN) for Recurring Payments when using ExpressCheckout. Here is how I come up with that conclusion: ...
0
votes
1answer
49 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
0answers
12 views

IPN handling with paypal-recurring gem in Rails

I have tried to figure out this response back to PayPal for a while and it drives me nuts. Somewhere I need to send it back to stop PayPal from re-sending the IPN. This is my code for the IPN listener ...
0
votes
1answer
45 views

Not able to get Transaction Details in Adaptive Payment in paymet

I am using parallel adaptive payment. i got the php coding from following link of paypal developer` website. https://www.paypal-labs.com/integrationwizard/adaptive/main.php And i Used IPN listener ...
0
votes
0answers
56 views

Paypal PHP IPN doesn't update MySQL

i have a problem with this query: if (strcmp ($res, "VERIFIED") == 0) { mysql_query("UPDATE user SET premium = '1' WHERE id ='".$user_id."' "); } this doesn't update MySQL and i can't understand ...
1
vote
5answers
129 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 ...
0
votes
0answers
37 views

IPN Delivery Failed. HTTP error code 401: Unauthorized

I used the IPN simulator, it gives me this error IPN Delivery Failed. HTTP error code 401: Unauthorized, but my port(80) is already open,i am using public ip because i am working only in my ...
0
votes
1answer
21 views

PayPal IPN - option_selection gone?

I was wondering if the IPN simulator offered by PayPal Developer allows to use the option_selection values because I couldn't find it anywhere; I recall seeing it some time ago but it's suddenly gone. ...
0
votes
1answer
61 views

PayPal IPN Won't Do Anything

I have been trying to figure out for the past 12 hours as to why this isn't working. I have found the most recent and updated code that everyone should now be using with the IPN system. In case you ...
0
votes
1answer
19 views

Implicit Adaptive Payments aren't generating IPNs

I'm sending money from one account to another using Adaptive Payments API. I'm using the active_paypal_adaptive_payment gem to simplify things a bit. So far I've got everything working as desired but ...
0
votes
0answers
47 views

Paypal IPN INVALID

I am currently using the following code and testing with the sandbox however all the http headers are INVALID but the payment has gone through as cleared. the code i am using is the following: ...
0
votes
1answer
31 views

PayPal: integrating third party shopping cart with encrypted website payment

I'm using my own custom shopping cart and integrating it with paypal. Now I wish to encrypt the parameters appearing on the form but have been unable to do so using the tutorial here: ...
0
votes
1answer
34 views

PayPal IPN Won't Update Database

So for some reason, this script does not update my MySQL Database with what i'm telling it to in the "if (strcmp ($res, "VERIFIED") == 0) {" block. Yet, file_put_contents('log.txt', 'verif'); that is ...
0
votes
0answers
34 views

notify_url is not being called, what to do?

I have really terrible issue: I had Polish account on PayPal and set subscription button on my site. Everything worked in sandbox, notify_url was being called. Then I went to live and problems ...
0
votes
0answers
56 views

Paypal ipn sent successfully but not insert into database

The previous day I tested paypal subscription with ipn. My button code is like this : <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top"> ...
0
votes
0answers
24 views

Paypal Suspended Profile Vs Cancelled One

I am implementing Paypal IPN in my website and looking for following usecase On April 30th 2013, user subscribed to the service for the duration of one year. (Recurring Payment profile..) On Sept ...
0
votes
1answer
104 views

Is it possible to pass the amount back to my site

I am new to developer.paypal.com and i am creating a subscribe button in www.sandbox.paypal.com,is it possible to pass back the amount paid for the subscription by the customer to my website or the ...
1
vote
2answers
79 views

paypal IPN simulator always giving INVALID response when live,

I'm using this: https://github.com/Quixotix/PHP-PayPal-IPN and during sandbox testing everything was working fine. My code is pretty much the same as the one in this question: Paypal IPN Valid in ...
0
votes
1answer
82 views

Paypal adaptive payments IPN callback: how to return the complete unaltered ipn message

I'm working on a marketplace (buyers and sellers) and the middleman gets a cut of every purchase. I want to enable the buyer to buy the item right after the buy button being redirected to Paypal. This ...
0
votes
3answers
70 views

PayPal IPN page not being hit even though purchase goes through

I tested everything fine in the Sandbox, the IPN listener would work as expected and I would the expected responses in my mail as well. I've gone live now but although the customer can place a ...
0
votes
1answer
46 views

New PayPal IPN simulator lacks country codes and currencies

Our IPN handler uses GBP in the mc_currency field (which has been working fine for years) but it looks like the IPN simulator on the new PayPal developer site only works with USD. If you select ...
0
votes
0answers
27 views

Transaction Not Showing in Account Linked with App

UPDATE I added my app account as a receiver (my app has to receive at least $0.01 at least, apparently), and now the transaction information shows in my account and an IPN notification is sent for ...
0
votes
1answer
59 views

PHP PayPal IPN Confirmation mail issue

I have managed to setup PDT and now to IPN. The problem is that the seller account do get a confirmation mail but not the buyer even though I use the same code, it doesnt make sense. Heres my ...
0
votes
1answer
47 views

PHP PayPal IPN and UTF-8

I have tried to read up on this issue and checked examples but havent found a way to figure this out. When my confirmation letter is sent to buyer/seller the ÅÄÖ or other special characters will be ...
0
votes
1answer
80 views

Payment validation got VERIFIED for web_accept transaction type but not for subscr_signup

We have been using "Post to return page" (rm = 2) as the way of receiving payment data for regular one time purchase (web_accept) and we have been getting "VERIFIED" fine when doing the validation. ...
0
votes
2answers
79 views

Paypal recurring payment IPN usage

I successfully create a listener and it is working well if I am using the IPN simulator. However, when I am doing the payment request in the process of payment, I set the same listener url for the ...
0
votes
0answers
28 views

Why coinbase address callback not?

I am using PHP cURL to generate new address from coinbase. As per this documentation we get notification on the callback url when any transaction is made on the generated address. But I am not getting ...
0
votes
2answers
34 views

How can I find out which file this IPN request goes to?

I am in the process of moving from a plug-in IPN package (Valanx for Joomla) to a custom built one in PHP. The problem is that there is no way to change the IPN address for existing subscribers! I'm ...
-1
votes
0answers
163 views

Why paypal does not call my notify_url, but on sandbox everything works?

I have business account on PayPal, I have tested subscribe payment in sandbox and everything works perfecly, my notify_url (IPN) is being called. But when I go outside of sandbox then PayPal receives ...
1
vote
2answers
161 views

Paypal notify url not working showing latest delivery date in 1985?

We are having some problems with paypal: Notify url and status appears empty in the message details page. The retry date on the ipn message appears in 1985: What can we do to fix this, besides ...
0
votes
1answer
137 views

PayPal Sandbox - Subscription Button - Test Account - Link Invalid

I'm trying to test a really simple subscribe button using the PayPal API. First and foremost, the error I'm getting: The link you have used to enter the PayPal system is invalid. Please review the ...
2
votes
2answers
175 views

paypal notify_url is empty even though it is passed on the form

imn submitting this form to send users to recurring payments registration <form name='_xclick' id='_xclick' action='https://www.paypal.com/cgi-bin/webscr' method='post'> <input ...
0
votes
1answer
91 views

Problems with PayPal IPN

just wondering if someone can help me with a frustrating problem I am having regarding PayPal IPN. My Code is: <?php error_reporting(E_ALL); // tell PHP to log errors to ipn_errors.log in ...

1 2 3 4 5 12