Hello again,
After looking at my logs and e-mail again, I realized that I am not even able to get past the SetExpressCheckout API during the checkout process, hence getting the timeout error after clicking "continue" on the "Review your information" PayPal screen. My cart does not complete the DoExpressCheckoutPayment api.
I have pasted my debug logs for the GetExpressCheckoutDetails and SetExpressCheckout apis. I can provide the paypalwpp_Paypal_Action logs and the Paypal_CURL_EC logs if needed to help get to the bottom of this issue.
If anyone can please help me it would be greatly appreciated as I feel like I have exhausted all of my searches and attempted fixes to the best of my ability.
Thanks again.
PayPal Debug log - GetExpressCheckoutDetails
2011-01-16 12:03:31
(live transaction) --> https://api-3t.paypal.com/nvp
Request Headers:
Array
(
[0] => Content-Type: text/namevalue
[1] => X-VPS-Timeout: 45
[2] => X-VPS-VIT-Client-Type: PHP/cURL
[3] => X-VPS-VIT-Integration-Product: PHP::Zen Cart(tm) - PayPal/NVP
[4] => X-VPS-VIT-Integration-Version: 1.3.9g
)
Request Parameters: {GetExpressCheckoutDetails}
Array
(
[TOKEN] => EC-5TC44369SV3838352
[REQBILLINGADDRESS] => 1
[METHOD] => GetExpressCheckoutDetails
[USER] => XXX
[PWD] => ****************
[VERSION] => 60.0
[SIGNATURE] => ****************************************************6SAy
)
Response:
Array
(
[TOKEN] => EC-5TC44369SV3838352
[PHONENUM] => <customer info>
[CHECKOUTSTATUS] => PaymentActionNotInitiated
[TIMESTAMP] => 2011-01-16T06:03:31Z
[CORRELATIONID] => d4cf37a371f78
[ACK] => Success
[VERSION] => 60.0
[BUILD] => 1646991
[EMAIL] => <customer info>
[PAYERID] => CP9GBMYEXKDE2
[PAYERSTATUS] => unverified
[FIRSTNAME] => <customer info>
[LASTNAME] => <customer info>
[COUNTRYCODE] => US
[SHIPTONAME] => <customer info>
[SHIPTOSTREET] => <customer info>
[SHIPTOCITY] => Fairfax
[SHIPTOSTATE] => VA
[SHIPTOZIP] => 22033
[SHIPTOCOUNTRYCODE] => US
[SHIPTOCOUNTRYNAME] => United States
[ADDRESSSTATUS] => Confirmed
[CURRENCYCODE] => USD
[AMT] => 14.00
[ITEMAMT] => 14.00
[SHIPPINGAMT] => 0.00
[HANDLINGAMT] => 0.00
[TAXAMT] => 0.00
[INSURANCEAMT] => 0.00
[SHIPDISCAMT] => 0.00
[L_NAME0] => Angry Manny Womens Tee in White
[L_QTY0] => 1
[L_TAXAMT0] => 0.00
[L_AMT0] => 14.00
[L_DESC0] => Size: Small
[L_ITEMWEIGHTVALUE0] => 0.00000
[L_ITEMLENGTHVALUE0] => 0.00000
[L_ITEMWIDTHVALUE0] => 0.00000
[L_ITEMHEIGHTVALUE0] => 0.00000
[CURL_ERRORS] =>
)
PayPal Debug log - SetExpressCheckout
2011-01-16 12:02:49
(live transaction) --> https://api-3t.paypal.com/nvp
Request Headers:
Array
(
[0] => Content-Type: text/namevalue
[1] => X-VPS-Timeout: 45
[2] => X-VPS-VIT-Client-Type: PHP/cURL
[3] => X-VPS-VIT-Integration-Product: PHP::Zen Cart(tm) - PayPal/NVP
[4] => X-VPS-VIT-Integration-Version: 1.3.9g
)
Request Parameters: {SetExpressCheckout}
Array
(
[AMT] => 14.00
[ITEMAMT] => 14.00
[L_NUMBER0] =>
[L_NAME0] => Angry Manny Womens Tee in White
[L_DESC0] => Size: Small
[L_AMT0] => 14.00
[L_QTY0] => 1
[LOCALECODE] => US
[PAYMENTACTION] => Sale
[ALLOWNOTE] => 1
[LANDINGPAGE] => Billing
[RETURNURL] =>
http://airealapparel.com/shop/ipn_main_handler.php?type=ec
[CANCELURL] =>
http://airealapparel.com/shop/index.php?main_page=shopping_cart&ec_cancel=1
[PAGESTYLE] => Primary
[METHOD] => SetExpressCheckout
[CURRENCYCODE] => USD
[USER] => XXXX
[PWD] => ****************
[VERSION] => 60.0
[SIGNATURE] => ****************************************************6SAy
)
Response:
Array
(
[TOKEN] => EC-5TC44369SV3838352
[TIMESTAMP] => 2011-01-16T06:02:49Z
[CORRELATIONID] => 44cea4fae3165
[ACK] => Success
[VERSION] => 60.0
[BUILD] => 1646991
[CURL_ERRORS] =>
)