Developers  /  Tally Connector — Secure Desktop Agent for Tally

Tally integration

The secure Tally Connector.

A lightweight desktop agent that runs next to Tally, talks to your app over an encrypted channel, and handles every bit of Tally XML — so Tally never has to face the internet.

Tally runs on a desktop on a local network — not a public server. The Tally Connector is the secure bridge between that desktop and your application: it pairs to your developer account, exchanges data over an encrypted channel, and generates the Tally XML locally.

It is the piece that would otherwise take you months of Windows development to build, sign and maintain. With Bizmitra Connect it is already done — and you can ship it under your own brand.

Pair once, bind many

A customer installs the connector and enters a pairing code once to link the machine to your account. After that, companies bind from the connector itself — no extra code per company. You can run many connectors across many customers.

# mint a pairing code your customer enters oncecurl -X POST https://api.bizmitra.io/v1/connectors/pairing-code \ -H "Authorization: Bearer KEY_ID:SECRET"

Encrypted & on-prem

The customer’s Tally data stays on their machine. The connector dials out over an encrypted channel and processes requests dispatched to it — Tally never needs an open inbound port.

Live status & health — from the API, not just the portal

One call — GET /v1/companies/{id}/health — tells your backend whether a sync will land before you send it. It returns two states you can program against: tally_status (running · not_running · reconnecting · unreachable) and company_status (company_linked · no_company_loaded · company_unavailable · company_not_linked). Check it, decide, then push — instead of firing blind and reading a connector_timeout afterwards.

# check before you sync — is Tally running & the right company loaded?curl https://api.bizmitra.io/v1/companies/345/health \ -H "Authorization: Bearer KEY_ID:SECRET" # → { "tally_status": "not_running", "company_status": "no_company_loaded", … }

White-label ready

The connector and its installer can carry your app name, logo, icon and colours. Your customers install your software — Bizmitra stays behind the scenes.

FAQ

Questions, answered.

No. The connector dials out over an encrypted channel; Tally needs no inbound port.

Build your Tally integration free.

Create a developer account, grab your API keys and ship a branded Tally connector — no XML, no Windows development.

Bizmitra Assistant