Mastercard · Schema

Crm

Customer Relationship Management

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
paymentConfirmation boolean Confirmation of payment account setup
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-crm-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Crm",
  "type": "object",
  "description": "Customer Relationship Management",
  "properties": {
    "paymentConfirmation": {
      "type": "boolean",
      "description": "Confirmation of payment account setup"
    }
  }
}