Mastercard · Schema

AgreementForAgmtUpdate

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 provided by DSP when agreement status is rejected. * Refer to Codes and Formats section for more details.
accountNickname string Nickname updated by DSP. Nickname must be supplied when agreement status is Approved.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-agreement-for-agmt-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgreementForAgmtUpdate",
  "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 provided by DSP when agreement status is rejected. * Refer to Codes and Formats section for more details."
    },
    "accountNickname": {
      "type": "string",
      "description": "Nickname updated by DSP. Nickname must be supplied when agreement status is Approved."
    }
  }
}