Legal Document

Privacy Policy

How Haviva collects, uses, stores, and protects your personal information. This policy applies to all users of the Haviva mobile application and website.

Effective Date: 11 September 2025 Governed by Indian Law · DPDPA 2023 🇮🇳 India Only · Android & iOS 🔒 MSME Registered · Tamil Nadu
1

About Haviva

Haviva is an AI-powered property management platform developed and operated by Haviva, an MSME-registered business in Tamil Nadu, India. The platform is accessible via the Haviva mobile application (Android and iOS) and the website at www.haviva.net.

Haviva connects property owners and tenants on a single, secure platform — enabling rent management, tenant verification, document storage, AI-assisted communication, and community management.

📍
Registered Business Address: S3 Tulips Ricky Gardens, Tambaram, Chennai – 600073, Tamil Nadu, India. Governing law: India. Disputes subject to jurisdiction of Chennai, Tamil Nadu courts.
2

Scope & Applicability

This Privacy Policy applies to:

  • All users of the Haviva mobile application (Android & iOS)
  • All visitors to www.haviva.net
  • All persons who interact with Haviva's services in any capacity

Haviva's services are intended solely for users located in India. By using the App or website, you confirm that you are accessing Haviva from within India and that you consent to the practices described in this Policy.

This Policy complies with the Digital Personal Data Protection Act, 2023 (DPDPA), the Information Technology Act, 2000, and applicable Google Play Developer Program Policies.

3

User Types

Haviva operates with two distinct user roles, each with different data access and responsibilities:

  • Property Owners: Register independently, subject to admin approval. Can create and manage tenant profiles, properties, charges, and communications.
  • Tenants: Accounts are created by Owners. Tenants receive login credentials by email and must update their password on first login. Tenants can view charges, pay rent, submit documents, and interact with the AI-powered community features.
🔐
All Owner accounts require admin review and approval before activation. This ensures every Owner on the platform has been verified before gaining access to tenant management features.
4

Data We Collect

We collect only the minimum data necessary to provide our services. The following table outlines the categories of personal data collected:

Data Category Collected From Purpose Stored?
Name, Email, Phone Owners & Tenants Account creation, login, communication Yes — encrypted at rest
Password Owners & Tenants Authentication Yes — BCrypt hashed, never stored in plain text
Property Details Owners Property listing, tenant assignment Yes — encrypted at rest
ID Documents
(Aadhaar, Driving Licence, Company ID)
Tenants (uploaded voluntarily for verification) Identity verification via FCS + TesractOCR Yes — stored securely; access restricted to owner
Rent & Payment Records Owners (input), Tenants (payment actions) Rent tracking, payment history, AI chatbot queries Yes — encrypted at rest
Bank Account / IFSC Owners only Payment payout setup via Cashfree Yes — AES-256-CBC encrypted with dedicated financial key
Profile Picture Optional — any user User profile display Only if uploaded by user
Vehicle Information Tenants (optional) Community parking / records Yes — encrypted at rest
Emergency Contact Tenants (optional) Emergency situations within community Yes — encrypted at rest
🚫
What we do NOT collect: Device identifiers, IP addresses, advertising IDs, precise GPS location of Owner Stay, browsing history, analytics SDK data, or any data beyond what is listed above. Tenant UPI/payment credentials are never stored in our system.
5

How We Collect Data

Data is collected through the following mechanisms only:

  • Direct Input: Information you or your Owner provide when creating or updating your account.
  • Document Upload: ID documents and agreements uploaded voluntarily by users via the in-app document feature. These are scanned using our FCS (Full Content Scan) AI engine for verification purposes.
  • Payment Actions: Rent payment activity recorded when tenants make payments via Cashfree. We do not receive or store raw card or UPI details — Cashfree processes payments on their PCI-DSS compliant infrastructure.
  • In-App Communications: Messages sent between Owners and Tenants via the in-app email feature, delivered via Mailgun to the recipient's registered email address.
  • AI Chatbot Interactions: Queries submitted to the AI chatbot are processed to generate responses. Queries are not stored or used for any purpose beyond generating your answer.
6

Purpose of Data Use

All data collected by Haviva is used exclusively for the following purposes. We do not use your data for advertising, profiling, or any purpose not listed below:

  • Platform functionality: Account management, authentication, and core app features
  • Property management: Enabling rent tracking, charge management, document storage, and owner-tenant communication
  • Identity verification: Processing uploaded ID documents through FCS and TesractOCR to verify tenant identity
  • AI-powered features: Providing chatbot answers via RAG (Retrieval-Augmented Generation) against your tenancy documents; enabling semantic document search via Vector Database
  • Payment processing: Facilitating rent payments via Cashfree and tracking payment records
  • Push notifications: Sending in-app and system notifications related to your account (e.g., payment reminders, service request updates)
  • Legal compliance: Responding to lawful requests from Indian government authorities or courts
No Marketing Use. Haviva does not use your personal data for advertising, marketing, or promotional purposes. We do not sell, rent, or trade your data to any third party under any circumstances.
7

Data Sharing & Disclosure

Haviva does not share, sell, or rent your personal data to third parties. The only limited exceptions are:

  • Within the Platform (Owner–Tenant): Owners may see tenant names, unit numbers, contact details, and documents for the properties they manage. Tenants in the same community may see the name and unit number of their neighbors only.
  • Payment Processor (Cashfree): Payment transactions are handled by Cashfree Payments India Pvt. Ltd. Cashfree receives only the data necessary to process a transaction. Their privacy policy governs their data use.
  • Email Delivery (Mailgun via Cloudflare): Outbound emails (tenant invitations, owner–tenant messages) are delivered via Mailgun. Only the recipient email address and message content are transmitted.
  • Legal & Regulatory Authorities: If required by Indian law, court order, or lawful authority, we may disclose user data to the extent legally mandated.
  • Business Transfer: In the event of a merger, acquisition, or transfer of Haviva's business, user data may be transferred as part of that transaction. You will be notified in advance.
🛡️
All service providers who process data on our behalf are bound by contractual obligations to keep your data confidential and use it only as instructed by Haviva.
8

Data Retention & Deletion

We retain your personal data only for as long as your account is active or as required to provide you our services.

  • Active Accounts: Data is retained for the duration of your account.
  • Account Deletion: Upon deletion request, personal identifiers (name, email, phone, ID documents) are permanently deleted immediately. Anonymized aggregated transaction records may be retained for legal/audit purposes only.
  • Tenant Removal by Owner: When an Owner removes a Tenant, the Tenant's personal profile data will not be retained and notification will be sent to Owner.

To request account deletion, contact us at [email protected] with the subject line "Account Deletion Request". We will confirm deletion within 30 days.

9

Security & Encryption

Haviva implements multiple layers of security to protect your personal data at rest and in transit. Our encryption architecture is implemented in the backend using Java Spring Boot with dedicated encryption utilities:

Password Security
BCrypt Hashing
All user passwords are hashed using BCryptPasswordEncoder with a salt factor. Passwords are never stored in plain text — not even we can read them.
Session Security
JWT Authentication
Sessions are managed via signed JSON Web Tokens (JWT), valid for 30 days. Tokens are verified on every request and are not stored server-side.
Financial Data
AES-256-CBC Encryption
Bank account numbers and IFSC codes are encrypted using AES/CBC/PKCS5Padding with a dedicated financial encryption key and a randomly generated IV per encryption — ensuring every stored value is unique and tamper-evident.
General Data
AES Encryption at Rest
Personal profile data and sensitive fields are encrypted using AES encryption before storage in our PostgreSQL database hosted on a dedicated server in Germany.
🇩🇪
Server Infrastructure: Haviva's backend is hosted on a dedicated high-performance server in Germany, benefiting from EU-grade infrastructure, strong data protection standards, and 256-bit encryption for all data in transit via TLS/HTTPS.
🚫
Zero Third-Party Analytics: Haviva does not integrate any analytics SDKs, advertising networks, crash reporting tools that transmit personal data, or device fingerprinting libraries. No device identifiers or IP addresses are collected or stored.
10

Children's Privacy

Haviva's services are intended solely for users aged 18 years and above. We do not knowingly collect personal data from minors. If you are under 18, you must not use the Haviva application.

If we become aware that a user under the age of 18 has provided personal data, we will take immediate steps to delete that data and terminate the account. If you believe a minor has registered on Haviva, please contact us at [email protected].

11

Maps & Location

Haviva displays property addresses on maps within the application using the device's native iOS or Android map application. Important clarifications:

  • Haviva does not request or access your device's real-time GPS or location permissions.
  • Property addresses entered by Owners are stored as text in our database — not as GPS coordinates.
  • When a map is opened, the address is passed to your device's native map application (Apple Maps or Google Maps). Their respective privacy policies apply to that interaction.
  • No location data is transmitted to or stored on Haviva's servers.
12

Cookies & Tracking

The Haviva mobile application does not use cookies, web beacons, pixel trackers, device fingerprinting, or any similar tracking technologies.

The Haviva website (www.haviva.net) is a static informational site deployed on Cloudflare Pages. Cloudflare may collect basic anonymized access logs as part of their infrastructure security services. Haviva itself does not set any cookies or tracking scripts on the website.

13

Your Rights

Under the Digital Personal Data Protection Act, 2023 (DPDPA) and applicable Indian law, you have the following rights with respect to your personal data:

  • Right to Access: You may request a summary of the personal data we hold about you.
  • Right to Correction: You may update or correct your personal data at any time through your in-app account settings.
  • Right to Deletion / Erasure: You may request permanent deletion of your account and associated personal data.
  • Right to Withdraw Consent: You may withdraw consent for non-essential data processing at any time. This will not affect the lawfulness of processing before withdrawal.
  • Right to Grievance Redressal: You have the right to file a complaint with us or with the Data Protection Board of India if you believe your data rights have been violated.
  • Notification Opt-Out: Push notifications can be disabled at any time through your device's notification settings or within the app.

To exercise any of these rights, contact us at [email protected]. We will respond within 30 days.

14

Third-Party Services

Haviva integrates with the following third-party services. Each service operates under its own privacy policy:

Service Provider Purpose Data Shared
Cashfree Cashfree Payments India Pvt. Ltd. Web subscription billing; payment processing Transaction data only; no stored card/UPI details
Mailgun Mailgun Technologies (via Cloudflare) Transactional email delivery Recipient email, message content
Cloudflare Cloudflare, Inc. DNS, CDN, DDoS protection, static site hosting Anonymized network-level data only
Google Play / App Store Google LLC / Apple Inc. App distribution Per their respective developer policies
Native Maps Apple / Google Property address display Address text only; no GPS; their policies apply
15

International Data Transfers

Haviva's primary server infrastructure is located in Germany. By using Haviva, you consent to your personal data being transferred to and processed on servers located in Germany. We have implemented appropriate safeguards (AES-256 encryption, TLS in transit, access controls) to ensure your data remains protected in accordance with Indian data protection standards.

Haviva's app is developed for and targeted solely at users in India. No data is transferred for any purpose to countries outside of what is described in Section 14 above.

16

Policy Updates

Haviva may update this Privacy Policy from time to time to reflect changes in our practices, technology, legal requirements, or business operations. When we make changes:

  • The updated policy will be posted at www.haviva.net/privacy.html with a revised Effective Date
  • For material changes, we will notify users via an in-app notification or email
  • Continued use of the app after the effective date constitutes acceptance of the updated policy
  • The current policy version is always displayed within the Haviva app under the Privacy Policy section
17

Contact & Grievances

For any privacy concerns, data access requests, deletion requests, or grievances, please contact the Haviva Privacy Team:

Haviva Privacy Team
We respond to all privacy queries within 30 days.
📍 S3 Tulips Ricky Gardens, Tambaram, Chennai – 600073, Tamil Nadu, India
📞 +91 99946 08697 (Mon–Sat, 9am–6pm IST)

If you are not satisfied with our response, you have the right to approach the Data Protection Board of India once it is formally constituted under the DPDPA 2023.