Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42
  1. #11
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Quote Originally Posted by DrByte View Post
    Okay, I guess there's something different in the plugin version reporting between your v154 site and my v155 site that was causing the version alert. I've fudged it in the plugin library to hopefully stop that message for you now.
    Yep, the message is gone now.

    As for the ta-token issue, you may need to talk to the Payeezy folks directly.
    (In the sandbox/dev environment that we use for building the module, the ta-token is always overridden with a testing default so that makes it impossible for us to test that specific part. The downside to this is it makes it very difficult for me to help debug anything related to that as far as the code goes; but I think it's probably not a code issue.)

    Does this document help at all? https://www.dropbox.com/s/ceiikbgecm...mers.docx?dl=1
    The document covers items I went through with Payeezy support (They've been very helpful) so unfortunately nothing new. The items entered into Zen Cart:
    - Merchant token
    - API Key
    - API Secret
    - JS_Security_Key
    - TA_TOKEN (Only required For US domiciled merchants)

    were tested by their support. I sent them the values I was using, they ran them internally and the test transaction was successful. The conclusion was something about the plugin was the issue. I get that it was/is hard to test, so I'll help, but I'm afraid the ball is back in your court.

  2. #12
    Join Date
    Aug 2016
    Posts
    2
    Plugin Contributions
    0

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    I'm getting the same error as the OP. I'm on v1.5.4 and installed 0.91a

  3. #13
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    If you're getting FDTOKEN MISSING then your credentials are probably entered incorrectly.
    .
    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. #14
    Join Date
    Aug 2016
    Posts
    2
    Plugin Contributions
    0

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Quote Originally Posted by DrByte View Post
    If you're getting FDTOKEN MISSING then your credentials are probably entered incorrectly.
    I'm getting PAYEEZY-FDTOKEN-MISSING whether in Sandbox or Live mode. I will call Payeezy to verify the credentials then.

  5. #15
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Note: Payeezy 0.92 module posted: https://www.zen-cart.com/downloads.php?do=file&id=2050
    .
    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. #16
    Join Date
    Oct 2016
    Location
    Memphis, TN
    Posts
    3
    Plugin Contributions
    0

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Was this ever resolved for the previous posters? I am getting the same result- PAYEEZY-FDTOKEN-MISSING when I try to run a credit card.

    Payeezy support verified that my credentials were correct. I have checked and re-checked to make sure my info is entered correctly in the payeezy module. Uninstalled and reinstalled the latest payeezy module (.93).

    Am running zen-cart 1.5.5a .

    Any ideas?

    Thanks!

  7. #17
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Quote Originally Posted by ericgoner View Post
    Was this ever resolved for the previous posters? I am getting the same result- PAYEEZY-FDTOKEN-MISSING when I try to run a credit card.

    Payeezy support verified that my credentials were correct. I have checked and re-checked to make sure my info is entered correctly in the payeezy module. Uninstalled and reinstalled the latest payeezy module (.93).

    Am running zen-cart 1.5.5a .

    Any ideas?

    Thanks!
    It did for my client and it's working on 1.5.5a. Be sure you have the current version of the module.

  8. #18
    Join Date
    Oct 2016
    Location
    Memphis, TN
    Posts
    3
    Plugin Contributions
    0

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Thanks. I am using the latest version. Not sure what I can be doing wrong. Anything else that could be fouling this up outside of entering the info in the module?

  9. #19
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    The module depends on 3 files:
    /includes/modules/payment/payeezyjszc.php
    /includes/languages/english/modules/payment/payeezyjszc.php
    /includes/modules/pages/checkout_payment/jscript_payeezy.php

    The latest versions of these files can be found in the plugin's zip file, or at https://github.com/zencart/payeezyjs


    The module also depends on javascript and jquery functioning properly on your site. If you have other plugins using/adding javascript or jquery code, then maybe they're interfering with proper operation.

    The module also depends on you entering the correct "live" account credentials in the correct settings fields, and sandbox credentials in the corresponding sandbox settings fields. Mixing them up will cause issues. Instructions are in the readme and on https://github.com/zencart/payeezyjs

    the "FDTOKEN-MISSING" error means the javascript couldn't connect to Payeezy's site and get back a valid token, based on the combination of credentials you provided and payment details submitted.
    .
    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. #20
    Join Date
    Oct 2016
    Location
    Memphis, TN
    Posts
    3
    Plugin Contributions
    0

    Default Re: Payeezy error PAYEEZY-FDTOKEN-MISSING

    Thank you! We reverted to the default template and things appear to be working. Will proceed from here. Appreciate the help!

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v154 Payeezy $ amount in comments and refunding through Admin
    By jpietrowiak in forum Addon Payment Modules
    Replies: 0
    Last Post: 18 Aug 2016, 03:59 PM
  2. v154 Is PayEezy Payment Module - (formerly First Data GGE4) Available?
    By cogitoergo in forum Addon Payment Modules
    Replies: 3
    Last Post: 20 Jul 2016, 11:04 PM
  3. v151 Using Payeezy -- Can't Get The Orders to Carry Over
    By DrWario in forum Addon Payment Modules
    Replies: 0
    Last Post: 10 Sep 2015, 01:09 AM
  4. v139d PHP Fatal error: Internal Zend error - Missing class information
    By badarac in forum General Questions
    Replies: 3
    Last Post: 1 May 2012, 01:33 PM
  5. [Resolved: operator error] error:10713 Invalid Data (missing country)
    By Lineage in forum PayPal Website Payments Pro support
    Replies: 4
    Last Post: 3 Aug 2010, 05:42 PM

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