Mastercard · JSON Structure

Mastercard Unified Checkout Solutions Dpa Address Structure

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

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

Properties

name line1 line2 line3 city state countryCode zip

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DpaAddress",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "line3": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    }
  }
}