Integrations

Posimos plugs into the tools you already run on.

Fiscalisation, loyalty, delivery and notifications — switched on from the terminal in minutes. No developer, no middleware.

Settings → Applications · Nothing to install · Open REST API

Available now

Fiscalisation

Checkbox PRRO

Live

Fiscal receipts issued through Checkbox straight from the till — no second app, no separate screen for the cashier.

Shift open, sales, returns and shift close fiscalised automatically
Several registers in one venue — bar and kitchen each their own
Text or graphic receipt with QR code and fiscal signature
How to connect Set up in about 5 minutes

In development

Coming soon

Loyalty

JETCARDS

Cards in Apple and Google Wallet, push campaigns and points that accrue at the till.

Wallet cards Push & geo Referrals
Coming soon

Delivery

Nova Poshta

Labels printed and parcels tracked from the order screen, without opening a second tab.

Auto labels Tracking Addresses
Coming soon

Notifications

Telegram bot

Daily numbers, new-order alerts and staff questions answered in the chat you already use.

Daily report Order alerts Staff

For developers

If it isn't on the list, build it.

A documented REST API over the same data the terminal uses: orders, menu, stock, shifts and loyalty. Webhooks push events as they happen.

OpenAPI / Swagger reference
Webhooks for real-time events
OAuth 2.0 and scoped tokens
Test venues before your app goes public
posimos-api.js
const api = 'https://posimos.com/api/v1'
const auth = `Bearer ${token}`
const get = (path) => fetch(api + path, {
  headers: { Authorization: auth },
}).then((r) => r.json())

// today's closed orders
const orders = await get(
  `/orders?status=2&date_from=${today}`,
)

// a guest's bonus balance
const { data } = await get(
  `/customers/${customerId}`,
)
data.customer.bonus_balance

Questions, answered.

On the terminal: Settings → Applications, tap the app, enter the credentials from the service. Nothing is installed and no restart is needed.

Each integration gets a scoped token limited to the fields it needs, and removing the app in the dashboard revokes it.

Yes, the same REST API the terminal uses. Register your app under Apps → Development in the dashboard; each venue that installs it issues its own token.

Every quarter, in the order venues ask for them. Send a request and we'll tell you where it sits on the roadmap.

Free for 15 days

Connect it all on day one.

Start the trial and we'll wire up fiscalisation with you on the call.

No card required · Cancel anytime

We use cookies to keep the site running and to analyse traffic. Learn more

With you at every step of your business accounting — 30 days free

No card · No developers · Live in 1 day

Book a demo Start for free