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

Risk related data. It SHOULD NOT be sent if the CardPresent = False.

Namespace http://Hps.Exchange.PosGateway
Type
NTRSRiskDataType Complex Type
Diagram
NTRSUserData Element NTRSDeviceData Element NTRSCardData Element NTRSWalletData Element All NTRSRiskData Element
Overview
NTRSRiskData optional NTRSRiskDataType Complex Type

Risk related data. It SHOULD NOT be sent if the CardPresent = False.

All
NTRSWalletData optional NTRSWalletDataType Complex Type

Risk data of the wallet.

All
WalletScore optional Restriction of xs:long

The score of the wallet.

WalletAccountLength optional Restriction of xs:long

The time in days that the wallet account has been in use.

WalletTransactions optional Restriction of xs:long

The number of transactions performed with the wallet in the last 12 months.

WalletNameMatchesCardholderName optional Restriction of xs:boolean

It indicates if the name of the wallet account holder and the name of the cardholder match or not..

NTRSCardData optional NTRSCardDataDataType Complex Type

Risk data of the card.

All
CardScore optional Restriction of xs:long

The score of the card.

CardUsageLength optional Restriction of xs:long

The time in days that the card has been in use.

NTRSDeviceData optional NTRSDeviceDataDataType Complex Type

NTRS device risk data.

All
NTRSDeviceScore optional Restriction of xs:long

The score of the trustworthiness of the device.

NTRSDeviceUseLength optional Restriction of xs:long

The time in days that the device has been in use.

TokensOnDevice optional Restriction of xs:long

The number of tokens on the physical device.

NTRSDeviceCountry optional Restriction of xs:string

The country in which the device is used.

NTRSUserData optional NTRSUserDataDataType Complex Type

Risk data of the user.

All
UserAccountScore optional Restriction of xs:long

The score of the trustworthiness of the device user’s account.

UserAccountUsageLength optional Restriction of xs:long

The time in days that the user account has been in use.

UserTokens optional Restriction of xs:long

The number of the tokens owned by the user.

UserWallets optional Restriction of xs:long

The number of the wallets owned by the user.

UserCountry optional Restriction of xs:string

It indicates the country of the user account.

NewlyAdded optional Restriction of xs:boolean

True means that the user added the card on file during the current provisioning attempt.

DaysOnFile optional Restriction of xs:long

The time in days that the card has been on file.

Source
<xs:element name="NTRSRiskData" type="NTRSRiskDataType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Risk related data. It SHOULD NOT be sent if the CardPresent = False.</p>
    </xs:documentation>
  </xs:annotation>
</xs:element>
See Also
NTRSCreateTokenReqBlock1Type Complex TypePosGateway Schema