Mastercard · Schema

IpRisk

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
score number A 0-1 score (rounded to three decimal places) associated with an IP address.
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-ip-risk-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IpRisk",
  "type": "object",
  "properties": {
    "score": {
      "type": "number",
      "description": "A 0-1 score (rounded to three decimal places) associated with an IP address."
    }
  }
}