Lightspeed · Schema

apePaymentSubmissionResponse

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

POSRetailRestaurantEcommerce

Properties

Name Type Description
status string The response.
View JSON Schema on GitHub

JSON Schema

restaurant-k-series-ape-payment-submission-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "apePaymentSubmissionResponse",
  "description": "Acknowledgement that the payment was accepted for delivery to the POS.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-schema/restaurant-k-series-ape-payment-submission-response-schema.json",
  "type": "object",
  "properties": {
    "status": {
      "description": "The response.",
      "example": "ok",
      "type": "string"
    }
  }
}