Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default PayPal Website Payment Standard Error

    In the last 10 days I had received 3 orders through PayPal standard payment that were never synced to Zen Cart. In the same period I have received more than 100 orders via PayPal that were synced normally to Zen Cart. I have activated the debug mode for that module a few days ago.

    The following is one of the errors I found in log
    Apr 11 2011 18:35 -- PDT PROCESSING INITIATED.
    Preparing to verify transaction via PDT.

    The TX token for verification is: Array
    (
    [main_page] => checkout_process
    [referer] => paypal
    [tx] => 89S97409E1872313G
    [st] => Completed
    [amt] => 320.48
    [cc] => USD
    [cm] => zenid=0bd86a62238a3e1ee3bbb35f3bb654a3
    [request] => nonajax
    )


    Apr 11 2011 18:35 -- IPN INFO - POST VARS to be sent back (unsorted) for validation (using CURL):
    To: www.paypal.com:80
    Array
    (
    [cmd] => _notify-sync
    [tx] => 89S97409E1872313G
    [at] => D_HUw**********MziB0
    [request] => nonajax
    )


    Apr 11 2011 18:35 -- CURL OPTS: Array
    (
    [10002] => https://www.paypal.com/cgi-bin/webscr
    [47] => 1
    [10015] => cmd=_notify-synch&tx=89S97409E1872313G&at=D_HUwdslGdQA4D-M9fJjI1fsCUtHyeRlGySB1O2bzqvFAz0RUkxqdfMziB0D_HUwdslGdQA4D-M9fJjI1fsCUtHyeRlGySB1O2bzqvFAz0RUkxqdfMziB0&request=nonajax
    [13] => 45
    [78] => 30
    [41] => 0
    [42] => 0
    [52] => 0
    [19913] => 1
    [64] => 0
    [81] => 2
    [75] => 1
    [74] => 1
    [84] => 2
    [10018] => Zen Cart(tm) - IPN Postback
    )


    Apr 11 2011 18:35 -- CURL response: FAIL
    Error: 4020

    Apr 11 2011 18:35 -- IPN INFO (cl) - Confirmation/Validation response FAIL

    Apr 11 2011 18:35 -- PDT Returned INVALID Data. Must wait for IPN to process instead.
    Array
    (
    )

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: PayPal Website Payment Standard Error

    Switch to PayPal Express
    Zen-Venom Get Bitten

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

    Default Re: PayPal Website Payment Standard Error

    Where's the "request=nonajax" coming from?

    And, kobra's right: dropping the WPS module in favor of the EC module will eliminate your dependency on PDT and IPN postbacks for verification.
    .

    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.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: PayPal Website Payment Standard Error

    Where's the "request=nonajax" coming from?
    I am using Ajax checkout for the store...

    I like using the standard payment module... I shop a lot online and a lot of large companies still use the standard payment.

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

    Default Re: PayPal Website Payment Standard Error

    If that ajax-related parameter gets sent back to PayPal as part of the page's parameters (part of the PDT verification process), it's going to reject it.

    Have you tested turning OFF your ajax-checkout addon and see whether things suddenly work better?
    .

    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.

  6. #6
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: PayPal Website Payment Standard Error

    That module been there for years, nothing changed on the site in the months... It only happened 3 times in the last month. I had more than 200 good orders through PayPal in the same process... My only guess is 2 people ordering at the same time using PayPal.

  7. #7
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: PayPal Website Payment Standard Error

    Update!
    This issue happens only when there are 2 or more items in the order.

  8. #8
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: PayPal Website Payment Standard Error

    Another update.

    Express Checkout doesn't work for me so I switched back to IPN.

    I am guessing the issue has to do with Free Shipper Module. Ever since I start using this module things started going down hell.

    I read on the forum that the Free Shipper will not function well with multi-zones stores. I do have like 5 different zones.

    I just got an order from PayPal IPN, It is not registered in my store database. The customer bought 2 items, which are the only 2 items that are using the Free Shipper rule. But even though they are suppose to be Free Shipping he was charged shipping.

    Hope this clarify it a little bit more for Dr Byte.

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

    Default Re: PayPal Website Payment Standard Error

    Without seeing the IPN logs I can't do much else than simply sigh.
    .

    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.

  10. #10
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: PayPal Website Payment Standard Error

    The log was off, I will have to wait for another order with 2 items.

 

 

Similar Threads

  1. v153 Paypal website payment standard not working
    By diptimoy in forum General Questions
    Replies: 8
    Last Post: 31 Jan 2015, 05:57 PM
  2. Paypal Website Payment Standard, skip first step
    By tylerd213 in forum General Questions
    Replies: 7
    Last Post: 15 May 2011, 04:41 AM
  3. PayPal Website Payments Standard - Return to Step 2 Payment
    By znrinarz in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 17 Jan 2011, 05:07 AM
  4. PayPal Website Payment Standard not working on just one of my 5 sites
    By tyankee in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 Jan 2009, 10:08 PM
  5. Question about paypal IPN website payment standard
    By tommy9177 in forum Built-in Shipping and Payment Modules
    Replies: 13
    Last Post: 8 Jul 2008, 05:49 AM

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