Open the Portico Developer Guide site
PosGateway Schema
SalesTaxDetails Element
PosGateway Schema > CPCDataType Complex Type : SalesTaxDetails Element
Description

Allows sending the Canadian sales tax details for corporate card processing.

Namespace http://Hps.Exchange.PosGateway
Type
SalesTaxDetailsType Complex Type
Diagram
CustomerRefId Element CustomerVATRegistration Element MerchantVATRegistration Element PSTTaxRegistration Element BuyerRecipientName Element LocalTaxRate Element QSTAmt Element PSTAmt Element HSTAmt Element GSTAmt Element All SalesTaxDetails Element
Overview
SalesTaxDetails optional SalesTaxDetailsType Complex Type

Allows sending the Canadian sales tax details for corporate card processing.

All
GSTAmt optional amtTypeGlobal Simple Type

Goods and Services Tax.

HSTAmt optional amtTypeGlobal Simple Type

Harmonized Sales Tax.

PSTAmt optional amtTypeGlobal Simple Type

Provincial Sales Tax.

QSTAmt optional amtTypeGlobal Simple Type

Quebec Sales Tax.

BuyerRecipientName optional Restriction of xs:string

Required on transactions with an amount over 150.

PSTTaxRegistration optional pstTaxRegistrationType Simple Type

Provincial Sales Tax Registration number.

MerchantVATRegistration Restriction of xs:string

Merchant Value Added Tax Registration number.

CustomerVATRegistration Restriction of xs:string

Customer Value Added Tax Registration number.

CustomerRefId Restriction of xs:string

Canadian customer reference Id.

Source
<xs:element name="SalesTaxDetails" type="SalesTaxDetailsType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows sending the Canadian sales tax details for corporate card processing.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
CPCDataType Complex TypePosGateway Schema