Mastercard · Schema

Creditor

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

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

JSON Schema

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