Mastercard · Schema

AgreementStatus

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.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-agreement-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgreementStatus",
  "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."
    }
  }
}