On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/api-fields/reference/all/rest/api-fields/prod-info-aa/prod-info-sel-prod-pay-card-proc-conf-info-con-61.md)  
Filter  
FILTER BY TAG

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. features. cardNotPresent. processors.\[processorName\]. relaxAddressVerificationSystemAllowZipWithoutCountry {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cnp-proc-relax-avs-allow-zip-wo-co}
=================================================================================================================================================================================================================================================================================================================

Enables merchants to accept e-commerce transactions without the Address Verification System (AVS) and allows transactions with just the ZIP code and country code.  
This field is available for these processors: `American Express Direct`, Barclays HISO, `Chase Paymentech Solutions`, `FDC Nashville Global`, `Elavon Americas`, `RuPay`, and `Visa Platform Connect`.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cnp-proc-relax-avs-allow-zip-wo-co_Syntax}
--------------------------------------------------------------------------------------------------------

```
{
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "features": {
                "cardNotPresent":{
                  "processors": [
                    "&lt;processor&gt;": {
                      "relaxAddressVerificationSystemAllowZipWithoutCountry": "true"
                    }
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}
```

* **\&lt;processor\&gt;**: The processor that is associated with the merchant account.

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cnp-proc-relax-avs-allow-zip-wo-co_Specifications}
------------------------------------------------------------------------------------------------------------------------

* **Data Type:** Boolean

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cnp-proc-relax-avs-allow-zip-wo-co_Mapping}
----------------------------------------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardProcessing.configurationInformation.configurations.common.processors.\[processorName\].paymentTypes.\[paymentType\].enable  
**Product Enablement and Configuration Service API Field:** payments.cardProcessing.configurationInformation.configurations.common.processors.\[processorName\].paymentTypes.\[paymentType\].enabled  
RELATED TO THIS PAGE

