Verifone · Schema

billing

billing from Checkout API

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
address_1 string Customer's primary billing address information.
address_2 string Customer's secondary billing address information.
address_3 string Customer's third billing address information.
city string Customer's city on their billing address.
country_code string Customer's alpha 2 digit ISO 3166 country code. (e.g. United States = US)
first_name string Customer's first name.
**Required** in case that companyName is not provided.
middle_name string Customer's middle name.
last_name string Customer's last name.
**Required** in case that companyName is not provided.
phone string Customer's phone number for billing address.
postal_code string Customer's postal code of their billing address.
**Required** if the payment method is PayPal.
state string Customer's state or province of their billing address. (e,g. Ohio = OH, Texas = TX)
View JSON Schema on GitHub

JSON Schema

checkout-api-billing.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/checkout-api-billing.json",
  "title": "billing",
  "description": "billing from Checkout API",
  "type": "object",
  "properties": {
    "address_1": {
      "maxLength": 40,
      "type": "string",
      "description": "Customer's primary billing address information."
    },
    "address_2": {
      "maxLength": 40,
      "type": "string",
      "description": "Customer's secondary billing address information."
    },
    "address_3": {
      "maxLength": 40,
      "type": "string",
      "description": "Customer's third billing address information."
    },
    "city": {
      "maxLength": 28,
      "type": "string",
      "description": "Customer's city on their billing address."
    },
    "country_code": {
      "type": "string",
      "description": "Customer's alpha 2 digit ISO 3166 country code. (e.g. United States = US)"
    },
    "first_name": {
      "maxLength": 22,
      "type": "string",
      "description": "Customer's first name. <br /> **Required** in case that companyName is not provided."
    },
    "middle_name": {
      "maxLength": 22,
      "type": "string",
      "description": "Customer's middle name."
    },
    "last_name": {
      "maxLength": 22,
      "type": "string",
      "description": "Customer's last name. <br /> **Required** in case that companyName is not provided."
    },
    "phone": {
      "maxLength": 25,
      "pattern": "^(\\s*[0-9-+().])[0-9-\\s+().]*$",
      "type": "string",
      "description": "Customer's phone number for billing address."
    },
    "postal_code": {
      "maxLength": 10,
      "type": "string",
      "description": "Customer's postal code of their billing address. <br /> **Required** if the payment method is PayPal."
    },
    "state": {
      "maxLength": 35,
      "type": "string",
      "description": "Customer's state or province of their billing address. (e,g. Ohio = OH, Texas = TX)"
    }
  }
}

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/checkout-api-billing"
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.