Mastercard · JSON Structure

Mastercard Doconomy Aland Index Mc Transaction Footprint Structure

Type: object Properties: 3
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

MCTransactionFootprint is a JSON Structure definition published by Mastercard, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

carbonEmissionInGrams carbonEmissionInOunces carbonSocialCost

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MCTransactionFootprint",
  "type": "object",
  "properties": {
    "carbonEmissionInGrams": {
      "type": "number"
    },
    "carbonEmissionInOunces": {
      "type": "number"
    },
    "carbonSocialCost": {
      "type": "object"
    }
  }
}