{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AgreementAckForAgmtCreation",
"type": "object",
"properties": {
"agreementId": {
"type": "string",
"description": "Unique identifier assigned by Mastercard to the agreement."
},
"agreementStatus": {
"type": "string",
"description": "Agreement Status returned by Mastercard. * Refer to Codes and Formats section for more details."
},
"agreementReferenceNumber": {
"type": "string",
"description": "Unique 6 digit reference provided by Mastercard to the CSP to be conveyed to the Debtor in order to create an agreement."
}
}
}