Mastercard · JSON Structure

Mastercard Debtor Service Provider Resources Agreement For Agmt Confirmation Structure

Type: object Properties: 4
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

AgreementForAgmtConfirmation is a JSON Structure definition published by Mastercard, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

agreementId agreementStatus agreementStatusReason accountNickname

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AgreementForAgmtConfirmation",
  "type": "object",
  "properties": {
    "agreementId": {
      "type": "string"
    },
    "agreementStatus": {
      "type": "string"
    },
    "agreementStatusReason": {
      "type": "string"
    },
    "accountNickname": {
      "type": "string"
    }
  }
}