Page 1 of 5 123 ... LastLast
Results 1 to 10 of 49
  1. #1
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    cart error This transaction is invalid - Paypal express

    Hi

    I have recently started using the latest Zen cart version 1.3.7 and I’m trying to set up the inbuilt Paypal express modal, I have followed the information provided by you guys in Zencart’s help forum and activated the API access in my Paypal Premier account then copied my information and installed it into the option boxes within Zen carts admin area.
    I have also emailed my server host and asked him to install cURL into his server obtained his IP address tried cURL Proxy Status on/off with and without the port forwarding but still I am having trouble getting the Paypal express to work.

    If I run a test sale on my site it redirects me to https://www.paypal.com/cgi-bin/websc...ction=continue But with an error: “This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow”

    I am wondering if anyone might have any information that could help me find out where the problem is.

    Thanks

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: This transaction is invalid - Paypal express

    Please turn on Debug Logging inside your PayPal Express Checkout module settings.
    It will be helpful to see the contents of the SetExpressCheckoutTransaction emails that you get from this ...
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    Hi
    I got three emails back after running a test sales sale
    Code:
    1st Email Subject Line: ec_step – 2 – submit
    
    Array
    (
    [0] => http://www.*****.biz/ipn_main_handler.php?type=ec
    [1] => http://www.*****.biz/index.php?main_page=login&ec_cancel=1
    [LOCALECODE] => US
    [CURRENCY] => GBP
    [PAYMENTACTION] => Sale
    )
    
    2Nd Email Subject Line: getOverrideAdrees – 4
    
    not logged in and not in markflow mode - nothing to override
    
    3rd Email Subject Line: PaPal Debug Log - SetExpressCheckout
    
    https://api-3t.paypal.com/nvp
    live
    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 WPP-NVP',
    4 => 'X-VPS-VIT-Integration-Version: 0.1',
    )
    
    Request Parameters: array (
    'LOCALECODE' => 'US',
    'PAYMENTACTION' => 'Sale',
    'AMT' => '2.54',
    'RETURNURL' => 'http://www.*****.biz/ipn_main_handler.php?type=ec',
    'CANCELURL' =>'http://www.*****.biz/index.php?main_page=login&ec_cancel=1',
    'PAGESTYLE' => 'Primary',
    'METHOD' => 'SetExpressCheckout',
    'CURRENCYCODE' => 'GBP',
    'USER' => 'sales_api1.*****.biz',
    'PWD' => '****************',
    'VERSION' => '2.3',
    'SIGNATURE' => '************************************************* ***7quc',
    )
    
    Response: array (
    '' => NULL,
    )

  4. #4
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    Hi there

    I have just decided to use paypal express and have come across the same problem.

    Completed instructions to the letter, Curl is enable on server: info as below

    CURL support enabled
    CURL Information libcurl/7.15.3 zlib/1.1.4


    Debug emails are as below>

    email 1

    live
    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 WPP-NVP',
    4 => 'X-VPS-VIT-Integration-Version: 0.1',
    )

    Request Parameters: array (
    'LOCALECODE' => 'US',
    'PAYMENTACTION' => 'Sale',
    'ADDROVERRIDE' => '1',
    'SHIPTONAME' => 'XXXX' -
    'SHIPTOSTREET' => XXXXX,
    'SHIPTOSTREET2' => '',
    'SHIPTOCITY' => 'XXXX',
    'SHIPTOZIP' => 'XXXXX',
    'SHIPTOSTATE' => 'AL',
    'SHIPTOCOUNTRY' => 'US',
    'EMAIL' => '[email protected]',
    'AMT' => '48.97',
    'RETURNURL' =>
    'https://XXXXXX/XX/catalogue/ipn_main_handler.php?type=ec&XXXXX, USER ZEN ID
    'CANCELURL' =>
    'https://XXXXXX/XX/catalogue/index.php? main_page=checkout_shipping&ec_cancel=1&zenid=ZEN ID,
    'PAGESTYLE' => 'Primary',
    'METHOD' => 'SetExpressCheckout',
    'CURRENCYCODE' => 'AUD',
    'USER' => XXXXX.XXXX,
    'PWD' => '****************',
    'VERSION' => '2.3',
    'SIGNATURE' => '****************************************************joXh',
    )

    Response: array (
    '' => NULL,
    email 2
    Array
    (
    [0] =>
    https://XXXXX/catalogue/ipn_main_han...p?type=ec&XXXX ZEN ID [1] =>
    https://XXXX/catalogue/index.php?mai...c_cancel=1&ZEN ID
    [LOCALECODE] => US
    [CURRENCY] => AUD
    [PAYMENTACTION] => Sale
    [ADDROVERRIDE] => 1
    [SHIPTONAME] => XXXXX
    [SHIPTOSTREET] => XXXXXX
    [SHIPTOSTREET2] =>
    [SHIPTOCITY] => XXXXX
    [SHIPTOZIP] => XXXX
    [SHIPTOSTATE] => AL
    [SHIPTOCOUNTRY] => US
    [EMAIL] => XXXX@XXXXX)
    email 3.

    $address_arr->fields = Array

    email 4

    Now in markflow mode.
    SESSION[sendto] = 21
    email 5

    Checking to see if we are in markflow
    cart contents: physical

    NOTE: $this->showPaymentPage = 0
    Customer ID: 13
    Session Data: Array
    (
    [customers_host_address] => XXXXXX
    [cartID] =>
    [cart] => shoppingcart Object
    (
    [observers] => Array
    (
    )

    [contents] => Array
    (
    [87:XXXXXXX] => Array
    (
    [qty] => 1
    [attributes] => Array
    (
    [2] => 3
    [1] => 26
    )

    )

    )

    [total] => 48.97
    [weight] => 0
    [cartID] =>
    [content_type] => physical
    [free_shipping_item] => 1
    [free_shipping_weight] => 0
    [free_shipping_price] => 48.97
    )

    [navigation] => navigationhistory Object
    (
    [observers] => Array
    (
    )

    [path] => Array
    (
    [0] => Array
    (
    [page] => index
    [mode] => SSL
    [get] => Array
    (
    [type] => ec
    [markflow] => 1
    [clearSess] => 1
    [stage] => final
    [zenid] =>XXXXX

    )

    [post] => Array
    (
    )

    )

    )

    [snapshot] => Array
    (
    )

    )

    [check_valid] => true
    [language] => english
    [languages_id] => 1
    [languages_code] => en
    [currency] => AUD
    [updateExpirations] => 1
    [session_counter] => 1
    [customers_ip_address] => XXXXX
    [customer_id] => 13
    [customer_default_address_id] => 21
    [customers_authorization] => 0
    [customer_first_name] => XXXXX
    [customer_country_id] => 223
    [customer_zone_id] => 1
    [valid_to_checkout] => 1
    [sendto] => 21
    [payment] => paypalwpp
    [shipping] => Array
    (
    [id] => freeshipper_freeshipper
    [title] => FREE SHIPPING! (Free Shipping Only)
    [cost] => 0
    )

    [billto] => 21
    [cot_gv] => 0
    [comments] =>
    )
    Where you see a series of XXXXX, these have been blanked out on purpose as they contain personal info, zen id's or server info

    Using zen 1.3.7

    Any help would be appreciated.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: This transaction is invalid - Paypal express

    Did you already add the patch listed at:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    Quote Originally Posted by Ajeh View Post
    Did you already add the patch listed at:
    http://www.zen-cart.com/forum/showthread.php?t=56216
    Thanks Ajeh

    Funny, did a search specific to paypal express and didn't come accross that thread. sorry about that!!

    Anyway

    Have applied patch now!!

    Now i return to step 1 of checkout with an error stating the following:

    An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. ()
    I then receive 12 debug emails.

    Please advise if you would like me to cut and paste the contents of emails

    Tryed this twice thus I received another 12 debug email.

    TIA

  7. #7
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    Hi

    Same problem after installing the patch 4 me as well, the Paypal payment logo just returns me to http://www.**********.biz/index.php?main_page=login with an error message in a red box saying: An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. ()

  8. #8
    Join Date
    Feb 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    [FONT=Times New Roman]Hi [/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]I also get a lot of emails (eleven in total)… I have listed all eleven as plain txt files in a zip folder.[/FONT]
    [FONT=Times New Roman][/FONT]
    [FONT=Times New Roman]Thanks[/FONT]
    [FONT=Times New Roman]n350zz[/FONT]
    Last edited by DrByte; 20 Mar 2007 at 07:05 AM. Reason: removed attachment

  9. #9
    Join Date
    Apr 2006
    Posts
    146
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    I have gone through the Debug emails of mine... from what I can tell I have a problem that pops up and its


    Response: array (
    'ACK' => 'Failure',
    'L_ERRORCODE0' => '81210',
    'L_SHORTMESSAGE0' => 'Invalid Parameter',
    'L_LONGMESSAGE0' => 'Country : Invalid Parameter',
    'L_SEVERITYCODE0' => 'Error',
    )


    Now I am not sure what that means... anyone know?

  10. #10
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: This transaction is invalid - Paypal express

    I too am getting customers complaining of this same error message:

    An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. ()
    Doesn't happen with everyone, but enough to drive me crazy throughout the day with complaints.

    I too have already applied the aforementioned patch. I just turned on the debug mode so I will post the emails as they come in.
    - Jeff

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. Replies: 16
    Last Post: 8 Sep 2018, 06:22 PM
  2. 10413 Transaction refused because of an invalid argument - with Paypal express
    By Darkpatate in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 17 Jul 2009, 04:20 PM
  3. Help please 'This transaction is invalid' on paypal express checkout
    By trev82 in forum PayPal Express Checkout support
    Replies: 6
    Last Post: 10 Dec 2007, 03:50 PM
  4. Stumped on curl, paypal express invalid transaction error
    By micamac in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 9 Oct 2007, 04:01 AM
  5. PayPal - "This transaction is invalid"
    By winterstorm in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 1 Sep 2007, 01:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR