Mastercard · JSON Structure

Mastercard Community Pass Payments Notification Structure

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

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

Properties

appId partnerId providerReference srcAccount paymentChannel transactionAmount accountId transactionDate narration accountName accountNumber currency countryCode signature correlationId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Notification",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "partnerId": {
      "type": "string"
    },
    "providerReference": {
      "type": "string"
    },
    "srcAccount": {
      "type": "string"
    },
    "paymentChannel": {
      "type": "string"
    },
    "transactionAmount": {
      "type": "number"
    },
    "accountId": {
      "type": "string"
    },
    "transactionDate": {
      "type": "string"
    },
    "narration": {
      "type": "string"
    },
    "accountName": {
      "type": "string"
    },
    "accountNumber": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    },
    "signature": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    }
  }
}