Open the Portico Developer Guide site
PosGateway Schema
RecipientIdSubType Element
PosGateway Schema > ParticipantDataType Complex Type : RecipientIdSubType Element
Description

When the IdType indicates Tax Identification, this element specifies whether it is a business or individual tax ID.

Valid values are:

  • '0B' indicates Business
  • '0I' indicates Individual
Namespace http://Hps.Exchange.PosGateway
Type
SendFundIdSubType Simple Type
Overview
RecipientIdSubType optional SendFundIdSubType Simple Type

When the IdType indicates Tax Identification, this element specifies whether it is a business or individual tax ID.

Valid values are:

  • '0B' indicates Business
  • '0I' indicates Individual
Source
<xs:element name="RecipientIdSubType" type="SendFundIdSubType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">When the IdType indicates Tax Identification, this element specifies whether it is a business or individual tax ID.</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Valid values are:</p>
      <ul xmlns="http://Hps.Exchange.PosGateway">
        <li>'0B' indicates Business</li>
        <li>'0I' indicates Individual</li>
      </ul>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
ParticipantDataType Complex TypePosGateway Schema