Mastercard · Schema

PrimaryContact

Primary contact details of the merchant

Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

Properties

Name Type Description
jobTitle string Job title of the primary contact
firstName string First name of the primary contact
lastName string Last name of the primary contact
phone string Phone number for primary contact
View JSON Schema on GitHub

JSON Schema

mastercard-ethoca-merchant-self-services-primary-contact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PrimaryContact",
  "type": "object",
  "description": "Primary contact details of the merchant",
  "properties": {
    "jobTitle": {
      "type": "string",
      "description": "Job title of the primary contact"
    },
    "firstName": {
      "type": "string",
      "description": "First name of the primary contact"
    },
    "lastName": {
      "type": "string",
      "description": "Last name of the primary contact"
    },
    "phone": {
      "type": "string",
      "description": "Phone number for primary contact"
    }
  }
}