Mastercard · JSON Structure

Mastercard Identity Insights For Transactions Address Structure

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

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

Properties

addressLine1 addressLine2 addressCity addressState addressPostCode addressCountry

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Address",
  "type": "object",
  "properties": {
    "addressLine1": {
      "type": "string"
    },
    "addressLine2": {
      "type": "string"
    },
    "addressCity": {
      "type": "string"
    },
    "addressState": {
      "type": "string"
    },
    "addressPostCode": {
      "type": "string"
    },
    "addressCountry": {
      "type": "string"
    }
  }
}