Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Problem with confirmation of payment

This is a discussion on Problem with confirmation of payment within the Authorize.net forums, part of the Payment Modules category; I have Authorize.net installed ok and it works and accepts the payment and the payment goes through. However, on the ...

      
  1. #1
    zap
    zap is offline
    New Member
    Join Date
    Feb 2008
    Posts
    11
    Rep Power
    0


    Default Problem with confirmation of payment

    I have Authorize.net installed ok and it works and accepts the payment and the payment goes through.

    However, on the customer side of things, the cart is showing a problem with the transaction, telling the customer there was a problem with the card.

    Where do I even start looking to figure this one out?

    tia

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default Re: Problem with confirmation of payment

    okay, the return information is in the URI of the return (look in the location bar of the browser and you will see the error message). Unfortunately, for most errors it is minimal (ex: "Your card was declined") and rather than dick with it and find out WHY it isn't returning the errorcode well and displaying them properly (see what happens if you don't enter a CSC to see the proper way an error should be displayed), I have suggested to a customer that they start using a different payment processor.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,478
    Rep Power
    567


    Default Re: Problem with confirmation of payment

    Is the transaction authorized and captured in the authorize.net admin panel (not osC)?

    Is the status Declined or Captured/Pending Settlement?

    That is where I would start first.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    zap
    zap is offline
    New Member
    Join Date
    Feb 2008
    Posts
    11
    Rep Power
    0


    Default Re: Problem with confirmation of payment

    Sorry to take so long getting back to this, time is a killer. I think I need a 40 hour day AND a clone.

    Yes, the transaction is posting to authorize.net just fine, everytime.

    Here is the EXACT (except for the 'mysite' sub) URL from the browser and the error message at the top of the cart screen


    There was an unspecified error processing your credit card.

    HTML Code:
    https://www.mysite.com/catalog/checkout_payment.php?error_message=There+was+an+unspecified+error+processing+your+credit+card.&osCsid=c1bcb0b9ce12fbf1b2cbcd13d7b78b9c


    Any ideas? Where can I find that OSC Error code ID?

  5. #5
    zap
    zap is offline
    New Member
    Join Date
    Feb 2008
    Posts
    11
    Rep Power
    0


    Default Re: Problem with confirmation of payment

    So am I to assume OSMax (like OSCommerce) is intended for use only by those who are fluent in PHP and can do their own independent troubleshooting?

    I have tried to HIRE someone with no results and I understand that it is against the rules to solicit or offer such services here (as if anywhere else would be more appropriate) ...and I've asked for a direction in which to look...not for someone to point out the exact problem and fix it for me.

    Am I missing something here?

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,478
    Rep Power
    567


    Default Re: Problem with confirmation of payment

    Yes, assume that you should be willing to do a little work to solve your issues.

    That error leads me to believe you server is not compiled with curl+ssl in php, or the module is not detecting curl. I have never seen a payment actually get to auth net when that error is thrown.

    Are you in test mode for either the module or auth-net? Put both in live mode.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    zap
    zap is offline
    New Member
    Join Date
    Feb 2008
    Posts
    11
    Rep Power
    0


    Default Re: Problem with confirmation of payment

    Quote Originally Posted by michael_s View Post
    Yes, assume that you should be willing to do a little work to solve your issues.
    I guess the question I would have in reply is why do you think I haven't done as much as I can on my own, or do not expect to do a LOT of work to solve my issues? I've spent hours upon hours looking through the files of this thing looking for a clue as to where the response is interpeted. I've talked to Authorize.net on several occasions. I spent many hours searching for similar issues on the forums...only to find many questions and few answers.

    That error leads me to believe you server is not compiled with curl+ssl in php, or the module is not detecting curl. I have never seen a payment actually get to auth net when that error is thrown.
    Well, you have now.

    I have talked to the host and they solved the curl issues. And yes, I'm set to compiled.

    As I said, the charges go through to Authorize.net just fine, and post to my credit card account just fine. However, the user side still shows the URL and error message I posted previously.

    Are you in test mode for either the module or auth-net? Put both in live mode.
    My site has been using Auth.net for some years now with a different cart without issue. I am live.

    I assume you mean "production" ...here are my authnet settings (obvious edits)

    Authorize.net Consolidated v1.7 by Austin519
    Enable Authorize.net Module
    True

    Login Username
    username

    Login Transaction Key
    transaction key (same as is working with the other cart)

    cURL Setup
    Compiled

    cURL Path
    /usr/bin/curl

    Transaction Mode
    Production

    Transaction Method
    Credit Card

    Processing Mode
    Authorize Only

    Sort Order Of Display
    1

    Customer Notifications
    True

    Accepted Credit Cards
    Visa, Mastercard, Discover


    Is this module compatable with the AIM method? Authnet said that I shouldn't have to do anything differently if I was using AIM. I know I am on the other cart...and really don't want to mess it up until this cart is ready to take over. Even then, I would like to use the other cart for some special purposes seperate from the main site.

    Michael, I appreciate your help. However, this cart is completely devoid of documentation in many areas, and it seems unless you have a PHP background, you cannot make this thing work without help. As I said, I've even inquired of hiring help to no avail. I am only asking for directions so that I can learn to solve the problems with this cart for myself. If I wanted someone else to do everything, I'd have just used the cart offered by my host. --not my style.
    Last edited by zap; 05-12-2008 at 01:31 PM.

  8. #8
    zap
    zap is offline
    New Member
    Join Date
    Feb 2008
    Posts
    11
    Rep Power
    0


    Default Re: Problem with confirmation of payment

    I guess this proves my point. OSCommerce and OSCMax aren't meant for those without advanced PHP programing skills or ready access to someone who is a PHP fluent.

    If the only help one can get is the the online forums....I'll buy a commercial cart. I should have done this in January when I started looking at these carts.

  9. #9
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    Default ummmm...got the same problem as Zap...

    Hi, Jack here:

    I got a problem the looks alot like zaps problem (a recent, unresolved thread that included a bit of impatience if I recall correctly).

    Ok, test account was working perfectly, payments were all lovely and posting fine etc.

    Now, today I was testing again and something ugly and nasty came up....
    When making an order, I get the error in the url "card has unspecified error" but...the order does indeed post to Authorize.net. I can see the order....

    The only significant change I can think of that I made was to install the zone shipping payment module in MVS. I uninstalled the zoned shipping already. Still does not work..humm. Could it have to do with SEO?

    Uh-oh...what do I do now?

    J
    PS. This is how I feel:

    Here are some of my server errors:
    [Fri May 30 08:30:42 2008] [error] [client 00.00.00.00] Directory index forbidden by rule: /usr/local/www/vhosts/site.net/httpdocs/images/, referer: www.site.net

    [Fri May 30 09:04:11 2008] [error] [client 00.00.00.00] Directory index forbidden by rule: /usr/local/www/vhosts/site.net/httpdocs/images/, referer: https://www.site.net//checkout_confi...lqhu1u5khaolu7

    [Fri May 30 09:07:55 2008] [error] [client 00.00.00.00] Directory index forbidden by rule: /usr/local/www/vhosts/site.net/httpdocs/images/, referer: www.site.net

    [Fri May 30 09:11:43 2008] [error] [client 00.00.00.00] PHP Warning: Unknown: open_basedir restriction in effect. File(/var/tmp) is not within the allowed path(s): (/usr/local/www/vhosts/site.net/httpdocs:/tmp) in Unknown on line 0, referer: https://www.site.net/admin/vendors.p...gk9t3t94uj5c10

    [Fri May 30 09:11:43 2008] [error] [client 00.00.00.00] PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0, referer: https://www.site.net/admin/vendors.p...gk9t3t94uj5c10

    [Fri May 30 09:17:38 2008] [error] [client 00.00.00.00] Directory index forbidden by rule: /usr/local/www/vhosts/site.net/httpdocs/images/, referer: https://www.site.net//checkout_payme...lqhu1u5khaolu7

  10. #10
    Member
    Join Date
    Mar 2008
    Posts
    34
    Rep Power
    0


    Default Re: ummmm...got the same problem as Zap...

    Well, here is a little more of the unfolding saga:
    The errors listed are about Apache permissions problems and I don't think they have anything to do with the CC payment stuff. The module continues to give me "There was and unspecified error processing your credit card" error, but still registers a payment on Authorize.net. Something is wroooonng! haha...

    Ok, if anyone out there would like to take a swipe at this, I would be giving thanks...haha.

    J

Page 1 of 3 123 LastLast

Similar Threads

  1. a problem of the paypal payment method
    By xzyyy in forum osCMax v2 Features Discussion
    Replies: 2
    Last Post: 03-19-2007, 12:24 PM
  2. Confirmation Page takes me back to Payment Page
    By Dubious in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-20-2006, 03:04 PM
  3. New Payment Module Problem to osCMax v2
    By cameroti in forum osCmax v2 Customization/Mods
    Replies: 6
    Last Post: 10-20-2005, 09:00 AM
  4. checkout confirmation ssl problem
    By tekgeek in forum osCommerce 2.2 Installation Help
    Replies: 3
    Last Post: 08-08-2004, 12:11 PM
  5. Payment Module Problem
    By ezpro in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 06-22-2004, 12:31 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
  •