Open the Portico Developer Guide site
PosGateway Schema
FleetTaxDetails Element
PosGateway Schema > FleetDataType Complex Type : FleetTaxDetails Element
Description

Allows sending Canadian sales tax details for fleet card processing.

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

Allows sending Canadian sales tax details for fleet 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.

LocalTaxRate optional localTaxRateType Simple Type

Local Tax Rate.

Note: For Visa Fleet Cards only.

BuyerRecipientName optional Restriction of xs:string

Required on transactions with an amount over 150.

Note: For Visa Fleet Cards only.

PSTTaxRegistration optional pstTaxRegistrationType Simple Type

Provincial Sales Tax Registration number.

Note: For Visa Fleet Cards only.

MerchantVATRegistration optional Restriction of xs:string

Merchant Value Added Tax Registration number. Required for Visa processing.

CustomerVATRegistration optional Restriction of xs:string

Customer Value Added Tax Registration number. Required for Visa processing. Valid value should be 18 characters or less.

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