Zen Cart Logo
Forums / PayPal Express Checkout support / doexpresscheckoutpayment not getting to PP

doexpresscheckoutpayment not getting to PP

Locked

Views: 2,593

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
29 Apr 2008, 06:13
#1
shoyu_concepts avatar

shoyu_concepts

New Zenner

Join Date:
Aug 2006
Posts:
10
Plugin Contributions:
0

doexpresscheckoutpayment not getting to PP

:frusty::frusty::frusty:

We can't get orders to process to our PayPal account. Orders in the shop go threw, an invoice is created and everything that goes along with it (email sent to customer, order confirmation sent to [email protected], etc) but nothing shows up in the PayPal account. Searched the forums and none of the threads have changed this result. curltest.php and ipncheck.php both pass w/o any errors. I have logs turned on.

We have tried several attempts to make a purchase using PPE on an AMEX and nothing is showing on the AMEX card.

I went ahead and upgraded to Zen Cart 1.3.8a today and still nothing coming into the paypal account. I have Zen Cart 1.3.7 backed up and can restored it if it helps anything.

From what I understood about the following:

http://www.zen-cart.com/forum/showpost.php?p=450024&postcount=6

DoExpressCheckoutPayment is the last step. There are no failures of this in any of my logs. I can post zipped logs if needed.

I was actually able to speak with someone at PayPal in the merchant support department; A third level of support and the gentleman said that there are no API calls to DoExpressCheckoutPayment and it's not getting back to PayPal.

I did a search for DoExpressCheckoutPayment and of the 16 results, I could not find anything that resolved this issue.

We are hosted by Reliable Hosting ..

PPE Checkout settings are as follows:

Enable this Payment Module
True

Sort order of display.
0

Payment Zone
--none--

Set Order Status
Processing [2]

Set Unpaid Order Status
Pending [1]

Set Refund Order Status
Pending [1]

Express Checkout: Require Confirmed Address
Yes

Express Checkout: Select Cheapest Shipping Automatically
Yes

Express Checkout: Skip Payment Page
Yes

Express Checkout: Automatic Account Creation
Yes

Payment Action
Auth Only

Transaction Currency
Only USD

PayPal Page Style
Primary

API Signature -- Username
XXXXXXXXXXXXXXXXXXX

API Signature -- Password


API Signature -- Signature Code
XXXXXXXXXXXXXXXXXXXXXXXXXXXX

PayPal Mode
PayPal

Live or Sandbox
live

Debug Mode
Log File

I have spent the majority of the day on this so any help would be greatly appreciated.

29 Apr 2008, 07:52
#2
drbyte avatar

drbyte

Sensei

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

Re: doexpresscheckoutpayment not getting to PP

Shoyu Concepts:

We have tried several attempts to make a purchase using PPE on an AMEX and nothing is showing on the AMEX card.

Have you tried a non-AMEX card?

29 Apr 2008, 17:24
#3
shoyu_concepts avatar

shoyu_concepts

New Zenner

Join Date:
Aug 2006
Posts:
10
Plugin Contributions:
0

Re: doexpresscheckoutpayment not getting to PP

Last night we tried Visa and Master Card and still nothing shows up our PayPal

29 Apr 2008, 21:04
#4
shoyu_concepts avatar

shoyu_concepts

New Zenner

Join Date:
Aug 2006
Posts:
10
Plugin Contributions:
0

Re: doexpresscheckoutpayment not getting to PP

Ok .. looks like it's been figured out .. In the payment modules, we had Invoices enabled as well as PPE .. Disabled Invoices and payments are going through ..

05 May 2008, 15:27
#5
soundwave13 avatar

soundwave13

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Re: doexpresscheckoutpayment not getting to PP

Greetings! Like the subject says.....my Zen Cart is not performing the DoExpress API call to Paypal.

This is my first ZenCart installation and it is being hosted on HostMonster. I have only one product in the cart and when I proceed to make a payment in Live mode, it will calculate the final price correctly (w/ shipping + tax) and ask me to either continue checkout or login to paypal. Either way I pick, I make it to the paypal screen and type in my info (or login to my paypal acct), the transaction will submit successfully and I am retuned to my successful page in zencart. The order shows up properly with all correct information in the orders section of zencart. I also receive an emailed invoice from my store....except no payment to paypal actually takes place.

I am using v1.3.8a and my only addon is a FedEx shipping module. I did try everything I thought to be relevent: curltest is successful, apitest is successful, my orders show up properly in the admin section of zencart and my debug logs show the first two function calls to paypal working. I don't have any other payment modules active except ExpressCheckout.

Help.

Steve

05 May 2008, 17:26
#6
soundwave13 avatar

soundwave13

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Re: doexpresscheckoutpayment not getting to PP

Nevermind.....I got it working...If I remove all the other payment modules, or at least reorder them so PayPal is in spot 0, it works fine. If anything else is present in spot 0, then the last api call in paypal doesn't work on my site.

Steve