Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2006
    Posts
    32
    Plugin Contributions
    0

    Default Authorize.Net AIM Logging

    Does anyone know of any transaction logging extensions to the Authorize.Net AIM module? I need accountability and logs of accepts/declines/etcs, and their corresponding transaction ids from Authorize.Net.

  2. #2
    Join Date
    Jun 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Authorize.Net AIM Logging

    ok, its stored in TABLE_AUTHORIZENET => <prefix>_authorizenet, but that table isn't created by default. Where can I find the schema?

  3. #3
    Join Date
    Jun 2006
    Posts
    32
    Plugin Contributions
    0

    Default Re: Authorize.Net AIM Logging

    found the schema:

    CREATE TABLE `<DB PREFIX>_authorizenet` (
    id int(11) unsigned not null primary key auto_increment ,
    customer_id int(11) unsigned not null default 0,
    order_id int(11) unsigned not null default 0,
    response_code int(11) unsigned not null default 0,
    response_text varchar(255) not null default '',
    authorization_type text not null default '',
    transaction_id int(15) not null default 0,
    sent longtext not null default '',
    received longtext not null default '',
    time varchar(50) not null default '',
    session_id varchar(255) not null default '');

    Now I need to write something to easily look this up in the order screen.

  4. #4
    Join Date
    Feb 2005
    Posts
    24
    Plugin Contributions
    0

    Default Re: Authorize.Net AIM Logging

    Thank you!

    This was very helpful! AIM message received... problem solved!

    I'll drink to that!

  5. #5
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Authorize.Net AIM Logging

    Quote Originally Posted by Butta
    ok, its stored in TABLE_AUTHORIZENET => <prefix>_authorizenet, but that table isn't created by default. Where can I find the schema?
    This table "is" created by default in Zen Cart v1.3.x and newer.

    Setting the "Enable Database Storage" option in the AIM configuration parameters will store the data. The data will show in the Admin on the order page for each individual order.
    .

    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.

 

 

Similar Threads

  1. v151 Switching From Authorize.net (SIM) to AUthorize.net (AIM)
    By dinohaven in forum General Questions
    Replies: 1
    Last Post: 2 Dec 2014, 05:56 PM
  2. v150 Difference Between Authorize.net (SIM) and Authorize.net (AIM)
    By joem83 in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 30 Aug 2012, 10:48 PM
  3. Authorize.net (AIM) Authorize.net (SIM)
    By Andy75 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 29 Jan 2009, 04:38 AM

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