Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Authorize.net SIM

This is a discussion on Authorize.net SIM within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; msasek, thank you for all of your help so far! I really appreciate it. When you say paste the transaction ...

      
  1. #11
    Anonymous
    Guest


    Default

    msasek, thank you for all of your help so far! I really appreciate it.

    When you say paste the transaction key into the mod, do you mean in the admin section or do I need to paste it in one of the actual files? I have it in the Admin section but not the actual files, I thought it would pull the info from the database.

    I tried the new code to add to authorizenet_direct.php and it still comes up with the same error when trying to process.

    Here are my AuthorizeNet settings:


    Transaction Submission
    Virtual Terminal - Have not changed anything in this from default setup

    Payment Form - Fields (I have tried different combinations of this but here is current)
    Customer Billing Information
    (All Options selected set to View Only)
    First Name
    Last Name
    Address
    City
    State
    Zip Code
    Country
    Phone
    Customer ID

    Shipping Information
    (All Options selected set to View Only)
    First Name
    Last Name
    Address
    City
    State
    Zip Code
    Country

    Additional Information
    Nothing selected

    Require Password for ALL Transactions
    Require Password for ALL Transactions - Unchecked

    Upload Transaction Files (Not sure what to choose for file seperator Encapsulation)
    Email Customer - Yes
    Apply AVS Filter - No
    Apply Card Code Filter - No
    Default Field Separator - comma
    Field Encapsulation Character - double quotes

    Field Inclusion and Order (This May be the problem, not sure what is included?)
    Invoice
    Description
    Amount
    Payment Method
    Transaction Type
    Authorization Code
    Transaction ID
    Credit Card Number
    Credit Card Expiration Date
    Bank Account Number
    Bank Account Number
    Bank Account Type
    Bank ABA Routing Code
    Bank Name
    Customer ID
    Customer First Name
    Customer Last Name
    Customer Company
    Customer Address
    Customer City
    Customer State
    Customer Zip
    Customer Phone
    Customer Fax
    Customer Email
    Exclude - 49

    WebLink (not sure about this one either?)
    Are Your sure you want to enable weblink? The submit button says yes

    Transaction Response

    Transaction Version - Current Version: 3.1

    Response/Receipt URLs - Blank

    Silent Post URL - Blank

    Email Receipts (I should add something here? This gets sent to customer?)
    Enable Email Confirmation - Checked
    Configure Email Message - Blank without text

    Receipt Page - Receipt Method - blank, no URL

    Relay Response - Blank

    Direct Response (Should it be delimited?)
    Delimited Response - No
    Default Field Separator - comma
    Field Encapsulation Character - Blank

    Security
    Card Code Verification - N and P selected

    FraudScreen.Net Enabled: - No

    Address Verification - Changed to all unchecked (any tips on good settings for this?)

    MD5 Hash - Blank

    General
    Test Mode - This account is currently in TEST MODE


    For the oscommerce admin settings I have:
    Username - populated
    Transaction Key - populated
    Transaction Mode - TEST
    Transaction Method - Credit Card
    Customer Notifications - False (should I change this to true since the AuthorizeNet is True?)
    Merchant Notifications - True

    The test number I have been using are below:
    5424000000000015 MasterCard
    4007000000027 Visa

    Sorry for such a long post, I thought it would be the best way to show everything setup and easiest for you to read. Again thank you so much for your help, you have been great!

  2. #12
    osCMax Developer

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


    Default

    This may be the problem:

    Delimited Resonse - No
    Default Field Separator - comma
    Field Encapsulation Character - double quotes
    Change the following:
    Delimited response should be - YES
    The Field Encapsulation Character should be blank.

    Good luck... my fingers are crossed...
    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

  3. #13
    Anonymous
    Guest


    Default

    Half way there, I think? That seems to take care of some of the problem, thank you so much!

    It still comes back with the same error when I try to process the Max build?

    I also have a install of osCommerce 2.2-MS2 without any mods that I have been using for testing. When I try to process using this it goes through without the error. The only problems are when I click continue at the last page where it asks if you would like to keep up to date on the products just ordered it returns a page not found error?

    Also, this order shows up under the order total for customers but does not show up in the AuthorizeNet system as it still shows no orders? Is this normal not to post anyhting in test mode?

    Any ideas of where to go from here as now I am really stumped?

  4. #14
    Anonymous
    Guest


    Default

    Forgot to mention, should I upgrade the authorize_direct mod to the latest version (1.3)? I noticed my build is 1.2.

  5. #15
    osCMax Developer

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


    Default

    The version in MAX should work without any upgrades. I am using it on several hundred sites without a problem. Test mode will not post any data to ANET that you can look at.

    If it is working on one and not the other, why not copy the files over from the working install and give it a whirl... something is different in there.
    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

  6. #16
    Anonymous
    Guest


    Default

    Diregard the redirect not working on the osCommerce 2.2-MS2 build. It was the config file not setup correctly.

    I still can not figure out why the Max build keeps giving me an error and why it did not post to AuthorizeNet? Could the CVV be an issue?

    In the osCommerce 2.2-MS2 build when I click continue after the confirmation it instantly goes to the secure authorizenet dll page. When I try it on the Max build it instantly goes to the checkout_process page?

  7. #17
    Anonymous
    Guest


    Default

    The main difference is that the osCommerce 2.2-MS2 build that is working does not have the AuthorizeNet Mod and authorizenet_direct.php file. It is the standard install from osCommerce.

    I will need to copy the checkout_process.php and authorizenet.php files from the test and delete the authorizenet_direct.php file. This would cause me to lose the ability to have the CVV info. Would it cause any other problems?

  8. #18
    Anonymous
    Guest


    Default

    I did what I descibed above. Copied the files /includes/modules/payment/authorizenet.php and /checkout_process.php from the osCommerce 2.2-MS2 that does not use the Direct mod.

    When doing this I now get the following error on the Max build:

    99 - This transaction cannot be accepted.

    Any ideas?

  9. #19
    osCMax Developer

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


    Default

    Guest, revert back. The 2 modules are totally different, and not compatible.

    One uses SIM and one uses AIM (ms2-max)
    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

  10. #20
    New Member
    Join Date
    Oct 2003
    Posts
    7
    Rep Power
    0


    Default

    Sorry so late getting back to you. I see what you mean by they do not work together.

    Some of the db names had been changed and it was missing a few. I revbuilt the config database and added the orginal install files and am going to use the SIM. It is all working now. Thank you so much for your help!!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. osc MS-2 MAX and Authorize.net
    By jayv in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 02-20-2006, 08:30 PM
  2. authorize.net settings
    By brennanoshea in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 01-13-2005, 01:57 PM
  3. Authorize.net Module - help!
    By tbabasade2 in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 12-28-2004, 07:28 AM
  4. Problem with authorize.net
    By cpeters in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 11-24-2004, 12:45 PM
  5. New Authorize.net problem! Please help!
    By fueledmedia in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 10-14-2004, 01:42 AM

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
  •