Contract Archive and KVKK Architecture for Fleet-Leasing Companies

TL;DR: Contract archives, driver-data KVKK alignment, e-signature integration, and site-to-site VPN for branches in fleet and car-rental companies.
Summary: IT architecture for fleet and car-rental companies is built on a digital contract archive, KVKK-aligned processing of driver data, e-signature integration, contract-expiry and collections tracking, and site-to-site VPN connectivity between multiple branches. Rather than juggling plate-contract-collections tracking across Excel sheets, the goal is a central system that stores driver licence, ID, and address data in line with KVKK and can produce documents within 30 minutes during an audit.
It's no longer a sustainable model in a fleet-leasing company to run operations without colour-coded contract-expiry days, without instant lookup of who holds which plate, and without automated tallying of overdue collections. Failing to explain — to a KVKK auditor — why driver-licence copies are kept and for how long is a direct administrative-fine risk.
In this article we cover the contract archive, driver-data KVKK alignment, and multi-branch network architecture for owners and IT leads in fleet and car-rental companies. Our target scale is 10–200-vehicle fleets and 1–10 branch operations.
Three Core Pillars of Fleet-Leasing IT
IT in this sector must answer three core needs.
1. Contract and Plate Management
Which vehicle is with whom, when does the contract expire, are insurance (kasko / traffic) policies due, have fees been paid? The daily backbone of operations.
2. Driver Data and KVKK Alignment
Driver licence, national ID, address, phone, driver-penalty points (with some corporate customers). Under KVKK, this is personal data; in some cases it crosses into special-category data. Statutory retention periods and secure-destruction rules are strict.
3. Branch Connectivity and Centralised Management
With multiple branches, a vehicle may be picked up at one branch and returned at another. Customer records, plate inventory, and financial transactions must be consistent and current across every branch.
The Digital Contract Archive
A central digital archive — instead of folders of paper contracts — pays off in several ways.
Typical Contract Data
- Customer information (TC, name, address, tax number for corporate customers)
- Driver information (if different)
- Plate, brand, model, year, mileage
- Lease start / end dates
- Rental amount, deposit, return terms
- Insurance information (kasko, IMM)
- Fuel, damage, late-return surcharges
- Contract PDF (signed scan)
Recommended Archive Architecture
| Layer | Purpose | Example |
|---|---|---|
| Database | Structured data (queryable) | PostgreSQL, MS SQL |
| File storage | PDF contracts, licence copies | NAS + cloud backup |
| Full-text search | Search old contracts by plate / name | Elasticsearch or DB built-in |
| Access layer | Web / mobile UI | Fleet-management software |
PDFs should be hashed and encrypted at rest. Document access must be role-based (RBAC): office staff can reach all contracts; depot personnel only plate status.
Colour-Coded Expiry Tracking
Colour-coding by days remaining to contract end:
- Green: 30+ days remaining
- Yellow: 7–30 days remaining (extension offer should go out)
- Orange: 0–7 days remaining (urgent action)
- Red: Past expiry, or return overdue
Automated SMS / email reminders (e.g. extension offer 30 days before, return reminder 3 days before).
E-Signature Integration
Classic flow: the customer comes to the office, signs the contract, a photocopy is taken, kept in a locked cabinet. Modern alternative: signing from anywhere with an e-signature.
Common E-Signature Solutions in Türkiye
- Document signing via e-Devlet (financial advisors, banks integrated)
- Mobile Signature (Turkcell, Vodafone, Türk Telekom)
- e-Yazışma with corporate customers
- Third-party SaaS: DocuSign, Adobe Sign, Onaylarım, eImza Türkiye
E-signed contracts are equivalent to wet signatures under Law 5070. If the customer doesn't have an e-signature, a hybrid flow works: the customer signs on paper, the office signs digitally, and the contract is archived as a mixed-signature PDF.
Benefits of an E-Signature Flow
- Customer doesn't have to visit the office — remote rental
- Contract PDF lands in the archive automatically (no manual scanning)
- Signatures are timestamped — strong evidence in court
- Zero paper / folder cost
- Searchable full text — historic contract lookups in seconds, not hours
KVKK and Driver Data
Fleet-leasing companies, as data controllers, handle a broad personal-data set.
Categories Processed
| Data | Category | Retention |
|---|---|---|
| National ID | Personal data | Contract end + 10 years (financial) |
| Licence info | Personal data | Contract end + a reasonable period |
| Licence copy | Personal data | Statutory + secure destruction |
| Address, phone | Personal data | Relationship duration + a reasonable period |
| Driver-penalty points | May be special-category | Explicit consent + strict limits |
| Insurance damage history | Personal data | Insurance contract period |
| Card information | Personal + financial | Never stored (PCI) |
Explicit Consent and Information Notice
- An information notice must be presented before the contract is signed
- Which data, for what purposes, for how long must be stated
- Corporate card processing (PCI) and licence verification (3rd-party API) and similar transfers must be disclosed
- Explicit written consent for special-category data
Card Information — Critical Note
Fleet companies often want to authorise the card for "deposit / pre-authorisation". Storing the card number or CVV in the system is a PCI-DSS violation. The right method: the payment provider's tokenisation (card number lives with the payment provider; you only have a token).
Data-Breach Notification
In case of a KVKK breach (e.g. a server is compromised, customer data leaks):
- Notify the Personal Data Protection Authority within 72 hours
- Inform affected individuals via an appropriate channel
- Activate the incident-response team immediately
Site-to-Site VPN: Branch Connectivity
In multi-branch operations, every branch needs to reach the central system.
VPN Topologies
| Topology | Suitable scenario | Pros | Cons |
|---|---|---|---|
| Hub-and-spoke | Head office + branches | Simple management | If head office drops, branches drop with it |
| Full mesh | Direct branch-to-branch traffic | Faster traffic | Complex management |
| SD-WAN | Many branches, dynamic traffic | Automatic routing | Higher cost |
At SME scale, hub-and-spoke is usually enough. A central firewall (FortiGate, Sophos, pfSense) terminates every branch tunnel.
Typical Traffic
- Branch → central DB server (contract archive)
- Branch → central file server (contract PDFs)
- Branch → central PBX (IP phones)
- Branch → Internet (usually local breakout, faster)
Backup Connectivity
With the primary VPN over fibre, every branch should have 4G / 5G backup. With automatic failover, transactions continue through a fibre outage.
Collections Tracking and Automated Alerts
Late collections are the most common cash-flow problem in leasing companies.
Automated Collections Flow
- The contract defines the payment period (monthly, daily, etc.)
- The system auto-invoices and emails / texts the customer
- Past the due date, colour-coded alerts (yellow, orange, red)
- After a defined number of days, automatic late-payment interest applies
- Collections team reviews the overdue list daily
Collections Tied to Contract
When a customer has overdue collections, the system should automatically alert when a new contract is opened. That prevents scenarios like "the same customer rented at another branch — the prior debt was known".
Backup Strategy
Losing the contract archive and driver data creates serious legal and operational issues.
3-2-1 Rule Adaptation
| Copy | Location | Retention |
|---|---|---|
| Production | Central server | Live |
| Local backup | Central NAS | 30-day rolling |
| Cloud backup | Türkiye / EU region | 90-day rolling + critical immutable |
| Offline | Encrypted disk in a safe | Annual snapshot |
PDFs in particular should be in the immutable backup tier — suspicion of later tampering on an old contract can become a problem in a court proceeding.
What Yamanlar Bilişim Offers
End-to-end support sized to your fleet-leasing company:
- Fleet-management software selection and rollout support
- Digital contract-archive architecture
- E-signature provider integration
- KVKK information-notice technical support
- VERBİS registration guidance
- Site-to-site VPN design and branch rollout
- Backup + immutable archive architecture
- Collections system integration
Frequently Asked Questions
Conclusion
IT in a fleet-leasing company comes into its own through the right contract archive, KVKK-aligned processing of driver data, integrated multi-branch operation, and automated collections. Moving from paper folders to a digital archive doesn't just free physical space — it lets you produce documents within 30 minutes during an audit, opens up remote rental in the customer experience, and brings down the late-collection rate in cash flow.
Yamanlar Bilişim designs IT architectures sized to your fleet, KVKK-aligned and scalable — covering everything from your contracts through to your collections, from branch connectivity to e-signature.
Author
Serdar YAMAN
Yamanlar Bilişim Expert
Writes content on IT infrastructure, cybersecurity, and digital transformation at Yamanlar Bilişim. Get in touch for any questions.
Professional Support
Get help on this topic
Let's design the Industry IT Solutions solution you need together. Our experts get back to you within 1 business day.
support@yamanlarbilisim.com · Response time: 1 business day
Keep Reading
Related Articles

IT Infrastructure for Accounting Firms: a System Built to Survive Filing Day
An accounting firm's IT is not a standard office build: the local practice-software server, dozens of client e-signatures, uninterrupted access to the tax authority's systems and the data of hundreds of clients share one room. The components of an infrastructure designed around the filing calendar.

IT in a Law Firm: Court-System Continuity, Client Confidentiality and the Digital Archive
A law firm's technology is built around two words: access and confidentiality. Connecting to the national court system without fail on hearing morning, protecting client files to the standard professional secrecy demands, and carrying years-long case archives without loss — the full list.

IT in the E-commerce Warehouse: Handheld Terminals and Marketplace Integration Uptime
In an e-commerce warehouse, an IT failure is billed in points, not money: a delayed shipment hits marketplace metrics and store visibility. From the terminal network to the label printer, integration outages to campaign-day readiness — the warehouse resilience guide.