Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Payment processing problems

    I had installed and tested the Linkpoint module for credit card processing sometime ago. It tested just fine. It has since stopped with this error:

    Communication Result: 58 - unable to use client certificate (no key found or
    wrong pass phrase?).

    Port 1129 is open. Curl Test works. My .PEM is there although there is nothing in the file - it is just my Merchant ID#.PEM

    I believe this is how it was from the beginning. I don't have a LinkPoint account (using Beanstream) so in the thread that suggests download the PEM from Linkpoint - they don't know that I exist.

    I don't think there have been any changes on my side (not sure of the host).

    I tried installing the Beanstream module (pretty simple) but when testing came up with this error:

    1146 Table 'eagl2071_store.TABLE_BEANSTREAM' doesn't exist in...

    joeduffer
    www.eaglesbackgolfclubs.com

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

    Default Re: Payment processing problems

    Quote Originally Posted by joeduffer View Post
    Communication Result: 58 - unable to use client certificate (no key found or
    wrong pass phrase?).
    That's an error message coming back from CURL when attempting to connect. Perhaps CURL has a bad SSL configuration on your server?

    Quote Originally Posted by joeduffer View Post
    I tried installing the Beanstream module (pretty simple) but when testing came up with this error:

    1146 Table 'eagl2071_store.TABLE_BEANSTREAM' doesn't exist in...
    That suggests that you've not uploaded the file that contains the define() statement which sets a value for TABLE_BEANSTREAM.
    .

    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 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Payment processing problems

    Oh, I'll check with the hosting company and see what they can find...joeduffer

  4. #4
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Payment processing problems

    Hosting Company ran the test script with no errors...seemed to think everything was fine but still have the same problem...

    Array
    (
    [url] => https://hostpapa.ca/test.html
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 328
    [request_size] => 59
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.06794
    [namelookup_time] => 0.00074
    [connect_time] => 0.002003
    [pretransfer_time] => 0.049332
    [size_upload] => 0
    [size_download] => 21
    [speed_download] => 309
    [speed_upload] => 0
    [download_content_length] => 21
    [upload_content_length] => 0
    [starttransfer_time] => 0.067782
    [redirect_time] => 0
    )

    Errors: 0

    HTTP/1.1 200 OK Date: Fri, 13 Jun 2008 14:10:07 GMT Server: Apache/1.3.41 (Unix) PHP/4.4.8 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.31 OpenSSL/0.9.7a Last-Modified: Thu, 12 Jun 2008 15:54:27 GMT ETag: "534001-15-485146b3" Accept-Ranges: bytes Content-Length: 21 Content-Type: text/html This is a test file. EOF

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

    Default Re: Payment processing problems

    I'm not understanding what exactly you're wanting to do.

    You say you're using the linkpoint module but without a linkpoint account. That doesn't seem logical to me.
    I suppose it's possible that the error#58 you're getting is directly related to not having a valid account+configuration.

    And you said you tried the beanstream module and got an error, the solution for which I already mentioned; yet you seem to not be talking about that anymore. Thus I assume your interest is not in using that module either.
    .

    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
    22
    Plugin Contributions
    0

    Default Re: Payment processing problems

    Logical or not, I originally installed the Linkpoint api with a Beanstream account (through First Data). Beanstream tested it and it worked just fine (with my Beanstream Merchant #).

    In the recent trouble shooting with Beanstream and my hosting company, I ran across the Beanstream download and decided to install that to see what would happen with the resultant error.

    I'm trying to get anything to work now.

    The Beanstream module was quite easy to install - 3 files in their appropriate folders. I re-installed everything with the same result as before so I'm not sure what wouldn't have gotten uploaded.

    joeduffer

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

    Default Re: Payment processing problems

    Interesting.
    What happens if you edit the module's settings to tell it not to Enable Database Storage? (in your Zen Cart admin)

    Does the "table does not exist" error go away?
    .

    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. #8
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Payment processing problems

    Yes, that error goes away. This is the msg I now get:

    (95) Declined - Your credit card could not be authorized for this reason.

    The email I get outlining the error provides the beanstream url with the transaction and when I go to that it says I have an invalid merchant ID. It indicates it's 0. I've got a call in to beanstream support.

    eaglesback..

  9. #9
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Payment processing problems

    Beanstream basically just said to go to a backup...I think they're losing interest.

    I've enabled off-line processing so that at least I can process orders albeit manually.

    I'll try a backup to see if that can get things going again.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 19 Sep 2017, 06:37 PM
  2. Delayed payment processing
    By JMeyer101 in forum General Questions
    Replies: 1
    Last Post: 26 Aug 2010, 06:50 PM
  3. Problems testing CC offline processing
    By Richard.Tung in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 20 Mar 2010, 01:39 PM
  4. Payment Processing Question
    By abhishek77 in forum General Questions
    Replies: 0
    Last Post: 1 May 2008, 03:31 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