Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 2.62 KB

DecisioningData.md

File metadata and controls

17 lines (13 loc) · 2.62 KB

MdesDigitalEnablementApi.DecisioningData

Properties

Name Type Description Notes
recommendation String (OPTIONAL) Digitization decision recommended by the Token Requestor. Must be either APPROVED (Recommend a decision of Approved), DECLINED (Recommend a decision of Decline). [optional]
recommendationAlgorithmVersion String (OPTIONAL) Version of the algorithm used by the Token Requestor to determine its recommendation. Must be a value of "01". Other values may be supported in the future. [optional]
deviceScore String (OPTIONAL) Score assigned by the Token Requestor for the target device being provisioned. Must be a value from 1 to 5. [optional]
accountScore String (OPTIONAL) Score assigned by the Token Requestor for the consumer account or relationship. Must be a value from 1 to 5. [optional]
recommendationReasons [String] (OPTIONAL) Code indicating the reasons the Token Requestor is suggesting the digitization decision. See table here - https://developer.mastercard.com/mdes-digital-enablement/documentation/code-and-formats/#recommendation-reason-codes [optional]
deviceCurrentLocation String (OPTIONAL) Latitude and longitude in the format "(sign) latitude, (sign) longitude" with a precision of 2 decimal places. Ex - "38.63, -90.25" Latitude is between -90 and 90. Longitude between -180 and 180. Relates to the target device being provisioned. If there is no target device, then this should be the current consumer location, if available. [optional]
deviceIpAddress String (OPTIONAL) The IP address of the device through which the device reaches the internet. This may be a temporary or permanent IP address assigned to a home router, or the IP address of a gateway through which the device connects to a network. IPv4 address format of 4 octets separated by "." Ex - 127.0.0.1 Relates to the target device being provisioned. If there is no target device, then this should be the current consumer IP address, if available. [optional]
mobileNumberSuffix String (OPTIONAL) The last few digits (typically four) of the consumer's mobile phone number as available on file or on the consumer's current device, which may or may not be the mobile number of the target device being provisioned. [optional]
accountIdHash String (OPTIONAL) SHA-256 hash of the Cardholder?s account ID with the Token Requestor. Typically expected to be an email address. [optional]