Open the Portico Developer Guide site
PosGateway Schema
BankIdentificationNumber Element
PosGateway Schema > PaymentInstrumentRspType Complex Type : BankIdentificationNumber Element
Description

The first six digits of the real PAN.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
BankIdentificationNumber Restriction of xs:long

The first six digits of the real PAN.

Source
<xs:element name="BankIdentificationNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
PaymentInstrumentRspType Complex TypePosGateway Schema