Mastercard · JSON Structure

Mastercard Account To Account Commerce For Creditor Service Providers Dsp Details Structure

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

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

Properties

debtorServiceProviderId debtorServiceProviderName debtorServiceProviderLogoUrl debtorServiceProviderUniversalLink categoryPurposeList

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DSPDetails",
  "type": "object",
  "properties": {
    "debtorServiceProviderId": {
      "type": "string"
    },
    "debtorServiceProviderName": {
      "type": "string"
    },
    "debtorServiceProviderLogoUrl": {
      "type": "string"
    },
    "debtorServiceProviderUniversalLink": {
      "type": "string"
    },
    "categoryPurposeList": {
      "type": "array"
    }
  }
}