Mastercard · Schema

TransactionInsights

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
id string The generated unique transaction identifier.
View JSON Schema on GitHub

JSON Schema

mastercard-identity-insights-for-transactions-transaction-insights-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TransactionInsights",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The generated unique transaction identifier."
    }
  }
}