Verifone · Schema

ContractContactType

ContractContactType from Verifone Order API

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
contactType object
name object
phoneNumbers array The phone numbers to be used for the Contact. If you include this property there should be at least one phone number.
email object
businessTitle object
passportId string Passport Identity Identifier.
nationality string Nationality
additionalNationalities array Additional Nationalities
nationalIdentifer string Contact's national identity identifier.
View JSON Schema on GitHub

JSON Schema

order-service-api-contractcontacttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/order-service-api-contractcontacttype.json",
  "title": "ContractContactType",
  "description": "ContractContactType from Verifone Order API",
  "type": "object",
  "required": [
    "contactType",
    "name"
  ],
  "properties": {
    "contactType": {
      "$ref": "#/components/schemas/ContactTypeEnum"
    },
    "name": {
      "$ref": "#/components/schemas/ContactName"
    },
    "phoneNumbers": {
      "description": "The phone numbers to be used for the Contact. If you include this property there should be at least one phone number.",
      "items": {
        "$ref": "#/components/schemas/Phone"
      },
      "minItems": 1,
      "uniqueItems": true,
      "type": "array"
    },
    "email": {
      "$ref": "#/components/schemas/EmailAddress"
    },
    "businessTitle": {
      "$ref": "#/components/schemas/BusinessTitle"
    },
    "passportId": {
      "type": "string",
      "description": "Passport Identity Identifier.",
      "minLength": 1,
      "maxLength": 100
    },
    "nationality": {
      "type": "string",
      "description": "Nationality",
      "minLength": 1,
      "maxLength": 100
    },
    "additionalNationalities": {
      "type": "array",
      "description": "Additional Nationalities",
      "uniqueItems": true,
      "maxItems": 20,
      "items": {
        "type": "string",
        "minLength": 1,
        "maxLength": 100
      }
    },
    "nationalIdentifer": {
      "type": "string",
      "description": "Contact's national identity identifier.",
      "minLength": 1,
      "maxLength": 20
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/order-service-api-contractcontacttype"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.