Open the Portico Developer Guide site
PosGateway Schema
GiftCardTip Element
PosGateway Schema > PosResponse Element > Ver1.0 Element > Transaction Element : GiftCardTip Element
Namespace http://Hps.Exchange.PosGateway
Type
PosGiftCardTipRspType Complex Type
Diagram
Notes Element Rewards Element PointsBalanceAmt Element SplitTenderBalanceDueAmt Element SplitTenderCardAmt Element BalanceAmt Element AuthCode Element RspText Element RspCode Element All GiftCardTip Element
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

Source
<xs:element name="GiftCardTip" type="PosGiftCardTipRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
See Also
Transaction ElementVer1.0 ElementPosResponse ElementPosGateway Schema