Mastercard · Schema
AgreementForAgmtConfirmation
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| agreementId | string | Unique identifier assigned by Mastercard to the agreement. |
| agreementStatus | string | Status of the Agreement updated by DSP to either Approved or Rejected or Deleted. * Refer to Codes and Formats section for more details. |
| agreementStatusReason | string | Reason for declined agreement. * Refer to Codes and Formats section for more details. |
| accountNickname | string | Nickname of the account is passed when agreementConfirmed is true. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "AgreementForAgmtConfirmation",
"type": "object",
"properties": {
"agreementId": {
"type": "string",
"description": "Unique identifier assigned by Mastercard to the agreement."
},
"agreementStatus": {
"type": "string",
"description": "Status of the Agreement updated by DSP to either Approved or Rejected or Deleted. * Refer to Codes and Formats section for more details."
},
"agreementStatusReason": {
"type": "string",
"description": "Reason for declined agreement. * Refer to Codes and Formats section for more details."
},
"accountNickname": {
"type": "string",
"description": "Nickname of the account is passed when agreementConfirmed is true."
}
}
}