Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: AVS check prior to a authorization using Authorize.net

  1. #1
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default AVS check prior to a authorization using Authorize.net

    According to an admin on Authorize.net support. There is no way of doing a AVS check prior to a authorization. If you want to validate AVS before processing the transaction, then you'll need to do an authorization only transaction for $0.00. Then run the authorization for the full amount if the AVS check passes.

    For more info, go to the link below:
    http://community.developer.authorize...cards/m-p/1384

    What is the best approach for this using the store software?

    Or is it as easy as just replacing the order amount to $0.00 and placing a auth only order via Authorize.net (using the ProcessCard function in the Authorize.Net class)?
    Last edited by allstar; 06-30-2010 at 12:25 PM.
    ...AllStar

  2. #2
    allstar is offline Member
    Join Date
    Apr 2009
    Posts
    90

    Default

    See attachment, this is my first thought and will be testing it soon. Is there a reason why this wasn't already implemented with the store?

    Unfortunately, you can not test this on a TEST environment.

    If the transaction mode is AUTH_ONLY, I set the order total in the ProcessCard function in Authorize.Net class to $0.00.

    Validate before process - Authorize.net:
    http://community.developer.authorize...m-p/1177#M1008
    Attached Images Attached Images  
    Last edited by allstar; 06-30-2010 at 06:35 PM.
    ...AllStar