Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Teya Print Receipts (ePOS) API

Create a receipt print job and fetch its status/events

Teya Print Receipts (ePOS) API is one of 16 APIs that Teya publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Print Receipts (ePOS). The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 16 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.teya.com, https://api.teya.xyz.

2 operations 2 paths 16 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.teya.com
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Print Receipts (ePOS) 2

Create a receipt print job and fetch its status/events

POST
/poslink/v1/receipt-requests
Create a receipt to print (JSON or multipart image)
createPrintJob 2 params body → 201400401403429500
GET
/poslink/v1/receipt-requests/{receipt_id}/status
Get receipt print job with real-time updates
streamEvents 1 param → 200400401403429500

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are ReceiptCreatedResponse (3 properties), ReceiptCreateRequest (3 properties), Error (3 properties), InvalidParams (2 properties). Each schema is shown below with its type and property counts.

TextElement
1 required
ReceiptCreatedResponse
object
Response returned after a receipt print job is created
3 properties
TableRow
TableHeaderCell
object
2 properties 1 required
InvalidParams
object
A single failed parameter from a 4xx validation response.
2 properties 2 required
Error
object
Error response
3 properties 2 required
Element
object
1 property 1 required
Row
object
1 property 1 required
SpacerRow
ReceiptCreateRequest
object
Request body to create a new print receipt job
3 properties 3 required
TableInnerRow
object
1 property 1 required
ImageElement
1 required
ItemsRow
1 required
QrCodeElement
1 required
PrintDocument
object
1 property 1 required
DividerRow

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teya-print-receipts-epos-api-openapi.yml Raw ↑

Other APIs Teya publishes across the network.

Teya Captures API
Teya DCC API
Teya ePOS Registration API
Teya Hosted Checkout API
Teya '@internal' API
Teya Pay at Table API
Teya PayByLink API
Teya Payment Requests API
Teya '@public' API
Teya Refunds API
Teya Reversals API
Teya Stores API