Customers
Create and manage customers, with IRMS import by PIB.
A REST API that connects your own app, software or website to Montenegro's fiscal system - manage customers, products, services and invoices, and fiscalize cash and non-cash receipts straight through the Tax Authority's SEP portal (Self-service EFI Portal).
{
"kupac": { "pib": "02XXXXXX" },
"stavke": [
{ "naziv": "Usluga", "cijena": 120 }
],
"placanje": "KARTICA"
}
{
"ikof": "9A3F…C1",
"jikr": "b7c2…4e",
"status": "fiskalizovano"
}
The API is a bridge between your system and eFaktura.me. Data is exchanged as JSON over HTTPS, and each request is signed so only you can use your key. Your key is tied to a single company and sees only that company's data.
The API returns final fiscal data (JIKR / IKOF / QR) - the look and PDF of the invoice you build yourself, exactly the way you want it. This makes the API ideal for POS software, web shops, mobile apps and back-office integrations.
Create and manage customers, with IRMS import by PIB.
Catalog of products and services with categories, prices and taxes.
Create cash and non-cash invoices and fiscalize them in real time via SEP.
Read tax rates, categories and payment methods defined by the administrator.
Multiple locations and operators - fiscalize per unit and cashier.
Reference data (categories, taxes, payment types) available read-only.
We issue client_id and client_secret, set your IP allowlist and scopes.
Each request is signed with HMAC using your secret - never sent over the wire.
Call the endpoints over HTTPS with a JSON body and the X-Api-Key header.
The response returns JIKR / IKOF / QR - ready for your invoice layout.
Interactive overview of all endpoints and schemas.
Spec for code generators and tooling.
Live testing with built-in HMAC signing.
A ready client and examples per operation.
Send an inquiry and we'll deliver access credentials, documentation and pricing tailored to your setup.
Request API access →