Mastercard · Schema

IdentityRisk

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
score integer A comprehensive 0-500 score associated with the individual's identity.
reasonCode string Reason code explanation value for the identity risk score based on data provided. Possible values are: * High Severity : AA-AP * Medium Severity : JA-JF * Low Severity : RA-RP
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-identity-risk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IdentityRisk",
  "type": "object",
  "properties": {
    "score": {
      "type": "integer",
      "description": "A comprehensive 0-500 score associated with the individual's identity."
    },
    "reasonCode": {
      "type": "string",
      "description": "Reason code explanation value for the identity risk score based on data provided. Possible values are: * High Severity : AA-AP * Medium Severity : JA-JF * Low Severity : RA-RP"
    }
  }
}