Mastercard · Schema

AgreementAckForAgmtCreation

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
agreementId string Unique identifier assigned by Mastercard to the agreement.
agreementStatus string Agreement Status returned by Mastercard. * Refer to Codes and Formats section for more details.
agreementReferenceNumber string Unique 6 digit reference provided by Mastercard to the CSP to be conveyed to the Debtor in order to create an agreement.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-agreement-ack-for-agmt-creation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgreementAckForAgmtCreation",
  "type": "object",
  "properties": {
    "agreementId": {
      "type": "string",
      "description": "Unique identifier assigned by Mastercard to the agreement."
    },
    "agreementStatus": {
      "type": "string",
      "description": "Agreement Status returned by Mastercard. * Refer to Codes and Formats section for more details."
    },
    "agreementReferenceNumber": {
      "type": "string",
      "description": "Unique 6 digit reference provided by Mastercard to the CSP to be conveyed to the Debtor in order to create an agreement."
    }
  }
}