A versioned, documented, read-only API that hands your indigent register to your financial system — keyed on the account number it already uses, and stamped with your own mSCOA segments.
GET /api/Finance/v1/register
Every household that should currently be receiving a subsidy. A full snapshot, safe to poll on whatever cycle your billing run uses — importing it twice changes nothing.
GET /api/Finance/v1/changes
Every account whose subsidy state has changed since a date you choose. SUBSIDISE for newly approved households, CEASE for those rejected, deceased or no longer qualifying.
The second one is the call most municipalities have never had. A household that dies or stops qualifying keeps drawing a subsidy for as long as nobody tells finance — which is why those beneficiaries turn up in audit findings years later.
The full specification is published as OpenAPI 3.0 — hand it to whoever maintains your financial system and they can generate a client from it.
Authenticate with Authorization: Bearer or X-Api-Key — whichever your vendor's stack expects. JSON, paginated, versioned in the path so a future change cannot break an integration you have already scheduled.
Project, funding, function, item, region and costing segments are configured by your own finance office and stamped onto every record. We never derive or guess them — a wrong segment misstates your books.
GET /api/Finance/v1/whoami confirms a key works and reports what it can reach, so your vendor can prove the connection before writing anything else.
Tariff policy decides the value of a subsidy, and that lives in your financial system where it belongs. We say which households qualify, from when, and on which account — your system applies the benefit. Anything else would be us inventing figures for your books.
The same data downloads as CSV on your own cycle — no integration project required.
Talk to us