Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    red flag Error 10408 Express Checkout token is missing.

    Hi all,

    I am using 1.3.7 version.

    And on the PayPal Express, now we received the e-mail of that error

    " [FONT=&quot]10408 Express Checkout token is missing. - Express Checkout token is missing."

    Anyone know why and what is it?

    Thank you very much and wish you have a nice day.

    Best Regards,
    Jimmy
    [/FONT]

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

    Default Re: Error 10408 Express Checkout token is missing. - Express Checkout token is mis

    The token is given to your site from PayPal whenever someone clicks to start an Express Checkout process.

    If that's not working, you've got something broken on your site.

    Also, v1.3.7 is quite old, and there were many patch updates issued for PayPal Express Checkout on it, bundled (with several other fixes too) into 1.3.7.1. And v1.3.8 added more features and a year's worth of other fixes.
    At the very least, you should make sure you've got the Paypal patch for 1.3.7 installed ... although there was never any report of the error message you're getting, so none of the patch updates deals with that directly: http://www.zen-cart.com/forum/showthread.php?t=56216

    The only mention I've seen of token problems is as a result of installing Google Checkout ... which has its own problems.
    .

    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
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Error 10408 Express Checkout token

    I've installed Paypal express as a payment option. Everything seems to work fine, except that once the customer completes the process on the PayPal end, they're returned to the checkout page with an error message:

    Error 10408 Express Checkout token is missing

    What's causing this?

    Thanks,

    John

  4. #4
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Error 10408 Express Checkout token

    Read this thread please..
    Error 10408 Express Checkout token is missing
    Mark
    Hare Do

  5. #5
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Error 10408 Express Checkout token is missing. - Express Checkout token is mis

    I'm getting the same error, but with version 1.3.9a. Any idea about what might be broken? Is there a Paypal patch for 1.3.9a?

    John

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

    Default Re: Error 10408 Express Checkout token is missing. - Express Checkout token is mis

    First upgrade to v1.3.9h.
    Then enable debug-log-to-file, and collect the log files, zip them, and put the zip file on your server and PM me with a link to the zip for analysis.
    http://www.zen-cart.com/forum/showthread.php?t=61199
    .

    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.

  7. #7
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Error 10408 Express Checkout token is missing.

    Thank you.

    I upgraded the PayPal module files (only) to 1.3.9h. I also noticed I had failed to turn on the IPN and set the return link URL in my PayPal settings.

    Since making those two changes, it seems to be working. But if I start getting errors again, I'll do as you suggested.

    Thanks again,

    John

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

    Default Re: Error 10408 Express Checkout token is missing.

    Quote Originally Posted by jgold723 View Post
    I upgraded the PayPal module files (only) to 1.3.9h.
    You REALLY should update ALL the rest of the stuff too.
    Applying partial updates willy-nilly is risky.
    .

    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.

  9. #9
    Join Date
    Dec 2010
    Posts
    362
    Plugin Contributions
    0

    Default Re: Error 10408 Express Checkout token is missing.

    I don't disagree with you at all.

    However, the upgrade process for the cart seems to be terribly complicated. From what I understand, I need to get the upgraded cart files, then compare each one of them, line by line, with my current files in order to move over any customized code (and unfortunately, there's a lot in our cart).

    And there appear to be hundreds of files.

    I know this is the wrong thread for this and maybe I just don't understand the process correctly. If so, please point me in the right direction.

    Thanks,

    John

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

    Default Re: Error 10408 Express Checkout token is missing.

    You just blindly replaced the paypal files, right?
    And you did that because you knew you'd not altered those files, right?
    So, what about the other files that have changed? Chances are the majority of the files that have been updated were not customized. So, you really only need to pay attention to merging customizations for files that have been updated. That's where automated tools like WinMerge make it really easy by identifying which files you've customized, and then you can use that list to determine which short-list of files require your personal attention.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 10408 Express Checkout token is missing
    By kezan98 in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 2 Oct 2011, 05:02 PM
  2. Express Checkout token is missing after upgrade to 1.3.9c
    By artcoder in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 24 May 2010, 02:25 AM
  3. Replies: 5
    Last Post: 21 May 2010, 10:16 PM
  4. "10408 Express Checkout token is missing" error message
    By bowbiz in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 25 Mar 2009, 05:33 AM
  5. Paypal express checkout button missing
    By ctcentralinfo in forum PayPal Express Checkout support
    Replies: 25
    Last Post: 16 Jul 2007, 12:56 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