Mastercard · Schema

Creditor

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
creditorServiceProviderId string Unique identifier assigned to the CSP during Mastercard onboarding.
creditorId string Unique identifier assigned to the Creditor by the CSP.
View JSON Schema on GitHub

JSON Schema

mastercard-debtor-service-provider-resources-creditor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Creditor",
  "type": "object",
  "properties": {
    "creditorServiceProviderId": {
      "type": "string",
      "description": "Unique identifier assigned to the CSP during Mastercard onboarding."
    },
    "creditorId": {
      "type": "string",
      "description": "Unique identifier assigned to the Creditor by the CSP."
    }
  }
}