Open the Portico Developer Guide site
PosGateway Schema
BNPLSecondaryReqBlock1Type Complex Type
PosGateway Schema : BNPLSecondaryReqBlock1Type Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Type Element Amt Element BnplId Element All BNPLSecondaryReqBlock1Type Complex Type
Overview
All
BnplId xs:string

Id received from the BNPL Provider

Type Restriction of xs:string

Type of secondary Txn, possible values: CAPTURE, REFUND, REVERSAL

Used By
Block1 Element
Source
<xs:complexType name="BNPLSecondaryReqBlock1Type" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="BnplId" type="xs:string" minOccurs="1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Id received from the BNPL Provider</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Amt" type="bnplAmtType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Amt</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Type">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Type of secondary Txn, possible values: CAPTURE, REFUND, REVERSAL</p>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="CAPTURE" />
          <xs:enumeration value="REFUND" />
          <xs:enumeration value="REVERSAL" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
PosGateway Schema