Mastercard · Schema
MessageRequestBlock
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. |
| businessType | number | Unique identifier assigned by Mastercard to define the commercial product construct. * Refer to Codes and Formats section for more details. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "MessageRequestBlock",
"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."
},
"businessType": {
"type": "number",
"description": "Unique identifier assigned by Mastercard to define the commercial product construct. * Refer to Codes and Formats section for more details."
}
}
}