Open the Portico Developer Guide site
PosGateway Schema
RefNbr Element
PosGateway Schema > SendFundsDataType Complex Type : RefNbr Element
Description

Contains the code that denotes whether the customer identification data belongs to the sender or the recipient.

Valid values include:

  • '05' (Payer (sender))
  • '06' Payee (recipient))

If present, the following must also be present:

  • Identification Type Code
  • Identification Value
Namespace http://Hps.Exchange.PosGateway
Type
SendfundrefNbrType Simple Type
Overview
RefNbr optional SendfundrefNbrType Simple Type

Contains the code that denotes whether the customer identification data belongs to the sender or the recipient.

Valid values include:

  • '05' (Payer (sender))
  • '06' Payee (recipient))

If present, the following must also be present:

  • Identification Type Code
  • Identification Value
Source
<xs:element name="RefNbr" type="SendfundrefNbrType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">
              Contains the code that denotes whether the customer identification
              data belongs to the sender or the recipient.
            </p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values include:</p>
      <ul xmlns="http://Hps.Exchange.PosGateway">
        <li>'05' (Payer (sender))</li>
        <li>'06' Payee (recipient))</li>
      </ul>
      <p xmlns="http://Hps.Exchange.PosGateway">If present, the following must also be present:</p>
      <ul xmlns="http://Hps.Exchange.PosGateway">
        <li>Identification Type Code</li>
        <li>Identification Value</li>
      </ul>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
SendFundsDataType Complex TypePosGateway Schema