Mastercard · Schema

MessageResponseBlock

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
initiatingPartyId string Unique identifier of the message sender.
messageId string A point-to-point unique identifier is assigned to every message by the message initiator.
creationDateTime string ISO 8601 format date and time in Coordinated Universal Time (UTC) when this message was created.
originalMessageId string Original message identifier generated and sent by the initiator of the request message.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-message-response-block-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageResponseBlock",
  "type": "object",
  "properties": {
    "initiatingPartyId": {
      "type": "string",
      "description": "Unique identifier of the message sender."
    },
    "messageId": {
      "type": "string",
      "description": "A point-to-point unique identifier is assigned to every message by the message initiator."
    },
    "creationDateTime": {
      "type": "string",
      "description": "ISO 8601 format date and time in Coordinated Universal Time (UTC) when this message was created."
    },
    "originalMessageId": {
      "type": "string",
      "description": "Original message identifier generated and sent by the initiator of\n the request message."
    }
  }
}