Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 60
  1. #31
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 3d Secure and cardinal centinel

    NOTE: v1.3.9b has been released, and fixes the Maestro support that was broken in v1.3.9a.
    .

    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.

  2. #32
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    Hi there,

    Could anyone help with a problem that we are having?

    We are trying to set up with Cardinal and they are testing our site, but they are not able to make a payment. We are getting the following error (I've replaced some of the ip address with ???s)


    Cardinal Lookup 3[6e749505a4d9c3880eb8f4bc2d7c79ae] Cardinal Centinel -
    cmpi_lookup error - 1002, 4535 - Error Processing Lookup Request Message,
    Error Validating IPAddress Value, Must Be Formatted NNN.NNN.NNN.NNN Passed
    [67.17.???.??, 91.208.??.???]



    We have been advised to replace a line in the code but that hasn't made any difference. The lines we replaced were as follows :

    Code:
    Can you try replacing the top piece of code with the one below it?
       
      /includes/modules/payment/paypaldp.php
       
      Line 2089 contains this:
       
          $data .= '<IPAddress>' . $this->escapeXML(zen_get_ip_address()) . '</IPAddress>';
       
       
      Replace that line with these 2 lines:
       
          $ipAddress = explode(',', zen_get_ip_address(), 1);
          $data .= '<IPAddress>' . $this->escapeXML($ipAddress[0]) . '</IPAddress>';
    Any help would be much appreciated as our site is effectively down while these tests are ongoing.

    Best regards,
    Dave

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

    Default Re: 3d Secure and cardinal centinel

    Try removing the ", 1" at the end of the first line you put in as replacement, like this:

    $ipAddress = explode(',', zen_get_ip_address());
    .

    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. #34
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    Thanks DrByte, I've made that change and I'm awaiting further tests. Will let you know if I run into further problems.

    Thanks again for your help, it's really appreciated.

    regards,
    Dave

  5. #35
    Join Date
    Dec 2006
    Posts
    107
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    Thanks DrByte, that appears to have fixed the problem.

    Dave

  6. #36
    Join Date
    Jun 2010
    Posts
    7
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    what is this Processor Module?

  7. #37
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 3d Secure and cardinal centinel

    Quote Originally Posted by gmonkeyuk View Post
    what is this Processor Module?
    It's the more advanced API we requested Cardinal create for better security (more PA-DSS compatible). It's not enabled by default since it only works in conjunction with Zen Cart and Paypal-UK.
    .

    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.

  8. #38
    Join Date
    May 2009
    Posts
    68
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    Im getting the 4243 error as well and emailed Cardinal.

    My store will go live in about 6 hours, will they fix that error in time or does it take a few days?

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

    Default Re: 3d Secure and cardinal centinel

    No idea. I doubt they'll fix it before morning. Hopefully you'll be pleasantly surprised.
    .

    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. #40
    Join Date
    May 2009
    Posts
    68
    Plugin Contributions
    0

    Default Re: 3d Secure and cardinal centinel

    Damn, I guess CC payments dont go through without Cardinel?

    Any ideas for a qucik workaround?

 

 
Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. v139h Integrating Cardinal and 3D Secure
    By CoolCarPartsOnline in forum General Questions
    Replies: 0
    Last Post: 3 May 2012, 10:38 PM
  2. Cardinal Centinel - cmpi_lookup error - 1002, 2002, 2020 - Error Processing Lookup Re
    By tushar in forum PayPal Website Payments Pro support
    Replies: 12
    Last Post: 30 Jun 2011, 08:27 AM
  3. Implementing 3D Secure (Cardinal) using WPP (UK)
    By Calljj in forum PayPal Website Payments Pro support
    Replies: 82
    Last Post: 1 Jan 2011, 01:30 PM
  4. Please help - Cardinal Centinel
    By Miff in forum PayPal Website Payments Pro support
    Replies: 0
    Last Post: 10 Nov 2010, 06:55 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