Mastercard · JSON Structure

Mastercard Debtor Service Provider Resources Creditor Acknowledgement Structure

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

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

Properties

creditorId creditorTradeName creditorLogoUrl

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreditorAcknowledgement",
  "type": "object",
  "properties": {
    "creditorId": {
      "type": "string"
    },
    "creditorTradeName": {
      "type": "string"
    },
    "creditorLogoUrl": {
      "type": "string"
    }
  }
}