Open the Portico Developer Guide site
PosGateway Schema
NTRSDeviceData Element
PosGateway Schema > NTRSCreateTokenReqBlock1Type Complex Type : NTRSDeviceData Element
Description

Data related to the user's browser or mobile device.

Namespace http://Hps.Exchange.PosGateway
Type
NTRSDeviceDataType Complex Type
Diagram
WalletAccountEmail Element NTRSDeviceTimeZone Element ImeiNumber Element NetworkType Element Model Element Manufacturer Element Brand Element NTRSDeviceIp Element NTRSDevicePhoneNumber Element NTRSDeviceLocationExtended Element NTRSDeviceLocation Element NTRSDeviceName Element NTRSDeviceLocale Element NTRSDeviceLanguage Element OsVersion Element NTRSDevicePlatform Element NTRSDeviceType Element All NTRSDeviceData Element
Overview
NTRSDeviceData NTRSDeviceDataType Complex Type

Data related to the user's browser or mobile device.

All
NTRSDeviceType optional Restriction of xs:string

The type of the user's browser or mobile device. It has pre-defined values.

Valid values PHONE, TABLET, PHONE_TABLET, PC, WATCH, TV, WEARABLE_DEVICE, AUTOMOBILE_DEVICE, SERVER, CARD, STICKER, DEVICE_PERIPHERAL, TAG, JEWELRY, FASHION_ACCESSORY, GARMENT, DOMESTIC_APPLIANCE, MEDIA_GAMING_DEVICE, OTHER

NTRSDevicePlatform optional Restriction of xs:string

The operating system of the user's browser or mobile device

Valid values ANDROID, IOS, WINDOWS, BLACKBERRY, TIZEN, WEB, PAGARE_EMBEDDED_OS, ANDROID_WEAR, EMBEDDED_OS, OTHER

OsVersion optional Restriction of xs:string

The version of the operating system of the user's browser or mobile device.

NTRSDeviceLanguage optional Restriction of xs:string

The language that the application communicates with the cardholder.

NTRSDeviceLocale Restriction of xs:string

The language that the application communicates with the cardholder. It is based on BCP 47 standard. The language must be lowercase and the country must be uppercase. The language and country should be separated using a hyphen (-)

NTRSDeviceName optional Restriction of xs:string

The name of the target provisioned device

NTRSDeviceLocation optional Restriction of xs:string

The latitude and longitude coordinates of the user's browser or mobile device location (no decimals provided)

NTRSDeviceLocationExtended optional Restriction of xs:string

The latitude and longitude coordinates of the target device location including up to two decimal places

NTRSDevicePhoneNumber optional Restriction of xs:string

The telephone number or the last few digits of the telephone number

NTRSDeviceIp optional Restriction of xs:string

The IP address of the user's browser or mobile device

Brand optional Restriction of xs:string

The brand of the user's browser or mobile device

Manufacturer optional Restriction of xs:string

The version of the operating system of the user's browser or mobile device

Model optional Restriction of xs:string

The model of the user's browser or mobile device

NetworkType optional Restriction of xs:string

The type of network

Vald values WIFI, CELLULAR, GPS, OTHER, DSL

ImeiNumber optional Restriction of xs:string

The IMEI number of the device

NTRSDeviceTimeZone optional Restriction of xs:string

The time zone of the user's browser or mobile device

WalletAccountEmail Restriction of xs:string

The email address of the client that is linked to his wallet account login

Source
<xs:element name="NTRSDeviceData" type="NTRSDeviceDataType" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Data related to the user's browser or mobile device.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NTRSCreateTokenReqBlock1Type Complex TypePosGateway Schema