Mastercard · Schema

AgreementConForPaymentAdvice

Agreement Confirmation from DSP

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
agreementConfirmed boolean Indicates true whether Agreement was confirmed by Debtor. False for any other reasons.
agreementStatusReason string Reason for declined agreement. * Refer to Codes and Formats section for more details.
accountNickname string Nickname of the account is passed when agreementConfirmed is true.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-agreement-con-for-payment-advice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgreementConForPaymentAdvice",
  "type": "object",
  "description": "Agreement Confirmation from DSP",
  "properties": {
    "agreementConfirmed": {
      "type": "boolean",
      "description": "Indicates true whether Agreement was confirmed by Debtor. False for any other reasons."
    },
    "agreementStatusReason": {
      "type": "string",
      "description": "Reason for declined agreement. * Refer to Codes and Formats section for more details."
    },
    "accountNickname": {
      "type": "string",
      "description": "Nickname of the account is passed when agreementConfirmed is true."
    }
  }
}