Page 28 of 42 FirstFirst ... 18262728293038 ... LastLast
Results 271 to 280 of 419
  1. #271
    Join Date
    May 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: [BETA] QuickBooks Merchant Service

    Quote Originally Posted by kwes00 View Post
    Hello - I read through this thread twice & followed all of the QBMS advice & tips but I'm still getting "An error has occurred within our system while trying to process your credit card" after submitting the final credit card info in Zen Cart

    QBMS rep verified:
    - we're able to accept webstore payments
    - Visa flags are checked
    - the connection ticket (desktop-production) is active on the account

    The payment module (v1.3.8) was installed & reinstalled and is configured with the correct AppID, App login, & connection ticket.

    I reset the QBMS setting "process with web store" off & then back on & waited a full 24 hours, plus confirmed it was enabled with QBMS.

    Our site is hosted through Godaddy & they confirmed a proxy for the cURL is not required, so our proxy status is set to false & the cURL proxy address is null.

    Any other ideas or suggestions would be greatly appreciated

    Thanks!
    Here's the fix for anyone else using Godaddy to host Zen Cart, connecting to QBMS

    Within the file includes>modules>payment>qbms.php
    1. Remove the line:
    curl_setopt($clientURL, CURLOPT_SSL_VERIFYPEER, 1);

    2. Add these two lines in its place:
    curl_setopt($clientURL, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($clientURL, CURLOPT_SSL_VERIFYHOST, 0);

  2. #272
    Join Date
    Dec 2008
    Posts
    107
    Plugin Contributions
    1

    Default Re: QuickBooks Merchant Service

    kwes00 - In my opinion, that is a big (very big) mistake. Do you understand what changing those settings does? Remember - you are sending customer credit card information. I would be very careful of making changes such as this without VERY clearly understanding what you've changed, and what exposure that might create for you.

    This is open-source code, so of course you can change it as you like. So take the above advice... or not. But I can tell you I wouldn't make that code change (both you list) and take customer cc data.

    My 2 cents...

    PS - It might be alright to turn off "verifypeer" (if GoDaddy really does have broken libcurl). But turning both off... ??

  3. #273
    Join Date
    Dec 2008
    Posts
    107
    Plugin Contributions
    1

    Default Re: QuickBooks Merchant Service

    Quick reality check for all credit card module users. PLEASE be very careful "hacking" these modules (QBMS or any other). It's one thing to hack and play with a skin, or display modules etc., and quite another to make code changes to credit card processing modules.

    Think about it - at least just for a brief moment. If you have a code error, and a bunch of charges (possibly a great many?) get disputed by the cc holders... who do you think gets hit with the losses? The merchant service company will reverse those amounts from the vendor. If there are additional exposures say for example you send the credit card data to an unverified destination, and there end up being large additional liabilitites... who do you think will get that call? The vendor in this chain of events has a great deal of exposure - especially since these are online transactions (no signature, no swipe, no physical card).

    Enough said. Message is - please be responsible when handling financial transactions. This is open source, and "distributed without warranty", so anyone is clearly free to make changes and hack away. But IMHO, Mydanilo has it right, tighten up security on these transactions (such are requiring correct CVV and AVS) rather than loosening it up.

    Definitely not trying to offend *anyone*. Just think it's an important awareness to have in working with these transactions.
    Last edited by cptok; 8 May 2009 at 04:07 AM.

  4. #274
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: QuickBooks Merchant Service

    Here is another solution, don't host with Godaddy for Zen Cart. Too many issues.
    Live and learn... the Zen way.

  5. #275
    Join Date
    Dec 2008
    Posts
    107
    Plugin Contributions
    1

    Default Re: QuickBooks Merchant Service

    NEW VERSION QBMS 1.9

    (Includes important bug fix. All users encouraged to update to latest version.)

    v 1.9 -- 09/05/09

    - Optimized duplicate search so that large db's do not get impacted by duplicate handling.

    - New feature to provide better error reporting to customers. Denials vs. validation now recognized and handled separately.

    - New code to check for and handle duplicate transactions from QBMS. If same customer with same sales amount submits within 5 minutes, QBMS treats as "duplicate" and does not post the charge. BUT Zen was receiving the "OK" status and creating the order. New code checks the returned transaction ID, and if it exists - it creates an error without creating an order.

    - Fix legacy bug in XML transaction request ID. This could cause transactions which submit very close together to be treated as duplicates at QBMS.

  6. #276
    Join Date
    Dec 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: QuickBooks Merchant Service

    Odd problem I have. I can make purchases with 2 of my credit cards and get them to go through. The third one spits back an error " An error has occurred within our system while trying to process your credit card. Please try this transaction again"

    If I change the address, this card will work. In my web store security settings I have accept transaction for all of the billing and zip code matches. Why would this work if I only put in a wrong billing address?

    It seems a lot of cards are not working if you put in the correct billing address. Why would this be?

  7. #277
    Join Date
    Dec 2008
    Posts
    107
    Plugin Contributions
    1

    Default Re: QuickBooks Merchant Service

    First, and most important, what version of QBMS module are you running? The AVS/CVV checking and return code handling has been modified a lot in recent versions.

  8. #278
    Join Date
    Dec 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: QuickBooks Merchant Service

    Most recent version of both qbms and zen-cart.

  9. #279
    Join Date
    Dec 2008
    Posts
    107
    Plugin Contributions
    1

    Default Re: QuickBooks Merchant Service

    OK - if by "most recent version" you mean 1.9 then the following information would be needed:

    What are the 3 credit cards? (Visa, MC Amex etc.)
    What specifically is the 3rd card that fails?
    What does the QBMS merchant center (online) report about the third attempt?
    What is an example of "a lot of cards are not working if you put in the correct billing address"?

    Unless there is some trail to follow which gives some clue as to what you're experiencing - there is no way to identify (and therefore fix) what might be a problem. Problem could be on your end, or could be in the code... although I've not seen other similar failures (yet anyway).

  10. #280
    Join Date
    Dec 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: QuickBooks Merchant Service

    Yes, I am using 1.9 Here's how it went.

    1st, Visa Credit using correct address goes through.
    2nd. Visa Debit correct address goes through.
    3rd. MC Debit Correct address comes back with error "An error has occurred within our system while trying to process your credit card. Please try this transaction again"

    4th: Same MC Debit, wrong address, works.

    This one is wierd..

    5th: Visa debit, Correct billing address with apt on address line 2, works.

    6th: Same visa Debit, correct billing address with apt on 1st line, error "An error has occurred within our system while trying to process your credit card. Please try this transaction again"

    7th: Same visa debit, wrong billing address, works.

 

 
Page 28 of 42 FirstFirst ... 18262728293038 ... LastLast

Similar Threads

  1. Connecting to Quickbooks Merchant Services
    By bobbabuoy in forum Basic Configuration
    Replies: 1
    Last Post: 7 Feb 2011, 11:58 AM
  2. QuickBooks Merchant Service Users - Upgrade to 1.9a
    By cptok in forum Addon Payment Modules
    Replies: 0
    Last Post: 27 May 2009, 08:39 AM
  3. QuickBooks Merchant Service
    By cowboyfred in forum Addon Payment Modules
    Replies: 0
    Last Post: 19 Feb 2008, 06:26 AM
  4. QuickBooks Merchant Service
    By Pochon in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 1 Jan 2008, 07:29 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