Open the Portico Developer Guide site
PosGateway Schema
AccountReference Element
PosGateway Schema > NTRSCreateTokenRspStatusType Complex Type : AccountReference Element
Description

Returned by the issuer in the authorization response when available. It is alphanumeric and may be up to 35 characters, the length of the value may vary by card brand.

Note: Account Reference is supported only for the Exchange and GNAP-UK authorization platforms.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
AccountReference Restriction of xs:string

Returned by the issuer in the authorization response when available. It is alphanumeric and may be up to 35 characters, the length of the value may vary by card brand.

Note: Account Reference is supported only for the Exchange and GNAP-UK authorization platforms.

Source
<xs:element name="AccountReference" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Returned by the issuer in the authorization response when available. It is alphanumeric and may be up to 35 characters, the length of the value may vary by card brand.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">
        <strong>Note:</strong> Account Reference is supported only for the Exchange and GNAP-UK authorization platforms.
            </p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string" />
  </xs:simpleType>
</xs:element>
See Also
NTRSCreateTokenRspStatusType Complex TypePosGateway Schema