Open the Portico Developer Guide site
PosGateway Schema
PaymentInstrumentRspType Complex Type
PosGateway Schema : PaymentInstrumentRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
BankIdentificationNumber Element CardAlias Element CardScheme Element PanSuffix Element All PaymentInstrumentRspType Complex Type
Overview
All
PanSuffix Restriction of xs:int

The last four digits of the real PAN.

CardScheme Restriction of xs:string

The brand of the card.

CardAlias Restriction of xs:string

The name of the card.

BankIdentificationNumber Restriction of xs:long

The first six digits of the real PAN.

Used By
PaymentInstrument Element
Source
<xs:complexType name="PaymentInstrumentRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="PanSuffix">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The last four digits of the real PAN.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardScheme">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The brand of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="CardAlias">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The name of the card.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:element>
    <xs:element name="BankIdentificationNumber">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The first six digits of the real PAN.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long" />
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema