Zen Cart Logo
Forums / PayPal Website Payments Pro support / IPN history problems

IPN history problems

Locked

Views: 2,440

Results 1 to 16 of 16
This thread is locked. New replies are disabled.
22 Sep 2010, 10:29 PM
#1
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

IPN history problems

Hey folks,

I'm successfully using PP Pro with PP Express.

I receive paypal as well as CC payments, but the ipn messages are incomplete.

either the amount is missing (paypal-transactions) or the customer name is missing (creditcardcard-transactions). See attached screenshot.

I also can't do refunds from withing Zen Cart, so I assume there must be a configuration error either in my PayPal or in my Paypal modules in zen.

Anybody know what's going on here? Or should I just disable IPN in my Paypal?

I also tried to contact PayPal support, but they couldnt help me. That's what the PP-guy said.

In your screen shot you sent I see there is a transaction ETGP5EE4F60A that appears to not have received an IPN message. This transaction is your PayFlow transaction id which does not use IPN, the corresponding transaction in your PayPal account for this transaction is 5CX29628VU5428804. As you can see you do have an IPN for 5CX29628VU5428804. To me this appears to be an issue with your shopping cart not correctly linking your PayPal IPN messages back to your PayFlow transactions.

Thanks in advance

22 Sep 2010, 10:41 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

p1lot:

In your screen shot you sent I see there is a transaction ETGP5EE4F60A that appears to not have received an IPN message. This transaction is your PayFlow transaction id which does not use IPN, the corresponding transaction in your PayPal account for this transaction is 5CX29628VU5428804. As you can see you do have an IPN for 5CX29628VU5428804. To me this appears to be an issue with your shopping cart not correctly linking your PayPal IPN messages back to your PayFlow transactions.That's quite possible.
p1lot:

Anybody know what's going on here? Or should I just disable IPN in my Paypal?What exactly would that solve?

22 Sep 2010, 10:49 PM
#3
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

I actually don't know what's going on here and just quoted the response from the PayPal-guy, so I was asking for a workaround or a fix.

Disabling IPN wouldn't solve anything, but better than a half-working solution. At least that's what I think.

22 Sep 2010, 11:13 PM
#4
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

DrByte, do you think there is a solution for that problem? I checked some transaction logs and they all look fine.

Am I the only one with that issue?

23 Sep 2010, 12:39 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

The IPN History screen you're referring to is simply a display of IPN data received. It has no functionality capability of any sort.
What particular problem is the IPN history creating for you?

23 Sep 2010, 12:49 AM
#6
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

Well, the amount of those transactions was never "0".

Also, some information on the left side, the customer name, is missing.

The first few transactions worked fine. They looked like this.

Furthermore, refunds, which worked yesterday from within Zen Cart, stopped working today as well.

http://tinypic.com/r/s3lfva/7

The correct Trans IDs start all with numbers, whereas the "broken" ones always with 2 letters.

23 Sep 2010, 12:55 AM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

What changed on your site between yesterday and today, between when things were working as expected and when they stopped?
Addons installed? Modules enabled/disabled? etc?

23 Sep 2010, 1:07 AM
#8
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

Not really, I only installed Sales Report Mod, but that has no impact on PayPal I guess.

I played a bit around with PayPal-settings etc, but nothing major and they are all exactly like yesterday. :dontgetit

Logs are fine too.

Is that an error on PayPal's end maybe?

23 Sep 2010, 10:53 AM
#9
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

I think that problem occured after I got Cardinal to work.

The "old" transaction from 1 day before I went live are perfectly fine and include the shopping cart contents on the paypal site etc, new ones imss all that info.

DrByte, any idea what could be going on here?

EDIT: AHHH, the Invoice IDs get cut off by somebody all of a sudden (that didnt happen to transactions 2 days ago), that's why the PayPal support said they dont get linked to the IPN properly. Any idea why that is?

23 Sep 2010, 1:51 PM
#10
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

OK i think i found the source of the problem:

Request Parameters: {SetExpressCheckout}
Array
(
[AMT] => xxx
[ITEMAMT] => xxx
[L_NUMBER0] => Ixxx
[L_NAME0] => xxx
[L_DESC0] => xxx
[L_AMT0] => xxx
[L_QTY0] => 1
[L_NAME1] => Discounts
[L_DESC1] => Credits applied, including discount coupons, gift certificates, etc
[L_AMT1] => -68.00
[L_QTY1] => 1
[LOCALECODE] => CA
[CURRENCY] => USD
[PAYMENTACTION] => Sale
[ALLOWNOTE] => 1
[LANDINGPAGE] => Billing
[EMAIL] => xxxx
[PHONENUM] => xxxx
[ACTION] => S
[TENDER] => P
[TRXTYPE] => S
[RETURNURL[56]] => xxx.com/ipn_main_handler.php?type=ec
[CANCELURL[77]] => xxx.com/index.php?main_page=checkout_shipping
[ec_cancel] => 1
[PAGESTYLE] => xxx
[REQUEST_ID] => xxx
[USER] => xxx
[PWD] => ********
[PARTNER] => xxx
[VENDOR] => xxx
)

This is a PP express transaction and the INVNUM is missing here. Now I just need to find out why that happens.

The INVNUM is set for CC transaction, but for somereason the name of the buyer doesnt get displayed in the PayPal IPN section under ZenCart admin.

Anybody else had this problem? It's pretty similar to this one: http://www.zen-cart.com/forum/showthread.php?t=139389

23 Sep 2010, 2:02 PM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

INVNUM has nothing to do with IPN handling.

23 Sep 2010, 2:32 PM
#12
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

Darn, I'm totally wrong then. Where exactly do IPNs get linked to the actual transactions, that's the major problem anyway. Maybe session variables get cleared before transaction is sent to PayPal or something like that?

23 Sep 2010, 2:36 PM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

I'm still not clear on what the problem is. The information in the Admin->Customers->IPN History screen is reference-only. It is not used anywhere else. If the information is wrong for some reason, it's not influencing any functionality anywhere else. While it might be irritating that the information there seems to be incorrect, I'm confused why you're focused on spending time on this topic when you could be focused on building your business and generating sales.

23 Sep 2010, 2:44 PM
#14
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

I know that information is not crucial, but the problem is that refunds from within Zen Cart do not work any more, which is quite useful. This feature relies on working IPN message if I'm not wrong.

I always get that error when I want to do a full refund:
There was a problem refunding the transaction amount specified. (7 Field format error: 10004-The partial refund amount must be a positive amount)

23 Sep 2010, 2:51 PM
#15
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: IPN history problems

So, the real problem is something about refunds, and specific error message, but you started this whole discussion by talking about IPN problems, and never mentioned the actual error message?

Sure, support here is offered at no charge to your wallet ... but ... starting with the actual issue might cause less frustration and get usable results faster.

:frusty:

23 Sep 2010, 2:57 PM
#16
p1lot avatar

p1lot

New Zenner

Join Date:
May 2009
Posts:
69
Plugin Contributions:
0

Re: IPN history problems

Well, it's not just that refund-problem that irritates me.

For some reason the shopping cart contents do not show for the transactions on the paypal.com-website. It only shows the name of the customer, that's it. 2 days ago that worked as well.

I thought IPN is the culprit here, that's why I thought it might be a good idea to solve the root of the problem instead of coming up with 2 bugs caused by another bug.

Anyway, you were right, so