Verifone · Schema

Customer

Customer information containing billing and shipping details.

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
title string The prefix to the party name. This is sometimes referred to as a title, salutation or appellation.
first_name string The first name of the Customer. This may be a proper name or some form of entity name or nickname.
middle_name string The middle name of the Customer. This may be a proper name or some form of entity name or nickname.
last_name string The last name or family name of the Customer.
company_name string Where the Customer is an organisation or company this name should be used rather than the firstName lastName
phone_number string Customers phone number for billing address.
email_address string Customer email address, which might be used during refund flow.
shipping object
billing object
language string The BCP-47 language tag. The tag is composed of: * The ISO-639 alpha-1 or ISO-639 alpha-2 language code * (Optional) The ISO-15924 script tag * The ISO-3166 alpha-2 country code `NOTE:`The value is ca
View JSON Schema on GitHub

JSON Schema

ecommerce-api-customerdetailsdto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-customerdetailsdto.json",
  "title": "Customer",
  "description": "Customer information containing billing and shipping details.",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "title": {
      "type": "string",
      "description": "The prefix to the party name. This is sometimes referred to as a title, salutation or appellation.",
      "maxLength": 120
    },
    "first_name": {
      "type": "string",
      "description": "The first name of the Customer. This may be a proper name or some form of entity name or nickname.",
      "maxLength": 100
    },
    "middle_name": {
      "type": "string",
      "description": "The middle name of the Customer. This may be a proper name or some form of entity name or nickname.",
      "maxLength": 100
    },
    "last_name": {
      "type": "string",
      "description": "The last name or family name of the Customer.",
      "maxLength": 100
    },
    "company_name": {
      "type": "string",
      "description": "Where the Customer is an organisation or company this name should be used rather than the firstName lastName",
      "maxLength": 100
    },
    "phone_number": {
      "type": "string",
      "description": "Customers phone number for billing address.",
      "maxLength": 25
    },
    "email_address": {
      "type": "string",
      "title": "email",
      "format": "email",
      "description": "Customer email address, which might be used during refund flow."
    },
    "shipping": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomerDetailsShippingInformationDto"
        }
      ]
    },
    "billing": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BillingDto"
        },
        {
          "description": "The address of billing.",
          "title": "Billing Address"
        }
      ]
    },
    "language": {
      "type": "string",
      "title": "language",
      "description": "The BCP-47 language tag. The tag is composed of:\n\n* The ISO-639 alpha-1 or ISO-639 alpha-2 language code\n\n* (Optional) The ISO-15924 script tag\n\n* The ISO-3166 alpha-2 country code\n\n `NOTE:`The value is case-insensitive, so for example \"he\" and \"HE\" should be considered equal."
    }
  }
}

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/ecommerce-api-customerdetailsdto"
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.