Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2003
    Posts
    145
    Plugin Contributions
    0

    help question Authorize.Net Question

    I have ZC (1.3.6) set up for authorize only, however, transactions are being captured. I just spoke with Authorize.Net and they said that shortly after the initial auth request, a second request is being sent for '[FONT=Arial, Helvetica, sans-serif]prior_auth_capture'. Is there anything in ZC code that would generate this message?

    TIA.

    (my AIM settings:)


    [/FONT]Enable Authorize.net (AIM) Module
    True

    Login ID
    -------

    Transaction Key
    -------

    Transaction Mode
    Production

    Authorization Type
    Authorize

    Enable Database Storage
    True

    Customer Notifications
    False

    Merchant Notifications
    True

    Request CVV Number
    True

    Store the Credit Card Number
    True

    Sort order of display.
    0

    Payment Zone
    --none--

    Set Order Status
    Pending [1]

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

    Default Re: Authorize.Net Question

    shortly after the initial auth request, a second request is being sent for 'prior_auth_capture'. Is there anything in ZC code that would generate this message?
    The AIM module distributed with Zen Cart only sends an Auth request if you are set to "Authorize" mode. It never uses "prior_auth_capture". It only uses AUTH_ONLY or AUTH_CAPTURE.
    .

    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.

  3. #3
    Join Date
    Dec 2003
    Posts
    145
    Plugin Contributions
    0

    Default Re: Authorize.Net Question

    Authorize.net claims to be receiving the 'prior_auth_capture' message. Can you suggest a way to trouble-shoot this? I haven't modded any modules/classes. I need to track this problem down and am not sure where to start. TIA.

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

    Default Re: Authorize.Net Question

    you could try dumping the content of the payment request to the screen instead of actually submitting it
    /includes/modules/payment/authorizenet_aim.php
    around line 376 you have:
    Code:
        $ch = curl_init();
    change that to:
    Code:
    echo '<pre>' . print_r($submit_data, true) . '</pre>';
    die('halted - payment request NOT submitted');
        $ch = curl_init();
    and then run some test transactions to see what you're sending to Authorizenet.

    Beware -- the CC data you entered will be displayed on the screen along with all the other data prepared for sending for approval.
    .

    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.

  5. #5
    Join Date
    Dec 2003
    Posts
    145
    Plugin Contributions
    0

    Default Re: Authorize.Net Question

    Thanks, Dr. B.
    I'll give it a shot soon.

    Peace & Joy!

 

 

Similar Threads

  1. v151 Poodle question vs authorize.net
    By simpledomaining in forum General Questions
    Replies: 4
    Last Post: 29 Oct 2014, 10:20 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 question
    By silvito in forum General Questions
    Replies: 1
    Last Post: 22 Jul 2009, 05:33 PM
  4. Authorize.net AIM question
    By hipchicagomom in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Feb 2008, 09:09 PM
  5. authorize.net question
    By wickedklown in forum Addon Payment Modules
    Replies: 5
    Last Post: 29 Jun 2006, 05:15 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