Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

AVSOnly Method

Performs AVS and CVV card validation checks without actually making a transaction.

Syntax

[VB.NET]
Public Sub AVSOnly()
[C#]
public void AVSOnly();

Remarks

Please note that an AVSOnly transaction will not place a hold on any funds and will not reduce the cardholder's limit to buy. Also, an AVSOnly transaction will not place a transaction in the batch and no money will be transferred from the cardholder's account to the merchant's account. An AVS Only transaction should be used if the amount of the transaction is unknown but the merchant would like to perform validation that the card is good and the address matches what is on file at the issuer.

Once the amount of the transaction is known, process either a new Sale transaction, a RepeatSale using the PNRef returned in the AVS-Only Response, or a AuthOnly and then a Capture. Do not process a Force or Capture to "finalize" an AVSOnly transaction.

Note: The AVSOnly transaction is not supported in the eCommerce market.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0