Mastercard · Schema

DSPDetails

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
debtorServiceProviderId string Unique identifier assigned to the DSP during Mastercard onboarding.
debtorServiceProviderName string The DSP Short Name captured by Mastercard during onboarding.
debtorServiceProviderLogoUrl string DSP's Logo (in URL encoded format).
debtorServiceProviderUniversalLink string DSP's universal link to where creditor can re-direct the consumer for authorization
categoryPurposeList array List of categoryPurposes supported by the DSP along with features supported for each categoryPurpose.
View JSON Schema on GitHub

JSON Schema

mastercard-account-to-account-commerce-for-creditor-service-providers-dsp-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DSPDetails",
  "type": "object",
  "properties": {
    "debtorServiceProviderId": {
      "type": "string",
      "description": "Unique identifier assigned to the DSP during Mastercard onboarding."
    },
    "debtorServiceProviderName": {
      "type": "string",
      "description": "The DSP Short Name captured by Mastercard during onboarding."
    },
    "debtorServiceProviderLogoUrl": {
      "type": "string",
      "description": "DSP's Logo (in URL encoded format)."
    },
    "debtorServiceProviderUniversalLink": {
      "type": "string",
      "description": "DSP's universal link to where creditor can re-direct the consumer for authorization"
    },
    "categoryPurposeList": {
      "type": "array",
      "description": "List of categoryPurposes supported by the DSP along with features supported for each categoryPurpose."
    }
  }
}