Mastercard · JSON Structure

Mastercard Community Pass Payments Validation Structure

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

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

Properties

appId partnerId accountId partnerType correlationId transactionTime paymentChannel

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Validation",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "partnerId": {
      "type": "string"
    },
    "accountId": {
      "type": "string"
    },
    "partnerType": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    },
    "transactionTime": {
      "type": "string"
    },
    "paymentChannel": {
      "type": "string"
    }
  }
}