Integration In 5 Steps
Prepare credentials and environment
Collect API base URL, terminal/device details, and any provider-specific identifiers needed by your payment flow.
Start with Order Create
Use
POST /order/create/ as the first integration point:- Build required product and payment fields
- Send receipt metadata (
time,cashier, etc.) - Store fiscal response values (
terminal_id,receipt_count,fiscal_sign,qr_url)
Add reporting and operations
Integrate report/tool operations required by your business process:
- Z-report open/close/print/info/sverka
- Cash drawer open
- Info and banner endpoints
Quick Navigation
API Introduction
API structure and usage model.
Billing Auth
Get token for billing APIs.
Z-Report Open
Begin reporting workflow.
Cash Drawer
Device operation endpoint.

