All Articles
Compliance
Data Protection
Indian Startups

DPDP Act Compliance for Startups: What Your Dev Team Needs to Build Before May 2027

DPDP Act enforcement starts May 2027. Here is exactly what your startup needs to build, with penalties up to INR 250 crore for non-compliance.

Avinash S
April 5, 2026
9 min read
DPDP Act Compliance for Startups: What Your Dev Team Needs to Build Before May 2027

The Digital Personal Data Protection Act is not coming. It is here. The Rules were notified in November 2025, the Data Protection Board is operational, and full enforcement begins May 13, 2027. That gives your startup roughly 13 months to get compliant or face penalties that can reach INR 250 crore (about $30 million) per violation.

Most founders I talk to think this only applies to large enterprises. It does not. The DPDP Act applies to every business processing digital personal data in India, regardless of size. If your SaaS product collects user emails, if your fintech app stores KYC data, if your healthtech platform handles patient records, you are a Data Fiduciary under this law.

Here is what your dev team actually needs to build.

The Timeline You Cannot Ignore

The enforcement rolls out in three phases:

Phase 1 (November 2025, already live): The Data Protection Board of India is established and operational. Administrative provisions are in effect.

Phase 2 (November 2026): Consent Manager registration framework goes live. If your business acts as a consent intermediary, this is your deadline.

Phase 3 (May 13, 2027): Everything else. Consent requirements, Data Principal rights, security safeguards, breach notification, data retention and erasure, cross-border transfer rules. This is the date that matters for most startups.

The 18-month transition window from November 2025 sounds generous. It is not. Building consent infrastructure, auditing data flows, training teams, and implementing security safeguards takes longer than founders expect.

What the DPDP Act Actually Requires From Your Startup

1. Consent Management

Every time you collect personal data, you need explicit, informed, purpose-specific consent. Not a pre-ticked checkbox buried in your terms of service.

The requirements:

  • Consent must be free, specific, informed, and unambiguous
  • Each purpose needs separate consent (no bundling)
  • Withdrawal must be as easy as giving consent
  • You must provide a clear privacy notice listing exactly what data you collect and why
  • Consent records must be retained

If you process data from users under 18, you need verifiable parental consent. OTP to parent's mobile, identity document upload, digital signature, or Aadhaar-based authentication. No exceptions.

2. Security Safeguards

This is where the biggest penalty sits: INR 250 crore for failure to implement "reasonable security safeguards." The Rules specify:

  • Encryption of data at rest and in transit
  • Access controls with access logs and regular reviews
  • Intrusion detection systems
  • Data masking and obfuscation
  • Regular data backups
  • Data retention for minimum 1 year for breach investigation

If you are running a startup on AWS or Azure, this translates to: enable encryption everywhere, implement IAM properly, set up CloudTrail or Azure Monitor, configure alerts, and actually review access logs. Most startups I audit have none of this in place.

3. Breach Notification

When (not if) a breach happens, you have two deadlines:

  • Immediately: First intimation to the Data Protection Board and affected individuals. No delay.
  • Within 72 hours: Detailed report including what happened, what data was affected, and what you are doing about it.

Without automated detection tools and pre-built incident response templates, most startups will miss the 72-hour window. Build this infrastructure now, not after the breach.

4. Data Principal Rights

Your users have the right to:

  • Access a summary of their personal data and know who you have shared it with
  • Correct inaccurate data
  • Request erasure when the purpose is fulfilled
  • Withdraw consent at any time
  • File complaints with the Data Protection Board

You need to build these capabilities into your product. A "delete my data" button is not optional anymore.

Is your startup compliance-ready?

Take the 2-min security quiz →

5. Data Inventory

You cannot comply with a law about data protection if you do not know what data you have. Map every piece of personal data your startup collects: what data, where stored, who accesses, which vendors touch it, how long you retain it, and whether you can delete it on request.

Every vendor processing personal data for you is part of your risk surface.

The Penalty Table

These are per violation, per instance. A single incident can trigger multiple penalties:

ViolationMaximum Penalty
Failure to implement security safeguardsINR 250 crore (~$30M)
Failure to notify breach within 72 hoursINR 200 crore (~$24M)
Breach of children's data obligationsINR 200 crore (~$24M)
Breach of Significant Data Fiduciary obligationsINR 150 crore (~$18M)
Any other Data Fiduciary violationINR 50 crore (~$6M)

The Board considers: gravity of breach, data sensitivity, whether it was repeated, what mitigation efforts were taken, and proportionality to your turnover. Being a startup does not give you a pass, but showing good-faith compliance efforts matters.

DPDP Act vs GDPR: Key Differences

If you are already GDPR compliant, you are not automatically DPDP compliant. Critical differences:

  • No "legitimate interests" basis. Under GDPR, you can process data without consent if you have a legitimate business reason. Under DPDP, it is consent or nothing (with narrow exceptions).
  • All breaches must be reported. GDPR only requires notification for breaches that risk individual rights. DPDP requires notification for every breach, regardless of severity.
  • Children's age threshold is 18. GDPR allows 13-16 depending on the member state. DPDP says 18 across the board.
  • Consent Managers are a new concept. GDPR has no equivalent. DPDP creates registered intermediaries specifically for consent management.
  • No data portability right. Unlike GDPR, DPDP does not include the right to data portability.
  • Cross-border transfers use a blacklist model. GDPR requires approved countries (whitelist). DPDP allows transfers everywhere unless a country is specifically restricted.

The 7 Mistakes Startups Make With DPDP Compliance

  1. Assuming it is only for big companies. It is not. Every business processing digital personal data in India is covered.
  2. Copy-pasting a GDPR privacy policy. The consent and notice requirements are different. Generic policies will not satisfy the itemized disclosure requirements.
  3. Bundling consent. "By signing up, you agree to everything" is non-compliant. Each processing purpose needs separate consent.
  4. No data inventory. If you do not know what personal data you have, where it is, and who can access it, you cannot comply.
  5. Ignoring vendor risk. Your AWS account, analytics tools, CRM, payment processor: every third party that touches user data is your responsibility.
  6. No breach response plan. The 72-hour notification window starts from when the breach is detected. Without automated detection and pre-built templates, you will miss it.
  7. Treating security as a Phase 2 problem. The highest penalty (INR 250 crore) is for inadequate security safeguards. This is not something you bolt on later.

Your 6-Month Compliance Roadmap

Month 1: Data Discovery

  • Complete data inventory: what personal data, where stored, who accesses, which vendors
  • Map data flows across your application and infrastructure
  • Identify gaps in your current privacy notice

Month 2: Consent Infrastructure

  • Build purpose-specific consent collection
  • Implement consent withdrawal mechanism
  • Create itemized privacy notice per DPDP requirements
  • If handling children's data, implement parental consent verification

Month 3: Security Hardening

  • Enable encryption at rest and in transit across all services
  • Implement proper IAM with least-privilege access
  • Set up access logging and monitoring
  • Configure intrusion detection

Month 4: Breach Response

  • Build automated breach detection
  • Create incident response playbook with clear roles
  • Prepare notification templates for the Board and affected users
  • Run a tabletop exercise

Month 5: Data Principal Rights

  • Build data access, correction, and deletion capabilities
  • Create user-facing dashboard for consent management
  • Test the full lifecycle: user requests data, receives it, requests deletion, data is deleted

Month 6: Audit and Documentation

  • Internal compliance audit
  • Document everything (the Board wants to see evidence of good-faith effort)
  • Train team members who handle personal data
  • Set up ongoing monitoring and review cadence

Do Not Wait Until 2027

The startups that start now will be compliant by May 2027. The startups that wait will be scrambling, cutting corners, and hoping the Board does not come knocking.

If you want a clear picture of where your startup stands today, book a free 20-minute infrastructure review. We will tell you exactly what is broken and what it costs to fix. No pitch, just a practical assessment.

MatrixGard helps funded startups get audit-ready in 4-6 weeks. See how we work or view our pricing.

MatrixGard

Ready to get audit-ready?

MatrixGard gets startups SOC2 and ISO27001-ready in 4-6 weeks, fixed price, no surprises.

Book a free review