Open the Portico Developer Guide site
PosGateway Schema
ExtendedAuthRsp Element
PosGateway Schema > PosReportTxnDetailRspType Complex Type > Data Element : ExtendedAuthRsp Element
Description

When ExtendedAuthInd is included in the request, this element returns the result.

Valid values include:

'Y' - indicates the issuer approved the extension; funds will be held for up to 30 days

'N' - indicates the issuer did not approve the extension; funds will be held for the standard period

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

When ExtendedAuthInd is included in the request, this element returns the result.

Valid values include:

'Y' - indicates the issuer approved the extension; funds will be held for up to 30 days

'N' - indicates the issuer did not approve the extension; funds will be held for the standard period

Source
<xs:element name="ExtendedAuthRsp" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">When ExtendedAuthInd is included in the request, this element returns the result.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values include:</p>
      <p xmlns="http://Hps.Exchange.PosGateway">'Y' - indicates the issuer approved the extension; funds will be held for up to 30 days</p>
      <p xmlns="http://Hps.Exchange.PosGateway">'N' - indicates the issuer did not approve the extension; funds will be held for the standard period</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1" />
      <xs:maxLength value="1" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Data ElementPosReportTxnDetailRspType Complex TypePosGateway Schema