Open the Portico Developer Guide site
PosGateway Schema
PFFundingDetailsType Complex Type
PosGateway Schema : PFFundingDetailsType Complex Type
Description

Allows ProPay merchants to specify split funding for a transaction.

Namespace http://Hps.Exchange.PosGateway
Diagram
PFFundingAmt Element PFRecAccountNbr Element All PFFundingDetailsType Complex Type
Overview
PFFundingDetailsType

Allows ProPay merchants to specify split funding for a transaction.

All
PFRecAccountNbr Restriction of xs:long

Account number of the merchant who will receive the secondary amount.

PFFundingAmt amtTypeGlobal Simple Type

Amount for which the split transaction has to be performed.

Used By
PFFundingDetails Element
PFFundingDetails Element
Source
<xs:complexType name="PFFundingDetailsType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Allows ProPay merchants to specify split funding for a transaction.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="PFRecAccountNbr">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Account number of the merchant who will receive the secondary amount.</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:long">
          <xs:fractionDigits value="0" />
          <xs:minInclusive value="1" />
          <xs:maxInclusive value="9223372036854775807" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="PFFundingAmt" type="amtTypeGlobal">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Amount for which the split transaction has to be performed.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema