Lightspeed · JSON Structure

Restaurant K Series Ape Payment Submission Response Structure

Acknowledgement that the payment was accepted for delivery to the POS.

Type: object Properties: 1
POSRetailRestaurantEcommerce

apePaymentSubmissionResponse is a JSON Structure definition published by Lightspeed, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status

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-ape-payment-submission-response-structure.json",
  "name": "apePaymentSubmissionResponse",
  "description": "Acknowledgement that the payment was accepted for delivery to the POS.",
  "type": "object",
  "properties": {
    "status": {
      "description": "The response.",
      "example": "ok",
      "type": "string"
    }
  }
}