Open the Portico Developer Guide site
PosGateway Schema
IPTermsRspDataType Complex Type
PosGateway Schema : IPTermsRspDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
VISEligiblePlans Element TermOptions Element Program Element All IPTermsRspDataType Complex Type
Overview
All
Program programType Simple Type

The installment payments program type. This value is echoed from the request.

TermOptions optional TermOptionsType Simple Type

Term Options, only returned for the mIPP or SIP Programs.

The format is based by the Program.

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.

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.

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

Used By
IpTerms Element
Source
<xs:complexType name="IPTermsRspDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="Program" type="ProgramType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The installment payments program type. This value is echoed from the request.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TermOptions" type="TermOptionsType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Term Options, only returned for the mIPP or SIP Programs.</p>
          <p xmlns="http://Hps.Exchange.PosGateway">The format is based by the Program.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="VISEligiblePlans" minOccurs="0">
      <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>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema