Open the Portico Developer Guide site
PosGateway Schema
VISEligiblePlans Element
PosGateway Schema > IPTermsRspDataType Complex Type : VISEligiblePlans Element
Description

This block provides information regarding eligible Visa Installment Service (VIS) installment plans, to be presented to the cardholder (EligiblePlans).

When the CardNbr and Amt are eligible, VIS returns 2 to n installment plans. Multiple plans are returned in the response.

When the CardNbr and Amt are not eligible, VIS returns a success response but EligiblePlans will be empty.

Namespace http://Hps.Exchange.PosGateway
Diagram
EligiblePlans Element Choice VISEligiblePlans Element
Overview
VISEligiblePlans optional

This block provides information regarding eligible Visa Installment Service (VIS) installment plans, to be presented to the cardholder (EligiblePlans).

When the CardNbr and Amt are eligible, VIS returns 2 to n installment plans. Multiple plans are returned in the response.

When the CardNbr and Amt are not eligible, VIS returns a success response but EligiblePlans will be empty.

Choice 0..∞
EligiblePlans MatchedPlansType Complex Type

VIS installment plan information returned by VIS. Certain sub-elements may be repeated.

Sequence
PlanName optional xs:string

The name of the Installment Plan

PlanType optional xs:string

The type of installment plan

NbrOfInstallments optional xs:int

The number of installments for the plan

InstallmentFrequency optional xs:string

The frequency of installments for the plan

TermsConditions 0..∞ TermsConditionsType Complex Type

Contains the Plan Terms and Conditions to be presented to the customer. This element may be repeated when multiple Terms and Conditions are available.

All
Url optional xs:string

The display URL for the plan terms and conditions

Version optional xs:string

The version of the plan terms and conditions

Text optional xs:string

The text of the plan terms and conditions

LanguageCode optional xs:string

The language of plan terms and conditions

CostInfo optional CostInfoType Complex Type

Contains information related to costs and fees associated with the Installment Plan. This element may be repeated when multiple cost options are available.

Sequence
AnnualPercentageRate optional xs:decimal

The APR for the installment plan

FeeInfo 0..∞ FeeInfoType Complex Type

The fee information for the installment plan.

TotalPlanCost optional xs:int

The total cost of the installment plan

TotalFees optional xs:int

The total fees for the installment plan

TotalUpfrontFees optional xs:int

The total upfront fees for the installment plan

TotalRecurringFees optional xs:int

The total recurring fees for the installment plan

FirstInstallment optional FirstInstallmentType Complex Type

The first installment fee information for the installment plan

LastInstallment optional LastInstallmentType Complex Type

The last installment fee information for the installment plan

Currency optional xs:string

The currency type associated with the installment plan

PlanId optional xs:string

The reference ID for the Installment Plan, as provided by VIS. This is the reference ID for the plan chosen by the customer, and used in all subsequent transactions

Source
<xs:element name="VISEligiblePlans" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">This block provides information regarding eligible Visa Installment Service (VIS) installment plans, to be presented to the cardholder (EligiblePlans).</p>
      <p xmlns="http://Hps.Exchange.PosGateway">When the CardNbr and Amt are eligible, VIS returns 2 to n installment plans. Multiple plans are returned in the response.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">When the CardNbr and Amt are not eligible, VIS returns a success response but EligiblePlans will be empty.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="EligiblePlans" type="MatchedPlansType">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">VIS installment plan information returned by VIS. Certain sub-elements may be repeated.</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also
IPTermsRspDataType Complex TypePosGateway Schema