2026 DPDP consent manager readiness checklist for Indian SaaS and fintech

A 2026 readiness checklist for Indian SaaS and fintech teams preparing for the DPDP consent manager framework and the 13 May 2027 compliance deadline.

Read time
12 min
Word count
1.8K
Sections
10
FAQs
8
Share
Abstract secure digital consent vault with encrypted data streams on a dark studio background
The DPDP consent manager keeps the consent plane separate from the data plane.
On this page · 10 sections
  1. What the DPDP consent manager actually is
  2. The compliance clock: three phases, two dates that matter
  3. The penalty schedule you are budgeting against
  4. Registration: what a consent manager must prove
  5. The engineering checklist for data fiduciaries
  6. India-specific considerations
  7. Sequencing the work against the deadline
  8. FAQ
  9. How eCorpIT can help
  10. References

Summary. India notified the Digital Personal Data Protection Rules, 2025 on 14 November 2025, and the law is now phased into force on a fixed clock. The Data Protection Board of India provisions started immediately; consent manager registration applies about 12 months out, around 13 November 2026; and the core obligations on consent, breach notice and Significant Data Fiduciaries take effect 18 months out, on 13 May 2027. A consent manager must be a company incorporated in India with a net worth of at least ₹2 crore, must keep consent records for 7 years, and must run data-blind so it cannot read the personal data it routes. The penalty for weak security that leads to a breach reaches ₹250 crore. This checklist tells SaaS and fintech teams what to build before the 2027 deadline.

If you run product or compliance at an Indian SaaS, fintech, e-commerce or healthcare-AI firm, the planning question changed in November 2025. The DPDP Act, 2023 finally has operative rules, a notified gazette date, and a staged timeline that maps to your sprints. The Ministry of Electronics and Information Technology (MeitY) built the consent manager on top of India's Data Empowerment and Protection Architecture (DEPA), the same design that produced the Account Aggregator network in finance. So the model is not new in spirit. What is new is a hard deadline and a penalty schedule with real teeth.

This is a build checklist, not a legal summary. Each section names the concrete artefact, control or interface your engineering and compliance teams have to ship, and when.

What the DPDP consent manager actually is

A consent manager is a registered intermediary that lets a person give, review, manage and withdraw consent through a single interoperable dashboard. The DPDP Rules, 2025 set out the registration conditions in Rule 4 and Schedule I, and the Board oversees the register. Consent given through one consent manager has to be readable and actionable by another platform, and a withdrawal has to propagate across the services that relied on that consent.

The defining technical constraint is that the consent manager operates data-blind. The rules require that the way personal data is made available is such that its content cannot be read by the consent manager itself. It moves consent artefacts and routing instructions, not the underlying records. That single requirement shapes the whole architecture: cryptographic handling, key custody, and a clean separation between the consent plane and the data plane.

On 6 June 2025 the National e-Governance Division under MeitY released a Business Requirement Document for consent management that breaks the platform into modules: collection, validation, withdrawal, dashboards, notifications, audit trails and grievance handling. Each module maps to a specific legal duty. Consent becomes a structured artefact with a unique consent ID, timestamps, purpose tags and an event log, exactly as the Account Aggregator framework already does for financial data.

The compliance clock: three phases, two dates that matter

The rules use a phased schedule rather than a single switch. The Board itself is already standing up; consent manager registration opens roughly a year after notification; and the substantive obligations land 18 months after notification. For a CTO, two dates govern the roadmap: November 2026 for anything that touches the consent manager register, and 13 May 2027 for everything else.

Phase Effective What applies Who it hits first
Phase I On notification, mid-November 2025 Data Protection Board of India set-up and definitions The regulator itself
Phase II About 12 months out, around 13 November 2026 Consent manager registration and operation (Rule 4, Schedule I) Firms building or using consent managers
Phase III 18 months out, 13 May 2027 Consent, notice, breach reporting, children's data, SDF duties All data fiduciaries
Ongoing From 13 May 2027 Board adjudication and penalties active Any non-compliant fiduciary

The practical read is that you do not have until 2027 to start. The India Briefing timeline shows the consent manager pieces arriving first, and DPIA plus audit programmes for Significant Data Fiduciaries need lead time measured in quarters, not weeks.

Legal commentators read the staged dates the same way. Trilegal, analysing the notified rules, described the schedule as an 18-month runway to full compliance. Eighteen months sounds generous until you price in registration, re-architecture and an external audit.

The penalty schedule you are budgeting against

The Schedule to the DPDP Act sets maximum penalties by violation type, and the Board can stack separate penalties for distinct violations found in one inquiry. These are caps, not fixed fines; the Board weighs the nature of the fiduciary, the volume and sensitivity of data, and the harm caused. But the ceiling is what your risk committee will quote.

Violation Maximum penalty Why SaaS and fintech should care
Failure to take reasonable security safeguards leading to a breach ₹250 crore Highest tier; covers most breach scenarios
Failure to notify the Board or data principals of a breach ₹200 crore Triggers your incident-response SLA
Non-compliance with children's data provisions ₹200 crore Hits edtech, gaming and consumer apps
Failure to meet additional SDF obligations ₹150 crore Applies once you are designated an SDF
Failure on consent, accuracy or erasure duties ₹50 crore The everyday operational tier
Breach of a data principal's duties ₹10,000 Falls on individuals, not firms

Source for the schedule: the DPDP Act Schedule and analysis of the final rules. A single breach that also went unreported and involved children's data could, in principle, draw penalties from three tiers at once, which is how a "₹250 crore law" becomes a much larger exposure on paper.

Registration: what a consent manager must prove

If your firm plans to operate a consent manager, or to acquire or partner with one, Schedule I sets the bar. The conditions read like a fit-and-proper test borrowed from financial regulation, which fits the Account Aggregator lineage.

Condition Requirement Build or governance implication
Incorporation Company incorporated in India India entity, India-resident directors
Net worth At least ₹2 crore, inflation-adjusted Capital and audited financials on file
Capacity Technical, operational and financial capacity Documented SRE, security and finance functions
Data-blind operation Cannot read the personal data it routes Consent plane separated from data plane
Conflict of interest Cannot also be fiduciary or processor for the same principal Corporate and contractual ring-fencing
Records Consent audit trail retained for 7 years Tamper-evident, queryable log store
Security Encryption and audit-ready logging AES-256 class encryption, key custody, SIEM

The Board publishes registered consent managers on its website, and the registration framework under Rule 4 comes into force around 13 November 2026. Most SaaS and fintech firms will consume a registered consent manager rather than become one, the same way most lenders use an Account Aggregator instead of running their own.

The engineering checklist for data fiduciaries

Most readers are data fiduciaries, not consent managers. Your job is to make your product speak the consent manager protocol and to satisfy the notice, security and rights duties that bite on 13 May 2027. Work the list in this order.

1. Map your consent surface

Inventory every place you collect personal data: sign-up, KYC, cookies, SDK telemetry, support chat, marketing. For each, record the purpose, the legal basis and the data categories. You cannot wire a consent manager into a flow you have not mapped. This inventory also feeds your DPIA if you are designated a Significant Data Fiduciary.

2. Rebuild notice and consent as structured artefacts

Replace free-text consent checkboxes with machine-readable consent records carrying a unique ID, purpose tags, timestamps and an itemised notice. The Securiti analysis of the rules notes the notice must be clear, itemised and available in English and the Eighth Schedule languages. Purpose tags are what let consent travel between platforms.

3. Make withdrawal as easy as granting

The rules require withdrawal to be as simple as consent. Build an API and a user-facing control that revokes consent, propagates the revocation to downstream processors, and stops processing for that purpose. Log the event. A withdrawal that does not propagate is a ₹50 crore-tier failure waiting to be filed.

4. Wire up the consent manager interface

Treat the consent manager like a payment gateway: an external, regulated interface you integrate against. Because the design is API-driven and modelled on Account Aggregator specifications maintained by ReBIT, expect standardised schemas and consent artefacts. Build an adapter now against the published architecture so you are not blocked when registration opens.

5. Handle children's data with verifiable parental consent

If your service can be used by anyone under 18, Rule 10 requires verifiable parental consent and bars tracking or behavioural monitoring of children. Approved verification can integrate DigiLocker to confirm a parent's identity and the parent-child link. Edtech, gaming and consumer fintech teams should treat this as a distinct flow, not a checkbox.

6. Stand up breach detection and a 72-hour reflex

Breach notification to the Board and to affected principals is its own penalty tier. You need detection, a severity rubric, a notification template and a rehearsed runbook. This is where privacy-first AI architecture pays off, because systems designed to minimise and segregate data produce smaller, more reportable incidents.

7. Prepare for Significant Data Fiduciary duties

If the Central Government designates your firm an SDF based on data volume and risk, you owe an annual Data Protection Impact Assessment, an annual independent audit, and a report of significant observations to the Board. Select your DPIA methodology and audit scope now. The lead time for an external audit is the constraint that most teams underestimate.

India-specific considerations

Two India-specific realities shape the build. First, the Account Aggregator precedent means fintech teams already have a working mental model: cryptographically secure, traceable consent that moves without the intermediary retaining personal data. The DPDP consent manager generalises that pattern across sectors, and Reserve Bank Information Technology Private Limited (ReBIT) specifications are the likely template for technical standards.

Second, regulated fintech and healthcare firms sit under overlapping regimes. RBI directions, SEBI rules and sectoral data-localisation expectations do not disappear under DPDP; they layer on top. A lending app may answer to the RBI on data storage and to the Board on consent and breach notice at the same time. Teams shipping clinical AI under India's CDSCO and DPDP regime already manage this double duty, and the same discipline applies to fintech.

For multinationals, the practical cost is usually the migration of legacy consent state, not the new code. Mapping years of implied or bundled consent onto itemised, purpose-tagged artefacts is the slow part of the project.

Sequencing the work against the deadline

A workable order of operations, given the November 2026 and 13 May 2027 dates:

Through Q3 2026, finish the consent-surface inventory, the DPIA scoping and the notice rebuild. In Q4 2026, as the consent manager register opens, integrate against a registered consent manager and ship withdrawal propagation. Across the first half of 2027, run breach drills, complete an independent audit if you are an SDF, and freeze changes before 13 May 2027. Governance scaffolding such as enterprise AI agent governance layers helps here, because consent and purpose limitation have to hold even when autonomous systems act on the data.

Santosh Singh, senior vice-president for IT at DS Group, put the strategic case directly to The Tribune: "the industry must now invest in consent, making data protection a foundation for commerce and not a cost to it." The firms that treat consent as product infrastructure, not paperwork, will move fastest.

FAQ

How eCorpIT can help

eCorpIT is a Gurugram-based technology organisation with senior-led engineering teams that build privacy-first data platforms for SaaS, fintech and healthcare-AI firms. We map consent surfaces, design data-blind consent manager integrations, and stand up DPIA and breach-response programmes against the 13 May 2027 deadline. Founded in 2021 and assessed at CMMI Level 5, we pair compliance architecture with production engineering rather than treating them separately. To scope a DPDP readiness plan for your stack, contact our team.

References

  1. DPDP Rules, 2025 notified, Press Information Bureau
  1. Decoding the DPDP Act 2023 and DPDP Rules 2025, EY India
  1. India publishes consent management rules under the DPDP Act, Hogan Lovells
  1. Consent managers under India's DPDP Act and DPDP Rules, AZB & Partners
  1. Explained: role and obligations of consent managers, MediaNama
  1. Reconciling the Account Aggregator and Consent Manager frameworks, Sahamati
  1. India notifies final rules for the Digital Data Protection Act, Baker Botts
  1. The Schedule: penalties under the DPDP Act, 2023
  1. India's DPDP compliance timeline 2026-27, India Briefing
  1. Navigating India's DPDPA rules, Securiti
  1. The draft DPDP Rules 2025, Trilegal
  1. Industry must invest in consent, say experts on the DPDP Act, The Tribune
  1. MeitY releases the Business Requirement Document on consent management, AZB & Partners

_Last updated: 26 June 2026._

Frequently asked

Quick answers.

01 When do the DPDP consent manager rules come into force?
The DPDP Rules, 2025 were notified on 14 November 2025. Data Protection Board provisions applied immediately. Consent manager registration under Rule 4 takes effect about 12 months later, around 13 November 2026, and the broader obligations apply 18 months after notification, on 13 May 2027.
02 What is the minimum net worth for a consent manager?
A consent manager must be a company incorporated in India with a net worth of at least ₹2 crore, adjusted annually for inflation. It must also show technical, operational and financial capacity, sound governance, and fit-and-proper directors. The Data Protection Board registers eligible entities and publishes them on its website.
03 What is the maximum penalty under the DPDP Act?
The highest penalty is ₹250 crore, for failing to take reasonable security safeguards that leads to a breach. Failure to notify a breach and non-compliance with children's data provisions are each capped at ₹200 crore. The Board can impose separate penalties for distinct violations found in one inquiry.
04 Does a consent manager store my customers' data?
No. The rules require a consent manager to operate data-blind, meaning the content of personal data cannot be read by it. The consent manager moves structured consent artefacts and routing instructions, not the underlying records, and retains a consent audit trail for at least 7 years for accountability.
05 How is the consent manager related to the Account Aggregator?
Both build on India's Data Empowerment and Protection Architecture. The Account Aggregator network, supervised in finance, already shows how consent can be modular, cryptographically secure and traceable without retaining data. The DPDP consent manager generalises that pattern across sectors and is expected to follow similar ReBIT-style technical specifications.
06 What must SaaS and fintech firms build first?
Start with a consent-surface inventory across every collection point, then rebuild notice and consent as machine-readable artefacts with unique IDs and purpose tags. Add withdrawal propagation, a consent manager adapter, breach detection with a notification runbook, and, if designated a Significant Data Fiduciary, a DPIA and annual audit.
07 What extra duties apply to a Significant Data Fiduciary?
Once the Central Government designates a firm a Significant Data Fiduciary, it must run a Data Protection Impact Assessment and an independent audit every 12 months, and submit a report of significant observations to the Board. Designation depends on data volume and risk, so high-scale SaaS and fintech firms should plan for it early.
08 How does DPDP interact with RBI and SEBI rules for fintech?
DPDP layers on top of existing sectoral regulation rather than replacing it. A fintech firm can owe the Reserve Bank of India on data storage and localisation while also owing the Data Protection Board on consent, notice and breach notification. Build one control framework that satisfies both regulators rather than two parallel programmes.

About the author

Manu Shukla

Founder & Director

Founder of eCorpIT. Hands-on engineer leading senior-only delivery for AI apps, custom software, and cloud systems for global clients.

Subscribe

One engineering note a week. No fluff, no spam.

Senior-architect playbooks on AI agents, mobile apps, cloud, security, data, and marketing — delivered every Wednesday.

Past the reading

Read enough. Let's build something.

A senior architect responds in 24 working hours with scope, indicative cost, and a timeline. NDA before any technical conversation.