Open the Portico Developer Guide site
PosGateway Schema
GiftCardTip Element
PosGateway Schema > PosRequest Element > Ver1.0 Element > Transaction Element : GiftCardTip Element
Description

GiftCardTip is used to add tip to an existing GiftCardSale. If successful, the tip amount will be subtracted from the stored value account.

Note: This transaction is for future use.

Namespace http://Hps.Exchange.PosGateway
Type
PosGiftCardTipReqType Complex Type
Diagram
Block1 Element All GiftCardTip Element
Overview
GiftCardTip PosGiftCardTipReqType Complex Type

GiftCardTip is used to add tip to an existing GiftCardSale. If successful, the tip amount will be subtracted from the stored value account.

Note: This transaction is for future use.

All
Block1 GiftCardTipReqBlock1Type Complex Type

Contains a series of required and optional elements

All
GatewayTxnId txnIdType Simple Type

Gateway-generated transaction identifier returned in the response of the original transaction. This indicates the transaction to be updated.

GratuityAmtInfo amtTypeGlobal Simple Type

The tip amount to be deducted (redeemed) from the stored value account

Note: This field is not informational only and will alter the account balance.

Currency optional currencyType Simple Type

Identifies the currency of the transaction amount; see the associated Type enumerations for specific values supported.

Source
<xs:element name="GiftCardTip" type="PosGiftCardTipReqType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">GiftCardTip is used to add tip to an existing GiftCardSale. If successful, the tip amount will be subtracted from the stored value account.</p>
      <p xmlns="http://Hps.Exchange.PosGateway" />
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> This transaction is for future use.
                          </p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
Transaction ElementVer1.0 ElementPosRequest ElementPosGateway Schema