Simple Order API

businessRules_ignoreAVSResult

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
reason code value of
200
.
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
businessRules_declineAVSFlags
field is ignored.

Specifications

  • Data Type:
    String
  • Data Length:
    5

Mapping Information

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