Verifone · Schema

LineItem

LineItem from Checkout API

PaymentsPoint-of-SaleTerminal ManagementE-CommerceFintechPayment ProcessingOmnichannel

Properties

Name Type Description
image_url string Image URL for the line item
item_url string Item URL for the line item
name string Descriptive name of the order line item
quantity integer Quantity of the order line item
unit_price number Unit Price
unit_price_tax number Unit Price Tax
tax_rate number Additional details specific to this type of event
total_tax_amount number Total tax amount
total_amount number Total Amount
sku string The stock keeping unit (SKU) for the item.
description string The detailed item description.
category string The item category type.
The possible values are:
* DIGITAL_GOODS - Goods that are stored, delivered, and used in their electronic format.
* PHYSICAL_GOODS - A tangible item that c
View JSON Schema on GitHub

JSON Schema

checkout-api-lineitem.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-lineitem.json",
  "title": "LineItem",
  "description": "LineItem from Checkout API",
  "required": [
    "name",
    "total_amount"
  ],
  "type": "object",
  "properties": {
    "image_url": {
      "maxLength": 2000,
      "type": "string",
      "description": "Image URL for the line item"
    },
    "item_url": {
      "maxLength": 2000,
      "type": "string",
      "description": "Item URL for the line item"
    },
    "name": {
      "maxLength": 255,
      "type": "string",
      "description": "Descriptive name of the order line item"
    },
    "quantity": {
      "type": "integer",
      "default": 1,
      "description": "Quantity of the order line item"
    },
    "unit_price": {
      "type": "number",
      "description": "Unit Price"
    },
    "unit_price_tax": {
      "type": "number",
      "description": "Unit Price Tax"
    },
    "tax_rate": {
      "type": "number",
      "description": "Additional details specific to this type of event"
    },
    "total_tax_amount": {
      "type": "number",
      "description": "Total tax amount"
    },
    "total_amount": {
      "type": "number",
      "description": "Total Amount"
    },
    "sku": {
      "maxLength": 127,
      "type": "string",
      "description": "The stock keeping unit (SKU) for the item."
    },
    "description": {
      "maxLength": 127,
      "type": "string",
      "description": "The detailed item description."
    },
    "category": {
      "type": "string",
      "description": "The item category type. <br />  The possible values are: <br />  * DIGITAL_GOODS - Goods that are stored, delivered, and used in their electronic format. <br />  * PHYSICAL_GOODS - A tangible item that can be shipped with proof of delivery.",
      "enum": [
        "DIGITAL_GOODS",
        "PHYSICAL_GOODS"
      ]
    }
  }
}

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