Sweden's LB (Lön och Bankgirot) file format is a payment distribution standard that predates most modern banking APIs. It is a fixed-width text format used to distribute salary payments, invoices, and other transfers through the Bankgirot clearing system. For organizations operating in Sweden, LB is not optional—it is the mechanism by which the financial system moves money at scale.
Why LB still matters. Despite the proliferation of real-time payment APIs and SEPA credit transfers, LB remains the backbone of Swedish bulk payments. Banks require it for payroll processing. Tax authorities expect it for certain disbursements. And for foreign-owned subsidiaries—companies that are Swedish in legal form but international in ownership—demonstrating LB fluency is a signal of local commitment.
This is not merely a technical consideration. In the context of EU public procurement, tenders on TED that involve Swedish payment processing routinely specify LB compatibility. A bidder that cannot demonstrate LB integration capability will lose points on technical evaluation, regardless of how advanced their API-based payment infrastructure may be.
How we implemented it. Our LB implementation follows a strict pipeline: data validation against the Bankgirot specification, fixed-width record generation with proper checksums, file encoding in ISO 8859-1 (LB does not support UTF-8), and secure delivery via the Bankgirot file transfer interface. Each step is unit-tested against the official specification, and the entire pipeline is integration-tested against Bankgirot's test environment.
How long will LB persist? Bankgirot has announced plans to transition toward real-time APIs, but the timeline extends well into the 2030s. LB is deeply embedded in Swedish payroll and accounting systems—replacing it requires not just technical migration but regulatory coordination across banks, employers, and government agencies. For the foreseeable future, LB is a strategic asset, not a legacy liability.
For organizations pursuing Swedish government contracts or operating Swedish subsidiaries, LB support is table stakes. It demonstrates regulatory competence, local market understanding, and the kind of infrastructure investment that procurement evaluators reward.

