Open the Portico Developer Guide site
PosGateway Schema
PosGiftCardTipRspType Complex Type
PosGateway Schema : PosGiftCardTipRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Notes Element Rewards Element PointsBalanceAmt Element SplitTenderBalanceDueAmt Element SplitTenderCardAmt Element BalanceAmt Element AuthCode Element RspText Element RspCode Element All PosGiftCardTipRspType Complex Type
Overview
All
RspCode xs:int

Response (result) code returned by the issuer

RspText optional xs:string

Response (result) text returned by the issuer

AuthCode optional xs:string

If authorized, authorization code returned by the issuer

BalanceAmt optional xs:decimal

Balance on the account after the transaction

SplitTenderCardAmt optional xs:decimal

If the stored account has insufficient funds to complete the sale, this field will contain the portion of the sale that was covered by the remaining funds in the account.

Note: In this case, the BalanceAmt should always be $0 after the sale since the balance was depleted trying to complete the sale.

SplitTenderBalanceDueAmt optional xs:decimal

If the stored account has insufficient funds to complete the sale, this field will contain the portion of the sale that was not covered. This is the amount that is still due from the customer. The client must collect this amount from the customer using an additional payment method.

PointsBalanceAmt optional xs:decimal

Points balance on the account after the transaction

Rewards optional xs:string

Identifies rewards added to the account as a result of a transaction

Notes optional xs:string

Contains rewards messages to be displayed by the client to inform an account holder about special rewards or promotions available

Used By
GiftCardTip Element
Source
<xs:complexType name="PosGiftCardTipRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="RspCode" type="xs:int">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response (result) code returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RspText" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Response (result) text returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AuthCode" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">If authorized, authorization code returned by the issuer</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BalanceAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Balance on the account after the transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SplitTenderCardAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">If the stored account has insufficient funds to complete the sale, this field will contain the portion of the sale that was covered by the remaining funds in the account.</p>
          <p xmlns="http://Hps.Exchange.PosGateway" />
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>Note:</strong> In this case, the BalanceAmt should always be $0 after the sale since the balance was depleted trying to complete the sale.
            </p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SplitTenderBalanceDueAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">If the stored account has insufficient funds to complete the sale, this field will contain the portion of the sale that was not covered. This is the amount that is still due from the customer. The client must collect this amount from the customer using an additional payment method.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PointsBalanceAmt" type="xs:decimal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Points balance on the account after the transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Rewards" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Identifies rewards added to the account as a result of a transaction</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Notes" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Contains rewards messages to be displayed by the client to inform an account holder about special rewards or promotions available</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema