Open the Portico Developer Guide site
Portico Schema
PaymentDataSourceType Simple Type
Portico Schema : PaymentDataSourceType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
PaymentDataSourceType Restriction of xs:string
Facets
EnumerationAMEX 3DSecure
EnumerationApplePay
EnumerationApplePayApp
EnumerationApplePayWeb
EnumerationGooglePayApp
EnumerationGooglePayWeb
EnumerationDiscover 3DSecure
EnumerationMasterCard 3DSecure
EnumerationVisa 3DSecure
EnumerationUPExpress 3DSecure
EnumerationUPSecurePlus 3DSecure
Source
<xs:simpleType name="PaymentDataSourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="AMEX 3DSecure" />
    <xs:enumeration value="ApplePay" />
    <xs:enumeration value="ApplePayApp" />
    <xs:enumeration value="ApplePayWeb" />
    <xs:enumeration value="GooglePayApp" />
    <xs:enumeration value="GooglePayWeb" />
    <xs:enumeration value="Discover 3DSecure" />
    <xs:enumeration value="MasterCard 3DSecure" />
    <xs:enumeration value="Visa 3DSecure" />
    <xs:enumeration value="UPExpress 3DSecure">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">UPExpress 3DSecure is available to merchants in the AP region only.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UPSecurePlus 3DSecure">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">
            <strong>FOR FUTURE USE</strong>
          </p>
          <p xmlns="http://Hps.Exchange.PosGateway">UPSecurePlus 3DSecure is available to merchants in the AP region only.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
See Also
Portico Schema