productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.\[processorName\]. allowMultipleBills {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills}
==================================================================================================================================================================================================================================================

If field it set to `true`, it enables a merchant to allow multiple captures for a single authorization transaction.  
This field is available for these processors: `American Express Direct`, `Chase Paymentech Tandem` `GPX`, `Visa Platform Connect`.

Possible Values {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_PossibleValues}
--------------------------------------------------------------------------------------------------------------

* `true`
* `false`
  {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_ul_owr_zg3_czb}

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_Syntax}
---------------------------------------------------------------------------------------------

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

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

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_Specifications}
-------------------------------------------------------------------------------------------------------------

* **Data Type:** Boolean
  {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_ul_j2z_js4_cyb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-info-conf-common-proc-allow-mult-bills_Mapping}
-----------------------------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardProcessing.configurationInformation. configurations.common.processors.\[processorName\].allowMultipleBills  
**Product Enablement and Configuration Service API Field:** payments.cardProcessing.configurationInformation.configurations.common. processors.\[processorName\].allowMultipleBills
