On This Page

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

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. features. cardNotPresent. installment. installmentPlan {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan}
===============================================================================================================================================================================================================================

Indicates the type of funding for the installment plan that is associated with the payment.  
This field is available for these processors: `American Express Direct`, Fiserv, and `Vero`.

Possible Values {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan_PossibleValues}
---------------------------------------------------------------------------------------------

* `issuer`: Issuer-funded installment plan
* `merchant`: Merchant-funded installment plan

Syntax {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan_Syntax}
----------------------------------------------------------------------------

```
 {
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
                "features": {
                  "cardNotPresent": {
                    "installment": {
                      "installmentPlan": "merchant"
                   }
                 }
               }
            }
          }
        }
      }
    }
  }
}
```

Specifications {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan_Specifications}
--------------------------------------------------------------------------------------------

* **Data Type:** Enum
  {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan_ul_hlg_44f_2yb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-install-plan_Mapping}
------------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardPresentConnect.configurationInformation. configurations.features.cardNotPresent.installment.installmentPlan  
**Product Enablement and Configuration Service API Field:** payments.cardPresentConnect.configurationInformation. configurations.features.cardNotPresent.installment.installmentPlan  
RELATED TO THIS PAGE

