Mastercard · Schema

AgreementForAgmtRetrieval

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
agreementId string Unique identifier assigned by Mastercard to the agreement.
agreementReferenceNumber string Unique 6 digit reference used by DSP to retrieve the create agreement request.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-agreement-for-agmt-retrieval-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgreementForAgmtRetrieval",
  "type": "object",
  "properties": {
    "agreementId": {
      "type": "string",
      "description": "Unique identifier assigned by Mastercard to the agreement."
    },
    "agreementReferenceNumber": {
      "type": "string",
      "description": "Unique 6 digit reference used by DSP to retrieve the create agreement request."
    }
  }
}