ℹ️
Tracked metadata: Sourced from EMVCo's public document index. PCI Watch records each document's details and its extracted text so changes can be tracked over time; the document PDF itself is hosted by EMVCo.
View on EMVCo.com →

EMV® 3-D Secure SDK – Device Information

v1.7 Specifications
3-D Secure
Extracted document text

EMVCo's index flattens the document's layout, so this text is best used for searching and comparing versions rather than reading end-to-end.

This document is large; EMVCo's index truncates its extracted text, so the excerpt below is partial.

EMV® 3-D Secure SDK—Device Information Data Version 1.7 February 2025 EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Legal Notice Page 2 / 78 The EMV® Specifications are provided “AS IS” without warranties of any kind, and EMVCo neither assumes nor accepts any liability for any errors or omissions contained in these Specifications. EMVCO DISCLAIMS ALL REPRESENTATIONS AND WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NONINFRINGEMENT, AS TO THESE SPECIFICATIONS. EMVCo makes no representations or warranties with respect to intellectual property rights of any third parties in or in relation to the Specifications. EMVCo undertakes no responsibility to determine whether any implementation of the EMV® Specifications may violate, infringe, or otherwise exercise the patent, copyright, trademark, trade secret, know-how, or other intellectual property rights of third parties, and thus any person who implements any part of the EMV® Specifications should consult an intellectual property attorney before any such implementation. Without limiting the foregoing, the Specifications may provide for the use of public key encryption and other technology, which may be the subject matter of patents in several countries. Any party seeking to implement these Specifications is solely responsible for determining whether its activities require a license to any such technology, including for patents on public key encryption technology. EMVCo shall not be liable under any theory for any party’s infringement of any intellectual property rights in connection with the EMV® Specifications. © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Page 3 / 78 Revision Log The following table lists the version history for the EMV® 3-D Secure SDK—Device Information document. EMV® Specification Bulletins provide the detailed updates made with each document release. Version 2.0.0 2.1.0 1.1 1.3 1.4 1.5 1.6 1.7 Release Date Associated Specification Bulletins January 2017 • SB 190: 3-D Secure Requirement Numbering Scheme and Error Processing • SB 196: 3-D Secure Updates, Clarifications & Errata October 2017 • SB 205: EMV® 3-D Secure SDK and Device Information Updates, Clarifications & Errata May 2019 • SB 213: EMV® 3-D Secure Device Information Data Version 1.1 August 2019 • SB 222: EMV® 3-D Secure Device Information Data Version 1.3 October 2019 • SB 223: EMV® 3-D Secure—SDK Device Information Data Version 1.4 Updates, Clarifications and Errata September 2021 • SB 225: EMV® 3-D Secure SDK—Device Information Data Version 1.5 May 2023 • SB 285: EMV® 3-D Secure SDK—Device Information Data Version 1.6 February 2025 • SB 309: EMV® 3-D Secure SDK—Device Information Data Version 1.7 © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Page 4 / 78 Contents 1 Introduction ....................................................................................................... 6 1.1 Purpose...................................................................................................... 6 1.2 Audience .................................................................................................... 6 1.3 Definitions .................................................................................................. 6 1.4 Abbreviations.............................................................................................. 6 1.5 Data Version Number ................................................................................. 7 1.6 Supporting Documentation ......................................................................... 7 1.7 Terminology and Conventions .................................................................... 8 2 Device Identification Parameters ..................................................................... 9 2.1 Data Version............................................................................................... 9 2.2 Minimum Supported Platform Versions....................................................... 9 2.3 Platform Permissions for Parameters ....................................................... 10 2.4 Data Format and Representation.............................................................. 10 2.5 Common Device Identification Parameters Available in All Device Platforms .................................................................................................. 11 2.6 Android-specific Device Parameters ......................................................... 17 2.7 iOS-specific Device Parameters ............................................................... 65 2.8 Platform Provider-specific Parameters...................................................... 69 2.9 Reasons for Device Parameter Unavailability ........................................... 76 2.10 Device Information JSON Data................................................................. 77 © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Tables Page 5 / 78 Table 1.1: Abbreviations ...................................................................................................... 6 Table 2.1: Minimum Supported Platform Versions ............................................................... 9 Table 2.2: Common Parameters Available in Android and iOS Platforms........................... 11 Table 2.3: Android-specific Device Parameters.................................................................. 17 Table 2.4: iOS-Specific Device Parameters ....................................................................... 65 Table 2.5: Platform Provider-specific Parameters .............................................................. 69 Table 2.6: Device Parameter Unavailability Reasons ......................................................... 76 Table 2.7: Device Parameters JSON Structure .................................................................. 78 © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Page 6 / 78 1 Introduction The EMV® 3-D Secure (3DS) protocol is aimed at securing authentication in Browser-based and App-based transactions. The EMV® 3-D Secure—Protocol and Core Functions Specification (hereinafter also referred to as the Core Specification) describes the 3DS protocol and core functions. The 3DS SDK is the device-side component of 3DS. The EMV® 3-D Secure—SDK Specification describes the specification for the 3DS SDK. Device identification is used to uniquely identify platform devices in the 3DS ecosystem. The ThreeDS2Service interface is one of the code elements that are described in the EMV 3-D Secure—SDK Specification. The initialize method of this interface collects the information required for device identification. This information is then sent to the 3DS Requestor App in JSON format. The 3DS Requestor App passes this information to the 3DS Server. The 3DS Server uses this information to create an AReq message. 1.1 Purpose This document describes the device identification parameters that shall be collected by the 3DS SDK. For the purposes of this document, when the phrase “3-D Secure”, or “3DS”, is used, the intent is EMV 3-D Secure. 1.2 Audience This document is intended for use by implementers of the 3DS SDK. 1.3 Definitions For the definition of the terms used in this document, refer to Table 1.3: Definitions in the Core Specification. 1.4 Abbreviations The abbreviations listed in Table 1.1 are used in this specification. Table 1.1: Abbreviations Abbreviation 3DS 3DS SDK ABI Description Three Domain Secure Three Domain Secure Software Development Kit Application Binary Interface © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Abbreviation ACS API AReq ARes DD DPNA DV LoA MCC MNC NITZ SDK SW Description Access Control Server Application Programming Interface Authentication Request Authentication Response Device Data Device Parameter Not Available Data Version Letter of Approval Mobile Country Code Mobile Network Code Network Identity and Time Zone Software Development Kit Security Warning Page 7 / 78 1.5 Data Version Number Refer to EMV® Specification Bulletin 255—3-D Secure Protocol Version Numbers for the Data Version Number status for the 3DS protocol version. 1.6 Supporting Documentation The following documents are specific to the EMV 3-D Secure protocol and should be used in conjunction with this specification. These documents as well as the EMV® 3-D Secure Frequently Asked Questions are available on the EMVCo website. EMV® 3-D Secure—Protocol and Core Functions Specification EMV® 3-D Secure—SDK Technical Guide EMV® 3-D Secure—SDK Specification EMV® 3-D Secure—Split-SDK Specification EMV® 3-D Secure JSON Message Samples EMV® Specification Bulletin 255—EMV® 3-D Secure Specification Version Configuration © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Introduction Page 8 / 78 1.7 Terminology and Conventions The following words are used often in this specification and have a specific meaning: Shall Defines a product or system capability which is mandatory. May Defines a product or system capability which is optional or a statement which is informative only and is out of scope for this specification. Should Defines a product or system capability which is recommended. © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 9 / 78 2 Device Identification Parameters This chapter describes the device identification parameters that shall be collected by the 3DS SDK from all device platforms. These parameters are categorised as Common parameters, Platform-specific parameters and Platform Provider-specific parameters. The 3DS SDK shall collect either: • for the Default-SDK – the Common parameters (see Section 2.5) and one set of Platform-specific parameters for Android and iOS devices (see Section 2.6 and Section 2.7), OR • for the Split-SDK or for devices not based on an Android or iOS operating system – the Platform Provider-specific parameters (see Section 2.8), then prepare and encrypt the Device Information as defined in Requirements 2 through 5 in the Core Specification. The ACS uses the Device Information for device identification and risk analysis. The 3DS SDK shall collect all the parameters listed in the applicable tables: Table 2.2, Table 2.3, Table 2.4 OR Table 2.5, unless the parameter cannot be collected for any of the reasons stated in Table 2.6. Note: If collecting Platform Provider-specific parameters from Section 2.8, the parameters defined in Sections 2.5, 2.6 and 2.7 are not collected. 2.1 Data Version The Data Version defines the set of device identification parameters that the 3DS SDK shall collect. The Data Version is a means for participating EMV 3-D Secure components to know which set of device identification parameters is being transferred. The Data Version may change when, for example, there are parameter changes in future device OS versions, an existing parameter is deprecated, etc. The Data Version shall be included in the device identification information that is sent by the 3DS SDK. The device identification parameters that are described in this document constitute Data Version 1.7. 2.2 Minimum Supported Platform Versions Table 2.1 lists the minimum platform versions that shall be supported by the 3DS SDK. Table 2.1: Minimum Supported Platform Versions Android Platform Minimum Version Android 14 (API level 34) © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 10 / 78 Platform Minimum Version iOS 16 Note: The 3DS SDK can elect to support older OS versions as long as the OS vendors provide security fixes for these versions. 2.3 Platform Permissions for Parameters The following types of permissions are required for collecting device identification parameters: • No permissions required: Indicates that the device parameters can be directly collected by the 3DS SDK, without any user approval or system permissions. • Installation-time permissions: Indicates that the device parameters require system permissions to be granted to the app during installation time. • Run-time permissions: Indicates that the device parameters can be collected by the 3DS SDK only if the required permissions have already been granted to the app through user approval at run-time. The 3DS SDK shall check whether an installation-time or run-time permission for a particular parameter is available or has already been granted to the app. If the permission for a particular parameter is not available, then the 3DS SDK shall send one of the Reason Codes stated in Table 2.6 as the value for the parameter within the Device Parameter Not Available (DPNA) tag. The 3DS SDK shall never prompt the user for run-time permissions. Similarly, the 3DS SDK shall not mandate the inclusion of additional installation-time permissions on the 3DS Requestor App. 2.4 Data Format and Representation All parameters shall be encoded as String or Array of String. Boolean device parameters are coded as String of “false” or “true”. Integer parameters are coded as String with the format (-) integer part. • Integer may only have a negative sign (-); the positive sign (+) is not allowed. • Integer has no leading zeros. Examples: 2, -3 Floating-point and Double Floating-point number parameters are represented as String with the format (-) integer par, dot (.) decimal part. • It may only have a negative sign (-); the positive sign (+) is not allowed. • The integer part has no leading zeros. • The decimal part has no trailing zeros. • If the integer part is null, then it is represented by 0 (zero). • If the decimal part is null, then the dot and decimal part are not present. Examples: 0, 1.2, -1.2, 0.12, 12 © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 11 / 78 2.5 Common Device Identification Parameters Available in All Device Platforms Table 2.2 lists the Common parameters that the 3DS SDK shall collect from all Android and iOS device platforms. The availability of these parameters is subject to change in future OS versions. Table 2.2: Common Parameters Available in Android and iOS Platforms Identifier Parameter C001 Platform C002 Device Model Description Platform that the device is using. JSON Data Type: String Values accepted: • “Android” • “iOS” Mobile device manufacturer and model. JSON Data Type: String Values accepted: • Android: Build.MANUFACTURER + “||” + Build.MODEL returns the mobile device manufacturer and model. Example: “Samsung||SM-G960U1” • iOS: utsname.machine returns the device model. Example: “iPhone10.4” Note: Apple as a manufacturer is not included because it is the same for all iOS devices. Permissions Not applicable No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 12 / 78 Identifier Parameter C003 OS Name C004 OS Version Description Permissions Operating system name. JSON Data Type: String Values accepted: • Android: “Android” + “ ” + (Build.Version.SDK_INT equivalent field name from Build.Version.VERSION_CODES) + “ ” + Build.Version.RELEASE + “ API ” + Build.Version.SDK_INT returns the name of the operating system and the API level. Example: “Android Q 10 API 29” • iOS: the systemName property of the UIDevice class returns the name of the operating system. Example: “iOS” No permissions required Operating system version. JSON Data Type: String Values accepted: • Android: Build.VERSION.RELEASE returns the version of the operating system. Example: “8.1.0” • iOS: the systemVersion property of the UIDevice class returns the version of the operating system. Example: “14.2” No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 13 / 78 Identifier Parameter C005 Locale C006 Time Zone Description Permissions Device locale set by the user. For more information, refer to IETF BCP 47. JSON Data Type: String Values accepted: • Android: the device locale.getLanguage() + “-” + locale.getCountry() returns the device locale. Example: “en-US” • iOS: the device currentLocale.languageCode + “-” + currentLocale.countryCode returns the device locale. Example: “en-US” currentLocale.countryCode deprecated from iOS 18.0 From iOS 17 and above, use currentLocale.languageCode + "-" + currentLocale.regionCode No permissions required Time zone offset in minutes between UTC and the device local time No permissions required JSON Data Type: String Length: Variable, 1–4 characters Value accepted: • Integer in the range of -720 to 840, coded as a string For example, in Android, the TimeZone.getDefault() method returns a time zone based on the time zone where the program is running. Example time zone offset values in minutes: If UTC -5 hours: • “300” If UTC +5 hours: • “-300” © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 14 / 78 Identifier Parameter Description C008 Screen Resolution Pixel width and pixel height. JSON Data Type: String Length: Variable, maximum 13 characters Both width and height: Integer in the range of 0 to 999999 Expressed as width x height, for example: “1080x1920”. • Android: the screen resolution can be obtained from the heightPixels and widthPixels fields of the DisplayMetrics class. • iOS: the screen resolution can be obtained from the UIScreen mainScreen bounds width and height. C009 Device Name C010 IP Address User-assigned device name. JSON Data Type: String Example: • Android: default Bluetooth adapter device name can be used. • iOS: the localizedModel property of the UIDevice class returns the Device Name. Local IP address of the 3DS SDK in IPv4 or IPv6 format. JSON Data Type: String Length: Variable, maximum 45 characters Values accepted: • IPv4 address. Refer to RFC 791. • IPv6 address. Refer to RFC 4291. Permissions No permissions required On Android, this parameter requires Installation-time permissions AND Runtime permissions No permissions required on iOS. On Android, this parameter requires the following permissions during installation: android.permission.INTERNET android.permission.ACCESS_NETW ORK_STATE No permissions required on iOS. © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 15 / 78 Identifier Parameter C011 Latitude C012 Longitude C013 Application Package Name C014 SDK App ID Description Permissions Device physical location latitude. JSON Data Type: String Value accepted: • Double Floating-point number coded as a string Range: -90 to 90 Run-time permissions required on Android API level 23 and later, and iOS. Installation-time permissions required on Android API level 22 and earlier. Device physical location longitude. JSON Data Type: String Value accepted: • Double Floating-point number coded as a string Range: -180 to 180 Run-time permissions required on Android API level 23 and later, and iOS. Installation-time permissions required on Android API level 22 and earlier. The unique package name/bundle identifier of the application in which the 3DS SDK is embedded. JSON Data Type: String • Android: obtained from the applicationContext.getPackageName() method. • iOS: obtained from the [NSBundle mainBundle] bundleIdentifier property. No permissions required Universally unique ID that is created for each installation of the 3DS Requestor App on a Consumer Device. JSON Data Type: String Length: 36 characters Note: This should be the same ID that is passed to the 3DS Requestor App in the AuthenticationRequestParameters object (refer to Section 4.12.1 in the EMV 3-D Secure—SDK Specification). No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 16 / 78 Identifier Parameter C015 SDK Version C016 SDK Ref Number C017 dateTime C018 sdkTransID Description Permissions 3DS SDK version as applied by the implementer and stored securely in the 3DS SDK (refer to Requirement 58 in the EMV 3-D Secure—SDK Specification). JSON Data Type: String No permissions required Identifies the vendor and version of the 3DS SDK that is used for a specific transaction. The value is assigned by EMVCo when the Letter of Approval (LoA) of the specific 3DS SDK is issued. JSON Data Type: String Length: Variable, maximum 32 characters Note: The ACS should verify that this value matches the SDK Reference Number present in the AReq message. No permissions required Date and time when the 3DS SDK gathers the Device Information converted into UTC. Refer to the Core Specification for the definition of UTC. JSON Data Type: String Length: 14 characters Format accepted: YYYYMMDDHHMMSS No permissions required Universally unique transaction identifier assigned by the 3DS SDK to identify a single transaction. Refer to the Core Specification for the definition of the SDK Transaction ID. JSON Data Type: String Length: 36 characters Note: The sdkTransID is added to the Device Information before the 3DS SDK encrypts the data. It is updated every time the createTransaction method is invoked. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 17 / 78 2.6 Android-specific Device Parameters Table 2.3 lists the Platform-specific parameters that the 3DS SDK shall collect from the Android device platform. The Group or Identifier column contains the name of the parameter group or parameter identifier. Table 2.3: Android-specific Device Parameters Group or Identifier Telephony Manager Element A001 DeviceId Description Comments Permissions Telephony Manager provides access to information about the telephony services on the device. This group of parameters requires the following permissions: Run-time permissions android.permission.SEND_SMS android.permission.READ_PHONE_STATE android.permission.READ_PHONE_NUMBER S User approval is not required for API level 22 and earlier because these permissions are granted during installation. Unique identifier of the device. Example: • IMEI for GSM phones • MEID or ESN for CDMA phones JSON Data Type: String getDeviceId method deprecated in API level 26. Instead use: • getImei, which returns IMEI for GSM, and • getMeid, which returns MEID for CDMA. API level 29 or higher throws SecurityException or returns null. Set to RE04. Run-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 18 / 78 Group or Identifier A002 Element SubscriberId A003 A004 A005 IMEI/SV Group Identifier Level1 Line1 Number A006 A007 MmsUAProfUrl MmsUserAgent Description Comments Permissions Unique subscriber ID. JSON Data Type: String Example: IMSI for GSM phones API level 29 or higher throws SecurityException or returns null. Set to RE04. Run-time permissions IMEI software version. JSON Data Type: String Run-time permissions Group identifier level 1 for a GSM phone. JSON Data Type: String Available only for API level 18 or higher. Run-time permissions Phone number string for line 1. JSON Data Type: String Example: MSISDN for GSM phones getLine1Number () is deprecated. API level 33 or higher throws UnsupportedOperationException From API level 33 and above use getPhoneNumber(DEFAULT_SUBSCRIPTION_ ID) Run-time permissions MMS user-agent profile URL. JSON Data Type: String Available only for API level 19 or higher. No permissions required MMS user-agent. JSON Data Type: String Available only for API level 19 or higher. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 19 / 78 Group or Identifier A008 A009 A010 A011 Element NetworkCountryIso NetworkOperator NetworkOperatorName NetworkType Description Comments Permissions ISO country code equivalent of the current registered operator’s Mobile Country Code (MCC). Length: 2 characters JSON Data Type: String Value accepted: • The ISO-3166-1 alpha-2 country code equivalent of the MCC. Numeric name (MCC + Mobile Network Code (MNC)) of the current registered operator. JSON Data Type: String No permissions required No permissions required Alphabetic name of the current registered operator. JSON Data Type: String No permissions required NETWORK_TYPE_xxxx for the current data connection. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Integer coded as a string Use getDataNetworkType() only for API level No permissions 24 or higher. required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 20 / 78 Group or Identifier A012 Element PhoneCount A013 PhoneType A014 SimCountryIso Description Comments Permissions Number of phones available. Returns 1 for single standby mode (single SIM functionality). Returns 2 for dual standby mode (dual SIM functionality). Length: 1 character JSON Data Type: String Value accepted: • Integer in the range of 0 to 5, coded as a string Available only for API level 23 or higher. getPhoneCount() deprecated in API level 30 From API level 30 onwards, use getActiveModemCount() Constant that indicates the device phone type. This indicates the type of radio used to transmit voice calls. JSON Data Type: String ISO country code equivalent of the SIM provider’s country code. Length: 2 characters JSON Data Type: String Value accepted: • The ISO-3166-1 alpha-2 country code equivalent of the SIM provider’s country code No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A015 Element SimOperator A016 A017 A018 SimOperatorName SimSerialNumber SimState A019 A020 VoiceMailAlphaTag VoiceMailNumber Description Comments MCC+MNC of the SIM provider. JSON Data Type: String Length: Variable, maximum 6 characters, numeric Service Provider Name (SPN). JSON Data Type: String Serial number of the SIM, if applicable. JSON Data Type: String API level 29 or higher throws SecurityException or returns null. Set to RE04. Constant that indicates the state of the default SIM card. Length: 1 character JSON Data Type: String Value accepted: • Integer in the range of 0 to 9, coded as a string Alphabetic identifier associated with the voice mail number. JSON Data Type: String Voice mail number. JSON Data Type: String Page 21 / 78 Permissions No permissions required No permissions required Run-time permissions No permissions required Run-time permissions Run-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 22 / 78 Group or Identifier A021 A022 A023 A024 Element Description Comments hasIccCard Returns true if an Integrated Circuit Card (ICC) is present. JSON Data Type: String Values accepted: • “false” • “true” isHearingAidCompatibi litySupported Indicates whether the phone supports hearing aid compatibility. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 23 or higher. isNetworkRoaming Determines if the device is considered roaming on the current network, for GSM purposes. JSON Data Type: String Values accepted: • “false” • “true” isSmsCapable Determines if the current device supports SMS service. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 to 34. From API level 35 onwards, use isDeviceSmsCapable() Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 23 / 78 Group or Identifier A025 Element isTtyModeSupported A026 isVoiceCapable A027 isWorldPhone Description Comments Permissions Determines whether the phone supports TTY mode. JSON Data Type: String Values accepted: • “false” • “true” Determines if the current device is “voice-capable”. JSON Data Type: String Values accepted: • “false” • “true” Determines whether the device is a world phone. JSON Data Type: String Values accepted: • “false” • “true” Available only from API level 23 to API level 27. Deprecated in API level 28. From API level 28 onwards, use TelecomManager.isTtySupported(). Available only for API level 22 or 34. From API level 35 onwards, use isDeviceVoiceCapable() Available only for API level 23 or higher. No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A138 A139 A140 A141 A142 Element Description Comments simCarrierId simCarrierIdName Provides a platform-wide unique identifier for each carrier. Length: Variable, maximum 11 characters JSON Data Type: String Values accepted: • Integer coded as a string Provides user-facing name of the specific carrier ID. JSON Data Type: String manufacturerCode Provides the Manufacturer code from the Mobile Equipment Identifier. JSON Data Type: String simSpecificCarrierId Provides the carrier ID of the current subscription. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Integer coded as a string simSpecificCarrierIdN ame Provides the user-facing name of the specific carrier ID. JSON Data Type: String Available only for API level 28 or higher Available only for API level 28 or higher Available only for API level 29 or higher Available only for API level 29 or higher Available only for API level 29 or higher Page 24 / 78 Permissions No permissions required No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 25 / 78 Group or Identifier A143 Element multiSimSupported A145 subscriptionId A156 premiumForPurchase Description Comments Permissions Indicates if the ability to register multiple SIM cards simultaneously on the network is supported by the device and by the carrier. Length: 1 character JSON Data Type: String Values accepted: • “0” • “1” • “2” Returns the subscription ID for the given phone account. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Integer coded as a string Check whether the given premium capability is available for purchase from the carrier JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 29 or higher Available only for API level 30 or higher Available only for API level 34 or higher Use isPremiumCapabilityAvailableForPurch ase() Installation-time permissions No permissions required Run-time permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 26 / 78 Group or Identifier A169 Element nonTerrestrialNet WifiManager A028 Wifi - Mac Address A029 BSSID A030 SSID Description Comments Permissions Get whether device is connected to a non-terrestrial network. JSON Data Type: String Values accepted: • “false” • “true” WifiManager provides the primary API for managing all aspects of Wi-Fi connectivity. Available only for API level 35 or higher NetworkRegistrationInfo#isNonTerrest rialNetwork() should be checked for all available network registrations, and the result should return true if any of them is classified as non-terrestrial. No permissions required This group of parameters requires the following permission: android.permission.ACCESS_WIFI_STATE Installation-time permissions Returns the wireless MAC address of the device. JSON Data Type: String For API level 31 or higher, set to RE04 in the DPNA. Installation-time permissions Returns the Basic Service Set Identifier (BSSID) of the current access point. JSON Data Type: String Installation-time permissions Returns the Service Set Identifier (SSID) of the current 802.11 network. JSON Data Type: String Installation-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 27 / 78 Group or Identifier A031 A032 A033 Element Description Comments Permissions Network ID Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Integer coded as a string Installation-time permissions is5GHzBandSupported Determines if this adapter supports the 5 GHz band. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. Installation-time permissions isDeviceToApRttSuppor ted Determines if this adapter supports Device-to-AP RTT. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. Deprecated in API level 29. Use PackageManager.hasSystemFeature() with PackageManager.FEATURE_WIFI_RTT. Installation-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 28 / 78 Group or Identifier A034 A035 A036 A037 Element Description Comments Permissions isEnhancedPowerReport ingSupported Determines if this adapter supports advanced power and performance counters. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. isP2pSupported Determines if this adapter supports WifiP2pManager. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. isPreferredNetworkOff loadSupported Determines if this adapter supports offloaded connectivity scan. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. isScanAlwaysAvailable Determines if scanning is always available. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 18 or higher. Deprecated in API level 29; ability for apps to trigger scan requests will be removed in a future Android release. Installation-time permissions Installation-time permissions Installation-time permissions Installation-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A038 A146 A147 A148 Element Description Comments isTdlsSupported is6GHzBandSupported passpointFqdn Determines if this adapter supports Tunnel Directed Link Setup. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. Returns a Boolean if 6GHz band is supported. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 30 or higher. Returns the fully qualified domain name of the network if it is a Passpoint network. JSON Data Type: String Available only for API level 29 or higher. passpointProviderFrie ndlyName Returns the Provider Friendly Name of the network if it is a Passpoint network. JSON Data Type: String Available only for API level 29 or higher. Page 29 / 78 Permissions Installation-time permissions Run-time permission required Run-time permission required Run-time permission required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 30 / 78 Group or Identifier A157 A158 A159 Element Description Comments Permissions maxWifiChannelNumber usableChannels The maximum number of channels that is allowed to be set on a WifiNetworkSpecifier Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Integer coded as a string List of frequencies available on the device. JSON Data Type: Array of String The frequency is represented as an integer coded as a string. Available only for API level 34 or higher. Use getMaxNumberOfChannelsPerNetworkSpec ifierRequest () Available only for API level 34 or higher. Use getUsableChannels with WifiScanner#WIFI_BAND_UNSPECIFIED and mode=0 No permissions required Run-time permission required dualBandSimultSupport ed Returns a Boolean true if this device supports Dual-Band Simultaneous (DBS) operation. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 34 or higher. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A160 A161 A162 Element Description tidToLinkMappingNegoS upported Returns a Boolean true if this device supports TID-to-Link Mapping Negotiation. JSON Data Type: String Values accepted: • “false” • “true” tlsMinVersSupported Returns a Boolean indicating if required minimum TLS version is supported. JSON Data Type: String Values accepted: • “false” • “true” tlsV13Supported Returns a Boolean indicating if TLS v1.3 is supported. JSON Data Type: String Values accepted: • “false” • “true” Comments Available only for API level 34 or higher. Available only for API level 34 or higher. Available only for API level 34 or higher. Page 31 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A163 A164 A165 Element Description Comments aggressiveRoamingMode Supported Returns a Boolean indicating if this device supports aggressive roaming mode. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 35 or higher. isD2dSupportedWhenInf raStaDisabled Returns a Boolean indicating if this device supports device-to-device (D2D) Wi-Fi use cases such as WiFi Direct when infra station (STA) is disabled. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 35 or higher. wepSupported Returns a Boolean indicating if this device supports connections to WiFi WEP networks. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 35 or higher. Page 32 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 33 / 78 Group or Identifier A166 Bluetooth Manager Element Description Comments wpaPersonalSupported Returns a Boolean indicating if this device supports connections to WiFi WPA-Personal networks. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 35 or higher. Bluetooth Manager is used to conduct overall Bluetooth Management. Through Bluetooth Adapter, it facilitates fundamental Bluetooth tasks, such as initiate device discovery, query a list of bonded (paired) devices, initiate a BluetoothDevice using a known MAC address, and create a BluetoothServerSocket to listen for connection requests from other devices, and start a scan for Bluetooth Low Energy (LE) devices. This group of parameters requires the following permission: android.permission.BLUETOOTH Permissions No permissions required Installation-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A039 Element Address A040 BondedDeviceMac A149 BondedDevicesAlias Description Comments Hardware MAC address of the local Bluetooth adapter. Example: 00:00:56:B1:C0:6E JSON Data Type: String Values accepted: • 48 bits represented as 6 hexadecimal bytes separated by “:” (colon hexadecimal notation) Returns the array of BluetoothDevice MAC address that are bonded (paired) to the local adapter. Example: [“48:F0:7B:61:DD:D4”, “ED:90:C2:3D:E8:14”] JSON Data Type: Array of String Values accepted: • 48 bits represented as 6 hexadecimal bytes separated by “:” (colon hexadecimal notation) Returns the array of BluetoothDevice alias coded as a string that are bonded (paired) to the local adapter. JSON Data Type: Array of String Available only for API level 18 or higher. Available only for API level 18 or higher. Available only for API level 30 or higher. Page 34 / 78 Permissions Installation-time permissions AND Run-time permissions Installation-time permissions AND Run-time permissions Installation-time permissions AND Run-time permissions © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 35 / 78 Group or Identifier A041 Element isEnabled A167 addressType Build A042 A043 BOARD BOOTLOADER Description Comments Permissions Returns true if Bluetooth is currently enabled and ready for use. JSON Data Type: String Values accepted: • “false” • “true” Returns the address type of this BluetoothDevice. JSON Data Type: Array of String Value accepted: • Integer coded as a string Available only for API level 18 or higher. Installation-time permissions Available only for API level 35 or higher. The method BluetoothManager#getConnectedDevices returns a list of BluetoothDevice objects. To retrieve the addressType, BluetoothDevice#getAddressType() should be called for each object. No permissions required Build is used to determine information about the current build, extracted from system properties. Name of the underlying board, such as “goldfish”. JSON Data Type: String System bootloader version number. JSON Data Type: String No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A044 Element BRAND A045 A046 A047 A048 A049 A050 DEVICE DISPLAY FINGERPRINT HARDWARE ID MANUFACTURER Description Consumer-visible brand with which the product/hardware will be associated, if any. JSON Data Type: String Name of the industrial design. JSON Data Type: String Build ID string that is displayed to the user. JSON Data Type: String String that uniquely identifies this build. JSON Data Type: String Name of the hardware (from the kernel command line or /proc). JSON Data Type: String Either a changelist number or a label like “M4-rc20”. JSON Data Type: String Manufacturer of the product/hardware. JSON Data Type: String Comments Page 36 / 78 Permissions No permissions required No permissions required No permissions required No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 37 / 78 Group or Identifier A051 Element PRODUCT A052 RADIO A053 SERIAL A153 A154 A155 SKU SOC_MANUFACTURER SOC_MODEL Description Comments Permissions Name of the overall product. JSON Data Type: String Radio firmware version number using getRadioVersion(). JSON Data Type: String Hardware serial number, if available. JSON Data Type: String Deprecated in API level 26. From API level 26 onwards, use getSerial() API level 29 or higher throws SecurityException or returns null. Set to RE04. The SKU of the hardware (from the Available only for API level 31 or higher. kernel command line). JSON Data Type: String The manufacturer of the device’s primary system-on-chip. JSON Data Type: String Available only for API level 31 or higher. The model name of the device’s primary system-on-chip. JSON Data Type: String Available only for API level 31 or higher. No permissions required No permissions required No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A054 A055 A056 A057 Element Description Comments SUPPORTED_32_BIT_ABIS Ordered list of 32-bit Application Binary Interfaces (ABIs) supported by this device. The most preferred ABI is the first element in the list. JSON Data Type: Array of String Available only for API level 21 or higher. SUPPORTED_64_BIT_ABIS Ordered list of 64-bit ABIs supported by this device. The most preferred ABI is the first element in the list. JSON Data Type: Array of String Available only for API level 21 or higher. TAGS Comma-separated tags describing the build, such as “unsigned,debug”. JSON Data Type: String TIME Build time. JSON Data Type: String Length: Variable, maximum 20 characters Value accepted: • Positive long integer coded as a string Page 38 / 78 Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A058 TYPE Element A059 USER Description Type of build, such as “user” or “eng”. JSON Data Type: String JSON Data Type: String Comments Build.VERSI ON A060 CODENAME A061 INCREMENTAL A062 PREVIEW_SDK_INT Build.VERSION indicates various version strings. The current development codename, or the string “REL” if this is a release build. JSON Data Type: String The internal value used by the underlying source control to represent this build. JSON Data Type: String The developer preview revision of a pre-release SDK. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string Available only for API level 23 or higher. Page 39 / 78 Permissions No permissions required No permissions required No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A063 A064 Settings Secure A065 Element Description Comments SDK_INT SECURITY_PATCH The user-visible SDK version of the framework; its possible values are defined in Build.VERSION_CODES. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string The user-visible security patch level. JSON Data Type: String Available only for API level 23 or higher. Secure system settings containing system preferences that applications can read but are not allowed to write. ACCESSIBILITY_DISPLAY _INVERSION_ENABLED Specifies whether display colour inversion is enabled. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. Page 40 / 78 Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A066 A067 A068 Element Description Comments ACCESSIBILITY_ENABLED Specifies whether accessibility is enabled. JSON Data Type: String Values accepted: • “false” • “true” ACCESSIBILITY_SPEAK_P ASSWORD Specifies whether to speak passwords while in accessibility mode. JSON Data Type: String Values accepted: • “false” • “true” ALLOWED_GEOLOCATION_O RIGINS Origins for which browsers should allow geolocation by default. The value is a space-separated list of origins. JSON Data Type: String Deprecated in API level 26. Page 41 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A069 A071 A073 A074 Element Description Comments ANDROID_ID DEFAULT_INPUT_METHOD A 64-bit number (expressed as a hexadecimal string), unique to each combination of app-signing key, user, and device. Values of ANDROID_ID are scoped by signing key and user. The value may change if a factory reset is performed on the device or if an APK signing key changes. JSON Data Type: String Value accepted: • 8-byte hexadecimal [0-9,a-f,AF] Setting to record the input method used by default. JSON Data Type: String ENABLED_ACCESSIBILITY _SERVICES List of enabled accessibility providers. JSON Data Type: Array of String ENABLED_INPUT_METHODS List of input methods that are currently enabled. JSON Data Type: Array of String Not readable from API level 34. From API level 34 onwards, use getEnabledInputMethodList() Page 42 / 78 Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 43 / 78 Group or Identifier A075 A076 A077 A078 Element Description Comments Permissions INPUT_METHOD_SELECTOR _VISIBILITY Setting to record the visibility of the input method selector. JSON Data Type: String No permissions required INSTALL_NON _MARKET_APPS Specifies whether applications can be installed for this user via the system’s ACTION_INSTALL_PACKAGE mechanism. JSON Data Type: String Values accepted: • “false” • “true” Settings.Security.INSTALL_NON_MARKET _APPS constant deprecated in API level 17. ACTION_INSTALL_PACKAGE mechanism deprecated in API level 29. From API level 29 onwards, use PackageManager.canRequestPackageInst alls() Note: canRequestPackageInstalls()needs Run-time permissions (android.permission.REQUEST_INSTALL_PACK AGES). If no permission, set to RE03 in the DPNA. No permissions required LOCATION_MODE Degree of location access enabled by the end user. JSON Data Type: String Deprecated in API level 28. From API level 28 onwards, use LocationManager.isLocationEnabled() No permissions required SKIP_FIRST_USE_HINTS If enabled, apps should try to skip any introductory hints on first launch. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 21 or higher. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A079 A080 A081 Element Description Comments SYS_PROP_SETTING_VERS ION Secure system settings, containing system preferences that applications can read but are not allowed to write. JSON Data Type: String Available only for API levels below 24. TTS_DEFAULT_PITCH TTS_DEFAULT_RATE Default text-to-speech engine pitch. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string Default text-to-speech engine speech rate. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string Page 44 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 45 / 78 Group or Identifier A082 A083 A150 A151 Element TTS_DEFAULT_SYNTH TTS_ENABLED_PLUGINS RTT_CALLING_MODE SECURE_FRP_MODE Description Comments Permissions Default text-to-speech engine. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string Space-delimited list of plugin packages that are enabled. JSON Data Type: String User-selected Real-Time Text (RTT) mode. JSON Data Type: String Values accepted: • “false” • “true” Indicates whether the device is in restricted secure Factory Reset Protection (FRP) mode. JSON Data Type: String Values accepted: • “false” • “true” No permissions required Available only for API level 28 or higher. No permissions required No permissions required Use Settings Secure SECURE_FRP_MODE for API level 30 to 33. Use Settings Global SECURE_FRP_MODE for API 34 and above. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier Settings Global A084 A085 A086 Element Description Comments Global system settings containing preferences that always apply identically to all defined users. ADB_ENABLED AIRPLANE_MODE_RADIOS Specifies whether Android Debug Bridge (ADB) is enabled. JSON Data Type: String Values accepted: • “false” • “true” Comma-separated list of radios that need to be disabled when airplane mode is on. JSON Data Type: String Available only for API level 17 or higher. Available only for API level 17 or higher. ALWAYS_FINISH_ACTIVIT IES If 1, the activity manager will aggressively finish activities and processes as soon as they are no longer needed. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. Page 46 / 78 Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A087 A088 A089 Element Description Comments ANIMATOR_DURATION_SCA LE Scaling factor for animator-based animations. JSON Data Type: String Value accepted: • Floating-point number coded as a string Available only for API level 17 or higher. AUTO_TIME Value to specify whether the user prefers the date, time and time zone to be automatically fetched from the network. Refer to Network Identity and Time Zone (NITZ). JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. AUTO_TIME_ZONE Value to specify whether the user prefers the time zone to be automatically fetched from the network. Refer to NITZ. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. Page 47 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 48 / 78 Group or Identifier A070 A090 A072 A091 A092 Element Description Comments Permissions DATA_ROAMING Determines whether data roaming is enabled. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. Note: TelephonyManager.isDataRoamingEnable d()may also be used. DEVELOPMENT_SETTINGS_ ENABLED Determines whether the end user has enabled development settings. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. DEVICE_PROVISIONED Determines whether the device has been provisioned. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. HTTP_PROXY Host name and port for global HTTP proxy. JSON Data Type: String Available only for API level 17 or higher. No permissions required No permissions required No permissions required No permissions required NETWORK_PREFERENCE User preference for which networks should be used. JSON Data Type: String Available only for API level 17 or higher. No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A093 A094 A095 A096 Element Description Comments STAY_ON_WHILE_PLUGGED _IN Determines whether the device must remain switched on while it is plugged in. JSON Data Type: String Value accepted: • Integer in the range of 0 to 15, coded as a string Available only for API level 17 or higher. TRANSITION_ANIMATION_ SCALE Scaling factor for activity transition animations. JSON Data Type: String Value accepted: • Floating-point number coded as a string Available only for API level 17 or higher. USB_MASS_STORAGE_ENAB LED Indicates whether USB mass storage is enabled. JSON Data Type: String Values accepted: • “false” • “true” Available only for API level 17 or higher. USE_GOOGLE_MAIL If this setting is set (to anything), then all references to Gmail on the device must change to Google Mail. JSON Data Type: String Available only for API level 17 or higher. Page 49 / 78 Permissions No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Page 50 / 78 Group or Identifier A097 A098 A152 Settings System Element Description Comments Permissions WAIT_FOR_DEBUGGER If 1, when launching DEBUG_APP, it will wait for the debugger before starting user code. JSON Data Type: String Values accepted: • “false” • “true” WIFI_NETWORKS_AVAILAB LE_NOTIFICATION_ON Determines whether the end user should be notified of open networks. JSON Data Type: String Values accepted: • “false” • “true” APPLY_RAMPING_RINGER Indicates if ramping ringer is enabled on incoming call ringtone. JSON Data Type: String Values accepted: • “false” • “true” System settings containing miscellaneous system preferences. Available only for API level 17 or higher. Deprecated in API level 26. Available only for API level 29 or higher, deprecated in API level 33. From API level 33 onwards, use AudioManager.isRampingRingerEnabled( )” No permissions required No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A099 A100 A101 Element Description ACCELEROMETER_ROTATIO N Control whether the accelerometer will be used to change screen orientation. JSON Data Type: String Values accepted: • “false” • “true” BLUETOOTH_DISCOVERABI LITY Determines whether remote devices may discover and/or connect to this device. JSON Data Type: String Values accepted: • “0” • “1” • “2” BLUETOOTH_DISCOVERABI LITY_TIMEOUT Bluetooth discoverability timeout. Length: Variable, maximum 11 characters JSON Data Type: String Value accepted: • Positive integer coded as a string Comments Page 51 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A102 A103 A104 Element Description Comments DATE_FORMAT Date format. JSON Data Type: String Values accepted: • mm/dd/yyyy • dd/mm/yyyy • yyyy/mm/dd DTMF_TONE_TYPE_WHEN_D IALING CDMA-only settings + DTMF tone type played by the dialler when dialling. JSON Data Type: String Values accepted: • “false” • “true” DTMF_TONE_WHEN_DIALIN G Specifies whether the audible DTMF tones are played by the dialler when dialling. JSON Data Type: String Values accepted: • “false” • “true” Deprecated in API level 31 From API level 31 onwards, use A120 TIME_12_24. Available only for API level 23 or higher. Page 52 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A105 A106 A107 Element Description Comments END_BUTTON_BEHAVIOR The behaviour when the user presses the end call button if they are not on a call. JSON Data Type: String Values accepted: • “0” • “1” • “2” • “3” FONT_SCALE Scaling factor for fonts. JSON Data Type: String Value accepted: • Positive Floating-point number coded as a string HAPTIC_FEEDBACK_ENABL ED Specifies whether the haptic feedback (long presses) is enabled. JSON Data Type: String Values accepted: • “false” • “true” Deprecated in API level 33 Page 53 / 78 Permissions No permissions required No permissions required No permissions required © 2017–2025 EMVCo, LLC. All rights reserved. Reproduction, distribution and other use of this document is permitted only pursuant to the applicable agreement between the user and EMVCo found on the EMVCo website. EMV® is a registered trademark or trademark of EMVCo, LLC in the United States and other countries. EMV® 3-D Secure SDK—Device Information Data Version 1.7 Device Identification Parameters Group or Identifier A108 A109 A110 A111 Element Description MODE_RINGER_STREAMS_A FFECTED Determines which streams are affected by ringer mode changes. Length: Variable, maximum 11 characters JSON Data Type: String Value acc