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 CSP. * Refer to Codes and Formats section for more details.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-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 CSP. * Refer to Codes and Formats section for more details."
    }
  }
}