Posimos works with your favourite tools
Connect services you already use - loyalty programmes, CRM, delivery, fiscalisation. Everything automatic, no technical skills required.
5 min
Average setup time
Open
REST API for developers
Available now
Coming soon
Delivery
Nova Poshta
Create shipping labels and track parcels without leaving Posimos.
Notifications
Telegram Bot
Receive daily reports, new order alerts, and manage staff via Telegram.
Fiscalisation
Checkbox
Issue electronic receipts in compliance with tax regulations - no cash register required.
Open API for your integrations
REST API with full documentation. Connect any services, build custom integrations, and automate workflows.
-
REST API with OpenAPI / Swagger documentation
-
Webhooks for real-time events
-
OAuth 2.0 authentication
-
Sandbox for testing
const posimos = require('@posimos/sdk')
const client = new posimos.Client({
apiKey: process.env.POSIMOS_API_KEY,
venue: 'my-restaurant'
})
// Getting today's orders
const orders = await client.orders.list({
date: new Date(),
status: 'completed'
})
// Accrue points to the client
await client.loyalty.addPoints({
customerId: '12345',
points: 100,
orderId: orders[0].id
})
Didn't find what you need?
Write to us - we'll consider your integration and add it to our development roadmap.
Contact us