Digital Rent Collection Platform | M-Pesa, Arrears & Landlord Payouts Kenya

Digital rent collection platform

Table of Contents

Digital Rent Collection Platform: Getting Money In, Matched and Out Reliably

Digital rent collection platform adoption in Kenya usually starts with a specific, recognisable moment of exasperation: it is the eighth of the month, a property manager is scrolling through several hundred mobile money messages, and roughly forty of them cannot be matched to anybody.

One tenant paid from their sister’s number. Another sent the right amount with no reference at all. Three paid half. Two paid for units they moved out of last quarter. Somebody paid twice. Meanwhile eleven landlords are asking when their money is coming, the caretaker has spent an hour on the phone confirming payments that already arrived, and the person doing the reconciling has not started on the arrears list.

None of that is a technology problem in origin — it is what happens when money arrives through a channel designed for person-to-person transfers and has to be attributed to a structured obligation. This guide covers what a digital rent collection platform actually has to do to fix it: designing references that match automatically, handling partial and irregular payments, managing arrears without destroying tenant relationships, splitting collections across landlords with deductions, and producing records that survive an audit.

It covers the collections layer specifically rather than property management generally, so if you are looking at a digital rent collection platform because collections are your pain point, this is the part that matters, and the design decisions behind a digital rent collection platform determine how much of that eighth-of-the-month scene remains.


Table of Contents

  1. What Collection Actually Involves
  2. [Why Manual Collection Breaks Down](#why-manual-breaks}
  3. The Reconciliation Problem in Detail
  4. Designing the Tenant Account Reference
  5. Paybill Versus Till Versus Bank
  6. Automatic Matching and How It Works
  7. The Unmatched Payment Queue
  8. Partial Payments and Allocation Rules
  9. Overpayments and Credit Balances
  10. Payments From Third-Party Numbers
  11. Cash and Bank Transfers
  12. Standing Instructions and Recurring Payments
  13. Invoicing and the Billing Run
  14. Service Charges, Utilities and Recoveries
  15. Deposits and Their Separate Treatment
  16. Rent Escalation and Lease Terms
  17. Reminders and Payment Prompts
  18. Arrears Management and Ageing
  19. Escalation Without Destroying Relationships
  20. Landlord Payouts and Disbursement
  21. Commission, Deductions and Owner Statements
  22. Multi-Landlord and Multi-Property Structures
  23. Tenant Self-Service and Statements
  24. Reporting for Collections Performance
  25. Controls, Segregation and Fraud Risk
  26. Tax and Record-Keeping Context
  27. Data Protection for Tenant Records
  28. Integrations Worth Having
  29. What It Costs: Real Pricing Bands
  30. Implementation and Tenant Migration
  31. Frequently Asked Questions

What Collection Actually Involves {#what-collection-involves}

Collection is a chain, and a failure at any link breaks the whole process regardless of how well the others work.

The chain runs: establish what is owed, communicate it, receive payment, match it to the obligation, allocate it correctly, record it, disburse the landlord’s share, and report on what remains outstanding.

Most manual operations handle the first three adequately and fall apart at matching. That is where the hours go, and it is the single function a digital rent collection platform most needs to automate.

The last two links — disbursement and reporting — are where landlord relationships are won or lost, and a digital rent collection platform that collects efficiently but cannot produce a clear owner statement has solved half the problem.


Why Manual Collection Breaks Down {#why-manual-breaks}

The breakdown is arithmetic rather than incompetence, and it happens at a predictable scale.

Below roughly twenty units, one person holds the tenants, the amounts and the payment patterns in their head, and manual works.

Between twenty and eighty units it becomes strained. The volume of payments to match exceeds what can be done reliably in the collection window, and errors accumulate, which is where a digital rent collection platform starts paying for itself.

Above eighty units, manual collection leaks money continuously. Payments go unmatched and are later disputed, arrears go unnoticed for months, and landlords receive statements built from partial records, which is precisely what a digital rent collection platform exists to prevent.

Concentration in time is what makes it acute. Most rent arrives within a few days each month, so the workload is not spread evenly, and a digital rent collection platform removes the peak rather than the total.


The Reconciliation Problem in Detail {#reconciliation-problem}

Understanding exactly why payments fail to match tells you what to fix.

The causes are consistent: no reference entered, a mistyped reference, a reference for a different unit, payment from a number not on record, a partial amount, a combined payment covering two units, and payment against a closed tenancy.

Each has a different remedy. Some are fixed by reference design, some by matching logic, some by tenant communication, and a digital rent collection platform should address all three rather than only one.

The proportion that matches automatically is the number to measure. An operation where ninety percent match without intervention is in a completely different position from one where sixty percent do, and that ratio is the single most useful benchmark when evaluating a digital rent collection platform.

Ask any vendor for that figure from a live customer of comparable size, because it is the practical measure of whether their digital rent collection platform works in this market rather than in a demonstration.


Designing the Tenant Account Reference {#account-reference}

The reference is a small design decision with outsized consequences for everything downstream.

It must be memorable, hard to mistype, unambiguous, and ideally verifiable against something else about the payment.

Unit-based references work well where units have short clear identifiers. A block letter and a unit number is easy to remember and prints naturally on a notice, and a digital rent collection platform matching on that will handle most payments correctly.

Phone-number references are the other strong option, since tenants remember their own number and it is self-verifying when the payment comes from that number, which raises the automatic match rate in a digital rent collection platform considerably.

Whichever you choose, put it everywhere. On the lease, on the invoice, on every reminder, on a notice at the gate and on a sticker inside the unit, because every place it appears reduces the unmatched payments your digital rent collection platform has to resolve by hand.

Avoid long or arbitrary reference numbers. A twelve-character code with letters and digits will be mistyped constantly, and no matching logic in a digital rent collection platform fully compensates for a reference tenants cannot remember.


Paybill Versus Till Versus Bank {#paybill-till-bank}

The collection channel affects both matching capability and cost.

A Paybill with an account number field is the natural fit for rent, because the account field carries the reference that identifies the tenant, which is exactly what a digital rent collection platform needs to match automatically.

A Till number is designed for purchases without a reference field, so it suits point-of-sale rather than rent, and using one for rent collection removes the mechanism that makes matching possible.

Bank transfers remain relevant for larger commercial tenants and for landlords who prefer them, and a digital rent collection platform should be able to ingest a bank statement and match against it as well as handling mobile money.

Never collect rent to a personal number. It destroys reconciliation, creates a serious control risk, complicates the tax position and makes any digital rent collection platform deployment impossible to implement properly.

Transaction charges vary by channel and volume, and modelling the cost of collection per payment is worth doing before committing, since it is a real deduction from what reaches the landlord.


Automatic Matching and How It Works {#automatic-matching}

Matching logic is where a good system distinguishes itself, and it should work in layers rather than a single exact comparison.

The first layer is an exact reference match, which handles the majority where tenants entered the reference correctly.

The second is fuzzy matching on near-misses — a transposed digit, a missing character, a common substitution — presented as a suggestion for confirmation rather than applied silently, which is how a digital rent collection platform should handle probable matches.

The third is matching on the paying phone number where that number is on the tenant record, which catches payments with no reference at all, and a digital rent collection platform that maintains a number-to-tenant map picks up a substantial share this way.

The fourth is amount-based inference, which is weak alone but useful in combination. A payment for an exact and unusual rent amount from an unknown number is a strong hint, and a digital rent collection platform presenting that as a suggestion speeds manual resolution.

Confirmed manual matches should teach the system. Once a number is linked to a tenant, future payments from it should match automatically, and a digital rent collection platform that learns this way improves month over month.


The Unmatched Payment Queue {#unmatched-queue}

Some payments will always need human attention, and the queue design determines how long that takes.

The queue should present each unmatched payment with amount, paying number, timestamp, any partial reference and a ranked list of probable tenants.

One-click confirmation is the requirement. Resolving a payment should be a single action, not a search across several screens, and a digital rent collection platform with a well-designed queue turns forty unmatched payments into fifteen minutes rather than two hours.

Work the queue daily rather than at month end. A payment queried three days later can be resolved by asking the tenant, while the same payment queried five weeks later usually cannot, whatever the digital rent collection platform records show.

Track the unmatched rate as a metric. A rising proportion signals a communication problem — tenants not using the reference — and a digital rent collection platform reporting that trend tells you when to reissue the payment instructions.


Partial Payments and Allocation Rules {#partial-payments}

Partial payment is normal rather than exceptional in this market, and the system must handle it as a standard case.

Tenants pay part of the rent when cash flow is tight, intending to complete later, and treating that as an error rather than a recognised state creates confusion for everyone.

Allocation rules determine what a partial payment settles first — oldest arrears, current rent, service charge, or a defined priority — and a digital rent collection platform should apply a consistent published rule rather than leaving it to whoever processes it.

The rule has real consequences. Allocating to oldest arrears first keeps the ageing clean but leaves current rent short; allocating to current rent first keeps the tenant current but perpetuates old arrears, and a digital rent collection platform should let the operator choose deliberately.

Tell the tenant what happened. A confirmation showing the payment received, what it settled and what remains outstanding prevents the dispute that arises when a tenant believes they paid rent and the ledger shows arrears, and a digital rent collection platform sending that automatically closes the loop.


Overpayments and Credit Balances {#overpayments}

Overpayment happens through rounding, advance payment and duplicate transactions, and it needs handling as carefully as shortfall.

The default treatment should be a credit balance carried forward against the next obligation, which is what most tenants expect.

Duplicate payments are different and should be flagged rather than absorbed. A tenant who paid twice by accident wants a refund or a clear credit, and a digital rent collection platform that detects two identical payments in quick succession should surface it rather than quietly holding both.

Advance payments — several months paid at once — need explicit handling so that reminders do not go out to a tenant who is paid ahead, which is an avoidable irritation a digital rent collection platform should prevent automatically.

Credit balances belong on the tenant statement visibly. A tenant who can see their credit does not query it, and a digital rent collection platform with a clear statement removes that contact.


Payments From Third-Party Numbers {#third-party-payments}

A significant share of rent is paid by someone other than the tenant — a spouse, a parent, an employer, a business account.

This is entirely normal and should not be treated as an anomaly, but it defeats number-based matching unless handled.

The solution is allowing multiple numbers per tenant record. Once a payer is confirmed, future payments from that number match automatically, and a digital rent collection platform supporting multiple authorised payers per tenancy handles a large share of what would otherwise be unmatched.

Employer-paid rent is a distinct case worth accommodating. Where a company pays for staff accommodation, possibly for several units, the payment covers multiple tenancies and needs splitting, and a digital rent collection platform that can allocate one payment across several accounts handles that cleanly.

Encourage the reference regardless. A third-party payer who includes the reference matches on the first attempt without any prior link, which is why reference communication should extend to whoever actually pays rather than only to the tenant, something a digital rent collection platform reminder can address by including the instruction explicitly.


Cash and Bank Transfers {#cash-bank}

Not all rent arrives through mobile money, and the system must handle the alternatives with equal discipline.

Cash collection persists in some contexts, and it carries the highest control risk of any channel.

Where cash is unavoidable, it should be receipted at the point of collection, recorded immediately, and banked on a defined schedule, and a digital rent collection platform that lets a caretaker record a cash receipt on a phone at the door creates the record at the right moment.

Bank transfers need statement ingestion. Matching against a bank statement is the same problem as matching mobile money, and a digital rent collection platform that can import a statement and apply the same matching logic keeps all channels in one ledger.

Multiple channels must produce one tenant ledger. A tenant who pays sometimes by mobile money and sometimes by bank should have one running account, and a digital rent collection platform that segregates by channel produces a picture nobody can read.


Standing Instructions and Recurring Payments {#recurring-payments}

Automating the payment itself, rather than only the collection, is the strongest way to improve on-time rates.

Recurring mobile money arrangements and bank standing orders both exist, with different availability and different tenant familiarity.

Where a tenant sets up a standing arrangement, the payment arrives on time every month without a decision, which removes the largest single cause of late payment, and a digital rent collection platform should actively encourage tenants toward it.

Amount changes are the complication. Rent escalations and variable service charges break a fixed standing instruction, and a digital rent collection platform should flag tenants on standing arrangements whenever their obligation changes so the instruction can be updated.

A payment prompt is the middle option. A message with a link that initiates payment in one action is easier than a standing order to set up and easier than manual payment to complete, and a digital rent collection platform that sends one with each reminder converts noticeably better than a text instruction alone.


Invoicing and the Billing Run {#invoicing}

Before collection comes billing, and a clean billing run is what makes collection unambiguous.

The run generates each tenant’s obligation for the period — rent, service charge, utilities, any recoveries, less credits — and issues it.

Timing matters. Issuing several days before the due date gives tenants notice, and a digital rent collection platform that runs billing on a fixed schedule establishes a rhythm tenants come to expect.

Accuracy matters more. An invoice with a wrong amount generates a dispute, delays payment and costs credibility, and a digital rent collection platform that pulls charges from lease terms and meter readings rather than from manual entry reduces those errors substantially.

Commercial tenants need proper tax invoices with the correct details including a KRA PIN where applicable, and a digital rent collection platform that cannot produce a compliant invoice will delay payment from every corporate tenant on the books.


Service Charges, Utilities and Recoveries {#service-charges}

Rent is rarely the only obligation, and the additions are where billing disputes concentrate.

Service charge, water, electricity where sub-metered, garbage collection, security levy and repair recoveries all appear on tenant accounts.

Sub-metered utilities need reading capture and a calculation. Meter readings entered monthly, converted to a charge at an agreed rate, is a recurring task, and a digital rent collection platform that supports reading entry and automatic calculation removes a spreadsheet from the process.

Transparency prevents dispute. A tenant who can see the previous reading, the current reading, the units consumed and the rate accepts the charge, and a digital rent collection platform showing that breakdown on the invoice removes most utility queries.

Repair recoveries are the most contentious line. Charging a tenant for damage requires evidence and a clear basis, and a digital rent collection platform that can attach documentation to the charge makes the position defensible rather than assertive.


Deposits and Their Separate Treatment {#deposits}

Deposits are held rather than earned, and treating them as ordinary income creates problems later.

The deposit should be recorded separately from the rent ledger, with its amount, date received, and status clearly visible.

Deducting arrears from a deposit at exit is common practice and needs clear rules and documentation, and a digital rent collection platform that shows the deposit, the deductions and the balance returnable produces a statement that ends the conversation.

Refund timeliness affects your reputation more than most operators realise. A departing tenant who waits months for a deposit refund tells everyone, and a digital rent collection platform that flags deposits due for return on vacation prevents the drift.

Never rely on the deposit as a collection tool. A tenant who stops paying knowing the deposit covers a month has been handed a decision, and a digital rent collection platform tracking arrears against deposit balance shows you when that dynamic is developing.


Rent Escalation and Lease Terms {#escalation}

Leases contain terms that drive billing, and holding them in the system rather than in a file is what makes billing automatic.

The relevant terms are the rent amount, the review date, the escalation basis, the lease start and end, the notice period and any concessions.

Escalation should trigger automatically at the review date. A rent increase that nobody applied because nobody checked the file is money not collected, and a digital rent collection platform that applies scheduled escalations captures it every time.

Notice of an increase should precede it. Whatever notice the lease or applicable law requires must be given properly, and a digital rent collection platform that prompts the notice ahead of the review date prevents an increase being applied without valid notice.

Lease expiry needs the same treatment. Renewals, vacations and holdovers all affect billing, and a digital rent collection platform with expiry alerts gives you time to act rather than discovering an expired lease during a dispute.


Reminders and Payment Prompts {#reminders}

Reminder design affects on-time payment rates measurably, and most operators send too few or too late.

An effective sequence is a notice several days before the due date, one on the due date, and a follow-up shortly after if unpaid.

Channel matters. SMS reaches everyone and WhatsApp is read more reliably, so a digital rent collection platform that only sends email is automating into a channel many tenants do not check.

Tone matters as much as timing. A reminder framed as helpful information — the amount due, the reference, a payment link — performs better than one framed as a warning, and a digital rent collection platform should default to the former for tenants who are not yet late.

Include the payment mechanism in the message. A reminder that requires the tenant to find the Paybill and the reference elsewhere loses payments to friction, and a digital rent collection platform sending a one-tap payment prompt converts substantially better.

Stop reminders when payment arrives. A tenant who receives a demand hours after paying loses confidence in the whole system, and a digital rent collection platform that suppresses reminders on receipt avoids that entirely.


Arrears Management and Ageing {#arrears}

Arrears are inevitable at any scale, and the discipline is in seeing them accurately and early.

Ageing is the basic tool: what is thirty, sixty and ninety days overdue, by tenant and by property.

The distinction that matters is between a tenant who is late and a tenant who has stopped paying. The first is a cash flow timing issue; the second is a growing loss, and a digital rent collection platform that shows payment history alongside current arrears makes the difference visible.

Track the arrears trend rather than only the balance. Total arrears rising month over month indicates a systemic problem — a property, a segment, an economic pressure — and a digital rent collection platform reporting the trend by property surfaces where it sits.

Watch for the pattern of a tenant slipping gradually. Someone who paid on the second, then the tenth, then the twentieth, is heading somewhere, and a digital rent collection platform that flags deteriorating payment timing lets you intervene while the amount is still recoverable.


Escalation Without Destroying Relationships {#escalation-relationships}

How arrears are pursued determines whether you recover money and keep a tenant or lose both.

A defined ladder — reminder, personal contact, formal notice, then whatever legal steps apply — applied consistently is fairer and more effective than ad hoc pressure.

Personal contact early is the highest-return step. A conversation at day ten frequently reveals a temporary problem and produces a payment arrangement, whereas the same conversation at day sixty happens after the tenant has been avoiding calls, and a digital rent collection platform that prompts contact early makes that timing routine.

Payment arrangements should be recorded and tracked. A tenant who agreed to clear arrears in three instalments needs those instalments monitored, and a digital rent collection platform that holds the arrangement and flags a missed instalment keeps the agreement real.

Legal remedies for arrears and any steps toward possession are governed by law and by the lease, and pursuing them requires proper advice rather than assumption — a digital rent collection platform provides the payment record that supports a case, but the process itself is a legal matter.

Avoid measures that create liability. Disconnecting utilities or locking out a tenant may expose you regardless of the arrears, so any escalation policy should be reviewed by a qualified adviser before it is applied.


Landlord Payouts and Disbursement {#landlord-payouts}

For managing agents, the payout is the moment the landlord judges the entire service.

The process is: total collections for the property, deduct commission and any agreed expenses, produce a statement, and disburse the net.

Speed is what landlords notice. A payout on a predictable date each month, without chasing, is the single strongest driver of landlord retention, and a digital rent collection platform that automates the calculation makes a fixed date achievable.

Bulk disbursement capability matters at scale. Paying forty landlords individually is hours; a batch run from calculated net amounts is minutes, and a digital rent collection platform integrated with a disbursement facility removes that work.

Partial collections complicate the payout. Where only some tenants in a property have paid, whether the landlord receives what was collected or waits for the full amount is a policy that must be agreed in the management agreement rather than decided monthly, and a digital rent collection platform should implement whichever applies.


Commission, Deductions and Owner Statements {#commission-statements}

The statement is the document that prevents disputes, and its quality matters more than its format.

It should show gross collections by unit, arrears outstanding, commission calculated on a stated basis, each expense itemised with a date and description, and the net payable.

Itemisation is the whole point. A net figure invites questions; a statement showing that a plumber was paid on a specific date for a specific unit answers them before they are asked, and a digital rent collection platform producing that detail automatically protects the relationship.

Commission basis needs to be unambiguous. Whether it is calculated on collections or on billed rent makes a real difference when arrears exist, and the management agreement should state which, with the digital rent collection platform applying it consistently.

Expense approval thresholds prevent recurring friction. Agreeing that expenditure below a stated amount proceeds without consultation removes the monthly argument, and a digital rent collection platform that logs the approval alongside the expense keeps the record clean.


Multi-Landlord and Multi-Property Structures {#multi-landlord}

Portfolios are rarely uniform, and the system must model the structure rather than assume one owner.

A single agent may manage units for many landlords, a landlord may own units across several properties, and a property may have multiple owners.

The mapping must be explicit: which unit belongs to which owner, under what commercial terms, with what expense rules, and a digital rent collection platform that holds this correctly generates every statement without manual assembly.

Different commercial arrangements need supporting simultaneously. A percentage commission on one property and a fixed monthly fee on another is common, and a digital rent collection platform supporting only one model forces spreadsheet work for the rest.

Consolidated and per-owner views both matter. You need portfolio-level collection performance for your own management and owner-level detail for statements, and a digital rent collection platform should produce both from one dataset.


Tenant Self-Service and Statements {#tenant-self-service}

Giving tenants visibility of their own account removes a substantial volume of enquiries.

A tenant portal or a statement on request should show the balance, recent payments, current charges and the payment reference.

The most common tenant contact is confirming a payment was received, and a digital rent collection platform that sends an automatic confirmation on receipt eliminates most of them before they happen.

Statement access resolves the second most common. A tenant querying their balance can check it themselves, and a digital rent collection platform with self-service access converts a phone call into no contact at all.

Keep the interface minimal. Tenants need a balance, a history and a way to pay, and a digital rent collection platform tenant view that tries to do more than that adds complexity nobody uses.


Reporting for Collections Performance {#reporting}

A small set of measures tells you whether collection is working.

The essentials are collection rate against billed, arrears ageing, average days to payment, automatic match rate and payout timeliness.

Collection rate against billed is the headline. Tracking it monthly by property shows where the problem sits, and a digital rent collection platform reporting it consistently turns a vague sense that collections are slipping into a specific location.

Average days to payment is the leading indicator. It deteriorates before the collection rate does, and a digital rent collection platform tracking it gives you warning before arrears grow.

Automatic match rate measures your own process quality rather than tenant behaviour. A falling rate means references are being communicated less effectively, and a digital rent collection platform reporting it tells you to reissue payment instructions.


Controls, Segregation and Fraud Risk {#controls-fraud}

Handling other people’s money at volume requires controls that protect both the business and the staff.

Segregation of duties is the foundation. The person recording a payment should not be the only person reconciling, and the person approving an expense should not be the person who incurred it.

Permissions should mirror those roles. Only a manager should void a payment, alter a charge or change a payout destination, and a digital rent collection platform without permission separation offers no control at all.

Payout destination changes deserve particular protection. Altering the account a landlord’s money goes to is the highest-risk action in the system, and a digital rent collection platform should require additional verification for it and log every change.

Audit trails complete the picture. Knowing who changed what and when is what allows a discrepancy to be investigated calmly, and a digital rent collection platform without activity logging leaves you guessing.

Reconcile the collection account itself daily. What the system says was collected should match what actually reached the account, and a digital rent collection platform that reports variance between the two catches problems while they are small.


Tax and Record-Keeping Context {#tax-records}

Rental income is taxable, and the applicable treatment depends on the owner’s circumstances and how the income is structured.

Landlords, agents and companies all sit differently, and the specific position is a question for a tax professional rather than for a software vendor.

What the system must produce is the underlying record: income by property and period, expenses categorised consistently, and invoices meeting the required format where applicable, and a digital rent collection platform that exports cleanly makes an accountant’s job straightforward.

Withholding obligations may apply to certain payments, including agency arrangements, and the system should record gross and net amounts so the treatment is traceable rather than reconstructed.

Retention of records supports both disputes and audit, and a digital rent collection platform with clean historical data by period is what makes a year-end straightforward rather than frantic.


Data Protection for Tenant Records {#data-protection}

Tenant data is personal data, and the Data Protection Act applies to how it is collected, stored and used.

The records held are substantial: identity details, contact information, payment history, arrears status and sometimes employment or guarantor information.

Arrears data is particularly sensitive. Sharing a tenant’s payment difficulties beyond those who need to know it operationally is both a compliance risk and a fairness issue, and a digital rent collection platform with role-based access is what makes internal restriction real.

Collect what you need and no more. Extensive personal detail gathered at tenancy creation that serves no operational purpose creates obligations without benefit.

Retention should be defined rather than indefinite, and a digital rent collection platform with configurable retention lets you set a policy. Specific obligations, including any registration requirements, are a matter for professional advice.


Integrations Worth Having {#integrations}

Integration priorities in this market are specific, and the locally relevant list matters more than the international default.

Mobile money integration is first — a Paybill with reliable callback handling so payments are recorded as they arrive rather than through a manual statement import.

Bulk disbursement is the second, since paying landlords individually is the largest remaining manual task once collection is automated, and a digital rent collection platform connected to a disbursement facility completes the money cycle.

Messaging is third. SMS and WhatsApp are how tenants actually receive reminders, and a digital rent collection platform that supports both reaches everyone.

Accounting export follows, and bank statement import matters where a meaningful share of rent arrives by transfer, so confirm both with any digital rent collection platform you shortlist.


What It Costs: Real Pricing Bands {#costs}

Pricing models vary, and normalising quotes matters before comparison.

Per-unit monthly pricing is common, often running somewhere around KES 50–300 per unit per month depending on depth, with volume discounts at scale. A three-hundred-unit portfolio might therefore budget KES 15,000–90,000 monthly.

Percentage-of-collections pricing exists and scales with your revenue, which is comfortable when collections are poor and expensive when they are strong, so model both against your actual numbers before choosing a digital rent collection platform structure.

Transaction costs sit outside the subscription. Mobile money charges on collection and on disbursement are real deductions, and a digital rent collection platform evaluation should include them in the total cost of collecting a shilling.

Weigh the cost against what it recovers. Arrears caught early, payments no longer lost to unmatched status, escalations applied on time and administrative hours reclaimed usually exceed the subscription substantially, and a digital rent collection platform that raises the automatic match rate from sixty to ninety percent has paid for itself in reconciliation time alone.


Implementation and Tenant Migration {#implementation}

Migration risk in collections is higher than in most software changes, because a failure means money going astray.

Load the tenant register, lease terms, opening balances and arrears accurately before anything else, since an incorrect opening balance produces a dispute with a real person.

Reconcile opening balances against your existing records tenant by tenant before going live. A digital rent collection platform launched on unverified balances will generate arrears notices to tenants who do not owe anything.

Communicate the new payment reference clearly and repeatedly before the change. Tenants paying to the old arrangement or with the old reference is the predictable first-month problem, and a digital rent collection platform rollout should include a notice campaign rather than a single message.

Run one full billing and collection cycle in parallel if you can, then commit. Two systems indefinitely means neither is trusted, so set a firm cutover once the digital rent collection platform has proven it captures everything correctly.


Frequently Asked Questions {#faqs}

At what portfolio size does this become necessary?
Manual works below roughly twenty units, becomes strained between twenty and eighty, and leaks money above that. The clearer trigger is spending hours matching payments each month or being unable to state current arrears without reconstruction.

What reference should tenants use when paying?
Something short, memorable and hard to mistype — a unit identifier or the tenant’s own phone number. Print it on the lease, every invoice, every reminder, a gate notice and inside the unit, since every place it appears reduces unmatched payments.

How do I handle payments from someone else’s number?
Allow multiple authorised payer numbers per tenancy so that once a payer is confirmed, future payments from that number match automatically. Also extend the reference instruction to whoever actually pays rather than only the tenant.

What happens with partial payments?
Treat them as a normal case with a published allocation rule — oldest arrears first or current rent first — applied consistently, and send the tenant a confirmation showing what was settled and what remains.

What does it cost?
Per-unit pricing commonly runs roughly KES 50–300 per unit monthly with volume discounts, or a percentage of collections. Include mobile money charges on both collection and disbursement in your total cost per shilling collected.

How do I keep landlords happy?
Pay on a predictable date without being chased, and provide an itemised statement showing gross collections, arrears, commission on a stated basis and every expense with a date and description. Speed and transparency retain landlords more than anything else.

Can I disconnect utilities or lock out a tenant in arrears?
Those measures may expose you to liability regardless of the arrears. Legal remedies for arrears and possession are governed by law and by the lease, so have your escalation policy reviewed by a qualified adviser before applying it.

What is the single most useful metric?
The automatic match rate. It measures your own process quality rather than tenant behaviour, and asking any digital rent collection platform vendor for that figure from a live customer of comparable size tells you whether their system actually works in this market.