processingInformation. authorizationOptions. ignoreAvsResult {#processing-info-auth-ops-ignore-avs-results}
===========================================================================================================

Flag for a sale request that specifies whether to allow the capture service to run even when the authorization receives an AVS decline.  
An AVS decline is indicated by a response flag value of `DAVSNO`.  
Possible values:

* `true`: Ignore the results of AVS checking, and run the capture service.
* `false` (default): If the authorization receives an AVS decline, do not run the capture service.

When the value of this field is `true`, the list in the processingInformation.authorizationOptions.declineAvsFlags field is ignored.

Specifications {#processing-info-auth-ops-ignore-avs-results_Specifications}
----------------------------------------------------------------------------

* **Data Type:** Boolean

Mapping Information {#processing-info-auth-ops-ignore-avs-results_Mapping}
--------------------------------------------------------------------------

* **REST API Field:** processingInformation.authorizationOptions.ignoreAvsResult
* **SCMP API Field:** ignore_avs
* **Simple Order API Field:** businessRules_ignoreAVSResult

