Mastercard · Schema

MCTransactions

Request object which holds all the payment transactions from API consumer for calculating transaction footprint.

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
transactions array
View JSON Schema on GitHub

JSON Schema

mastercard-doconomy-aland-index-mc-transactions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MCTransactions",
  "type": "object",
  "description": "Request object which holds all the payment transactions from API consumer for calculating transaction footprint.",
  "properties": {
    "transactions": {
      "type": "array"
    }
  }
}