Mastercard · JSON Structure

Mastercard Account To Account Commerce For Creditor Service Providers Message Response Block Structure

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

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

Properties

initiatingPartyId messageId creationDateTime originalMessageId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MessageResponseBlock",
  "type": "object",
  "properties": {
    "initiatingPartyId": {
      "type": "string"
    },
    "messageId": {
      "type": "string"
    },
    "creationDateTime": {
      "type": "string"
    },
    "originalMessageId": {
      "type": "string"
    }
  }
}