osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Authorizenet.php

This is a discussion on Authorizenet.php within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; My payment module authorize.net is working fine as far as sending and receiving to a point.It sends out the description, ...

      
  1. #1
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Authorizenet.php

    My payment module authorize.net is working fine as far as sending and receiving to a point.It sends out the description, Items, cost, amount to the customer by email, but only send back to me the total amount. How do I fix this so it send back all of the information? because I have no way of knowing what they bought just the total cost. I have looked at the authorizenet.php file, but don't know where to make the changes. I think all of this is to show At the bottom of my Authorize.Net Auto-Receipt [emailreceipts@authorize.net] but his is all I get:
    ========== MERCHANT DEFINED =========
    osCsid : 3afb89c6afddffea051f68a150c68f69
    x : 68
    y : 12

  2. #2
    osCMax Developer

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


    Default Re: Authorizenet.php

    Use the authorize net AIM method instead of SIM and you will have no issues, as nothing needs to be sent back to your cart. The entire process is handled behind the scenes and the customer never leaves your shop.

    Other than changing to Authorize.net AIM, I am not sure what you can do. Most likely you will need to consult authorize.net support for how to change the return information.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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. #3
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Re: Authorizenet.php

    Quote Originally Posted by michael_s View Post
    Use the authorize net AIM method instead of SIM and you will have no issues, as nothing needs to be sent back to your cart. The entire process is handled behind the scenes and the customer never leaves your shop.

    Other than changing to Authorize.net AIM, I am not sure what you can do. Most likely you will need to consult authorize.net support for how to change the return information.
    I switch to AIM and I have tried it both ways in test mode and in live mode and I get the same error. All thing are active in the authorize_AIM in the admin area, also the path for curl is there and I have tried that with and with out and I still get this error.

    Your credit card could not be authorized for this reason. Please correct any information and try again or contact us for further assistance.

  4. #4
    osCMax Developer

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


    Default Re: Authorizenet.php

    What is your site's address, I want to see what exactly is happening.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

  5. #5
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Re: Authorizenet.php

    Quote Originally Posted by michael_s View Post
    What is your site's address, I want to see what exactly is happening.
    One Place Only-Square Dance & Western Apparel& Accessories

  6. #6
    osCMax Developer

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


    Default Re: Authorizenet.php

    I just ran a test order. Are you using the default authorize.net module that comes with osCommerce?

    I think that module only works with SIM method, and I have never used it. I have only used the Authorize.net AIM method.

    A couple of things I suggest - verify you are using the correct ID and Transaction key. You may want to create a new transaction key.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Re: Authorizenet.php

    Quote Originally Posted by michael_s View Post
    I just ran a test order. Are you using the default authorize.net module that comes with osCommerce?

    I think that module only works with SIM method, and I have never used it. I have only used the Authorize.net AIM method.

    A couple of things I suggest - verify you are using the correct ID and Transaction key. You may want to create a new transaction key.
    It is not the the default module it is a Authorize_AIM module created by a member of osCommerce.

    I will creat a new transaction key and gave that a try.
    Oh by the way I did not have it in a test mode when you tried it.

  8. #8
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Re: Authorizenet.php

    Quote Originally Posted by starview View Post
    It is not the the default module it is a Authorize_AIM module created by a member of osCommerce.

    I will creat a new transaction key and gave that a try.
    Oh by the way I did not have it in a test mode when you tried it.
    I created another transaction key, but that didn't make any different.

    What Authorize Aim module have you used?
    The one I download is Authorize_AIM_1_2_1 is this the same? If not where would I get the one you use?

  9. #9
    osCMax Developer

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


    Default Re: Authorizenet.php

    This one should work fine and I think it is the one you have installed:
    osCommerce: Authorize Net AIM module (GPL)

    Make sure your server has curl compiled into php. Here are the requirements of the mod per the documentation included with it:

    1. You must have a valid account with Authorize Net
    2. Your site must establish an https connection to Authorize Net
    3. cURL must be compiled in PHP (check with your web hosts)
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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. #10
    New Member
    Join Date
    May 2004
    Location
    Coon Rapids, MN
    Posts
    29
    Rep Power
    0


    Default Re: Authorizenet.php

    Quote Originally Posted by michael_s View Post
    This one should work fine and I think it is the one you have installed:
    osCommerce: Authorize Net AIM module (GPL)

    Make sure your server has curl compiled into php. Here are the requirements of the mod per the documentation included with it:
    I have that one installed.
    I ran phpinfo.php and it shows curl, but I am waiting for a reply from my host.
    and all other i have install or correct.

Page 1 of 2 12 LastLast

Similar Threads

  1. Having problems with Authorizenet payment mod anyone else?
    By Redeye_Joe in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 08-02-2006, 08:55 PM
  2. Auth only cc transactions how to w/authorizenet module?
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 14
    Last Post: 08-12-2004, 08:39 PM
  3. [Bug Fix] Low order Fee not Working with AuthorizeNet
    By michael_s in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 07-30-2004, 05:03 PM
  4. Authorizenet unable to process card error, please help:)
    By scottie in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 11-09-2003, 08:44 PM
  5. AuthorizeNet Error
    By judoka in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-04-2003, 10:41 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
  •