Fiscalisation
Checkbox PRRO
Fiscal receipts issued through Checkbox straight from the till — no second app, no separate screen for the cashier.
Integrations
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
Fiscal receipts issued through Checkbox straight from the till — no second app, no separate screen for the cashier.
In development
Loyalty
Cards in Apple and Google Wallet, push campaigns and points that accrue at the till.
Delivery
Labels printed and parcels tracked from the order screen, without opening a second tab.
Notifications
Daily numbers, new-order alerts and staff questions answered in the chat you already use.
For developers
A documented REST API over the same data the terminal uses: orders, menu, stock, shifts and loyalty. Webhooks push events as they happen.
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
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
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
Give Posimos a real run in your business — twice the usual time, full access from minute one.
The offer stays with you for 7 days — for new accounts.
With you at every step of your business accounting — 30 days free
Accounting — 30 days free
No card · No developers · Live in 1 day