Merot developer hub

Build on Merot

Docs and API reference for Merot's public APIs — UJP e-Faktura and North Macedonian payroll, with sandbox access, generated code samples in six languages, and a full OpenAPI reference for each product.

Get started

More APIs are coming

e-Faktura and Payroll are the first two products on this hub, built the same way every future Merot API will be: a versioned /v1 contract, an OpenAPI spec, a sandbox, and docs generated straight from that spec. Check the changelog for what ships next.

Your first request in five minutes

Every product has a quickstart that takes you from a sandbox key to a real response — in cURL, Node.js, Python, PHP, C# and Java.

curl -X POST "https://api.payroll.merot.com/v1/calculations" \
  -H "Authorization: Bearer mpk_test_..." \
  -H "Content-Type: application/json" \
  -d '{ "grossSalary": "45000", "workingHours": 176 }'

Official SDKs (TypeScript, C#) coming soon.

Changelog