Mastercard · Schema

MCTransactionFootprints

Response object which holds all the transaction footprints corresponding to each transaction in Transactions request.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
transactionFootprints array
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-transaction-footprints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCTransactionFootprints",
  "type": "object",
  "description": "Response object which holds all the transaction footprints corresponding to each transaction in Transactions request.",
  "properties": {
    "transactionFootprints": {
      "type": "array"
    }
  }
}