Open the Portico Developer Guide site
PosGateway Schema
AltPaymentDataType Complex Type
PosGateway Schema : AltPaymentDataType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
ProcessorRspInfo Element StatusDT Element BuyerEmailAddress Element StatusMsg Element Status Element TaxAmtInfo Element Sequence AltPaymentDataType Complex Type
Overview
Sequence
Status optional xs:string
Status
StatusMsg optional xs:string
Status Message
BuyerEmailAddress optional xs:string

The Buyer Email Address associated with the AltPayment at the time the transaction was processed.

StatusDT optional xs:dateTime

Date and time the status was recorded.

ProcessorRspInfo 0..∞ ProcessorRspInfoType Complex Type

Additional data that may be provided by specific processors

Sequence
Code optional xs:string

Code from processor response

Message optional xs:string

Message from processor response

Type optional xs:string

Type of processor response

Used By
AltPaymentData Element
AltPaymentData Element
AltPaymentData Element
Source
<xs:complexType name="AltPaymentDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="TaxAmtInfo" type="amtTypeGlobal" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Tax Amount</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Status" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Status</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatusMsg" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Status Message</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="BuyerEmailAddress" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The Buyer Email Address associated with the AltPayment at the time the transaction was processed.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StatusDT" type="xs:dateTime" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Date and time the status was recorded.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ProcessorRspInfo" type="ProcessorRspInfoType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Additional data that may be provided by specific processors</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema