Open the Portico Developer Guide site
PosGateway Schema
SplitTenderCardAmt Element
PosGateway Schema > PosGiftCardSaleRspType Complex Type : SplitTenderCardAmt Element
Description

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.

Namespace http://Hps.Exchange.PosGateway
Type
xs:decimal
Overview
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.

Source
<xs:element name="SplitTenderCardAmt" type="xs:decimal" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
PosGiftCardSaleRspType Complex TypePosGateway Schema