Lightspeed · JSON Structure

Restaurant K Series Financial Api Lspayments Dto Structure

financial-apiLSPaymentsDto schema from Lightspeed Restaurant K Series API

Type: object Properties: 4
Point-of-SaleRetailRestaurantE-Commerce

financial-apiLSPaymentsDto is a JSON Structure definition published by Lightspeed, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

payments pageSize offset nextOffset

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-financial-api-lspayments-dto-structure.json",
  "name": "financial-apiLSPaymentsDto",
  "description": "financial-apiLSPaymentsDto schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "payments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "accountFiscId": {
            "type": "string",
            "description": "The account identifier.",
            "example": "A72691.8"
          },
          "lightspeedPaymentId": {
            "type": "string",
            "description": "Unique identifier assigned by Lightspeed to the payment, derived from Adyen's PSP reference. \nThis alphanumeric code uniquely identifies each payment or modification request, \nincluding refunds. For more information, see Adyen's documentation: \nhttps://help.adyen.com/knowledge/payments/payment-basics/what-is-a-psp-reference-number",
            "example": "ad-GJ33PFSCGVG4NFH4"
          },
          "uuid": {
            "type": "string",
            "description": "The internal UUID of the payment. This value may not be unique in scenarios involving Pay-at-Table, partial, or split payments, \nwhere multiple payment transactions can share the same reference and/or POS Order Id\nFor a guaranteed unique identifier for each Lightspeed Payments transaction, use the `lightspeedPaymentId` field which is based off Adyen PSP ID.",
            "example": "bc7i2X_CTkeg8qlec66wmg=="
          },
          "reference": {
            "type": "string",
            "description": "The alphanumeric reference of the payment.",
            "example": "RFOOVMIMPSDY"
          },
          "status": {
            "type": "string",
            "description": "The statuses for a Lightspeed Payments transaction.",
            "enum": [
              "CAPTURED",
              "DISPUTED",
              "PARTIALLY_REFUNDED",
              "REFUNDED"
            ]
          },
          "createdDate": {
            "type": "datetime",
            "description": "The date and time the payment was created.",
            "example": "2022-09-21T10:11:56Z"
          },
          "captureDate": {
            "type": "datetime",
            "description": "The date and time the payment was captured.",
            "example": "2022-09-21T10:11:56Z"
          },
          "modificationDate": {
            "type": "datetime",
            "example": "2022-09-21T10:11:56Z"
          },
          "fees": {
            "type": "object",
            "properties": {
              "value": {
                "type": "string",
                "description": "The amount in dollars.",
                "example": "0.00"
              },
              "currency": {
                "type": "string",
                "description": "The currency code.",
                "example": "CAD"
              }
            }
          },
          "surcharge": {
            "type": "object",
            "properties": {
              "value": {
                "type": "string",
                "description": "The amount in dollars.",
                "example": "0.00"
              },
              "currency": {
                "type": "string",
                "description": "The currency code.",
                "example": "CAD"
              }
            }
          }
        }
      },
      "description": "List of requested payments.",
      "nullable": false
    },
    "pageSize": {
      "type": "int32",
      "description": "Size of the returned collection.",
      "example": 100
    },
    "offset": {
      "type": "int32",
      "description": "Offset of the first item returned in the collection.",
      "example": 0
    },
    "nextOffset": {
      "type": "int32",
      "description": "Next offset to get next page of data based off current pageSize and offset, if available.",
      "example": 100
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/restaurant-k-series-financial-api-lspayments-dto-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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