Verifone · Schema

BaseMerchant

details of the merchant

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
merchantType string
merchantName object
merchantId string The identifier assigned to this Merchant Entity.
merchantLogoUrl string Valid merchant logo url
altVfiEntityId object
parentEntityUid string If specified this will add the merchant company or site under a specific entity within Verifone systems.
industry object
primaryContact object
requestedDateOfShipment object
mcc object
parameters object
paymentAppParameters object
settlement object
entityUid object
tradingAddress object
shippingAddress object
billingAddress object
companyLabels array Free form labels/tags that can be attached to an entity to enable grouping and searching
siteLabels array Free form labels/tags that can be attached to an entity to enable grouping and searching
View JSON Schema on GitHub

JSON Schema

order-service-api-basemerchant.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-basemerchant.json",
  "title": "BaseMerchant",
  "description": "details of the merchant",
  "type": "object",
  "properties": {
    "merchantType": {
      "type": "string"
    },
    "merchantName": {
      "$ref": "#/components/schemas/MerchantName"
    },
    "merchantId": {
      "maxLength": 75,
      "pattern": "^[a-zA-Z0-9]+$",
      "type": "string",
      "description": "The identifier assigned to this Merchant Entity."
    },
    "merchantLogoUrl": {
      "pattern": "^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]",
      "type": "string",
      "description": "Valid merchant logo url"
    },
    "altVfiEntityId": {
      "$ref": "#/components/schemas/AltVfiEntityId"
    },
    "parentEntityUid": {
      "type": "string",
      "format": "uuid",
      "description": "If specified this will add the merchant company or site under a specific entity within Verifone systems."
    },
    "industry": {
      "$ref": "#/components/schemas/Industry"
    },
    "primaryContact": {
      "$ref": "#/components/schemas/ContactType"
    },
    "requestedDateOfShipment": {
      "$ref": "#/components/schemas/RequestedDateOfShipment"
    },
    "mcc": {
      "$ref": "#/components/schemas/MCC"
    },
    "parameters": {
      "$ref": "#/components/schemas/TerminalParameters"
    },
    "paymentAppParameters": {
      "$ref": "#/components/schemas/PaymentAppParameters"
    },
    "settlement": {
      "$ref": "#/components/schemas/SettlementDetails"
    },
    "entityUid": {
      "$ref": "#/components/schemas/EntityUidDeprecated"
    },
    "tradingAddress": {
      "$ref": "#/components/schemas/AddressWithoutType"
    },
    "shippingAddress": {
      "$ref": "#/components/schemas/AddressWithoutType"
    },
    "billingAddress": {
      "$ref": "#/components/schemas/AddressWithoutType"
    },
    "companyLabels": {
      "type": "array",
      "description": "Free form labels/tags that can be attached to an entity to enable grouping and searching",
      "maxLength": 10,
      "items": {
        "type": "string",
        "description": "Logical grouping of companies. A tag or label which is meaningful to the customer which groups merchant company legal entities, e.g Restaurants, Retail, Timezone etc.",
        "maxLength": 30
      }
    },
    "siteLabels": {
      "type": "array",
      "description": "Free form labels/tags that can be attached to an entity to enable grouping and searching",
      "maxLength": 10,
      "items": {
        "type": "string",
        "description": "Logical grouping of sites. A tag or label which is meaningful to the customer which groups merchant sites, e.g Area, Timezone etc.",
        "maxLength": 30
      }
    }
  },
  "discriminator": {
    "propertyName": "merchantType",
    "mapping": {
      "NewCompanyAndSite": "#/components/schemas/SmallMerchant",
      "ExistingCompanyNewSite": "#/components/schemas/ExistingCompanyNewSite",
      "SmallMerchant": "#/components/schemas/SmallMerchant"
    }
  },
  "required": [
    "contacts",
    "mcc",
    "merchantType",
    "tradingAddress",
    "primaryContact"
  ]
}

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-basemerchant"
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.