Do Startups Need to Appoint a Consent Manager?
No, it is not mandatory for every business. You can manage consent internally, provided you meet all legal requirements. But as the ecosystem matures, integrating with registered Consent Managers could simplify compliance and build user trust, especially if you operate across multiple platforms or handle high volumes of user data.
The Right to Withdraw: Consent Is Not a One-Time Event
Here is where many startups trip up. Consent under the DPDP Act is not a one-way door. Users have the right to withdraw consent at any time, and you must honour that withdrawal promptly.
When a user withdraws consent, you must stop processing their data and ensure your data processors (cloud providers, analytics tools, marketing platforms) stop too. The only exceptions are where processing is required under another Indian law, for example, financial record-keeping mandated under the Income Tax Act.
Example: Consider a telecom company that contracts a third-party service to email monthly bills to customers. If a customer withdraws consent for email communication and switches to in-app billing, the telecom company must not only stop emailing but must also instruct its email vendor to stop processing that customer’s data for billing purposes. The Act explicitly provides this scenario in its explanatory notes.
Case Study: What the boAt Data Breach Teaches Us About Consent Failures
REAL-WORLD CASE STUDY
Company: boAt (Imagine Marketing Pvt Ltd)
Breach: April 2024, personal data of 7.5 million customers leaked by a hacker called “ShopifyGUY”
Data exposed: Customer names, email addresses, phone numbers, physical addresses, and purchase histories
Scale of damage: 2 GB of data listed on the dark web for just ₹180 (~$2)
The Consent Problem Hidden Inside This Breach
On the surface, the boAt breach looks like a cybersecurity failure. And it was. But underneath the technical failure lies a deeper consent management problem that every startup founder should study.
When you buy a pair of boAt earphones on Amazon or Flipkart, you provide personal data for one specific purpose: completing the transaction and receiving delivery. Your name, phone number, and address are needed for that order, and arguably for warranty service afterwards.
But here is the question the DPDP Act now forces companies to answer: why was that data still stored months or years after the transaction was complete?
Under Section 8(7) of the DPDP Act, a Data Fiduciary must delete personal data once the purpose for which it was collected has been fulfilled. If you bought earphones in 2022 and the warranty expired in 2023, there is no lawful reason to retain your name, phone number, and address in 2024 unless:
You obtained fresh, specific consent to retain the data for a new purpose (e.g., marketing, loyalty programmes)
Retention is required by another law (e.g., tax records under the Income Tax Act)
The 7.5 million records that ended up on the dark web almost certainly included customers whose transaction purpose had long been served. Under the DPDP Act, retaining that data without a valid consent basis would itself be a violation, before the breach even happened.
Building a Consent System That Works
For founders building products today, consent compliance is a design problem as much as a legal one. Here is what a compliant consent flow looks like in practice:
Step 1: Map your data. Before writing a single line of privacy policy, understand what personal data your product collects, where it flows, and who processes it. This includes third-party tools, analytics SDKs, payment gateways, and cloud storage.
Step 2: Draft standalone notices. For each distinct processing purpose, create a clear notice. If you collect data for order fulfilment and separately for marketing, those are two separate notices with two separate consent requests.
Step 3: Build granular consent capture. Design your UI to allow users to consent to individual purposes, not an all-or-nothing bundle. Use toggle switches, purpose-specific consent screens, or layered consent flows.
Step 4: Create withdrawal mechanisms. Ensure users can withdraw consent as easily as they gave it. If consent was a single tap, withdrawal should be a single tap too.
Step 5: Log everything. Maintain timestamped records of every consent action: when it was given, for what purpose, in what language, and when it was withdrawn. These logs become your evidence if the Data Protection Board ever investigates.