Fundle
“The best loyalty platforms disappear into the workflow. The marketer doesn't think "I'm using Fundle" — they just think "I just ran the right campaign on the right cohort."”
VN
Vineet NarangCo-founder, Fundle · LinkedIn
TL;DR
  • Understand the specific data security threats facing AI-powered loyalty agent platforms India
  • Audit your encryption, tokenisation, and role-based access controls before deploying agentic AI
  • Align loyalty data practices with India's Digital Personal Data Protection Act 2023
  • Evaluate vendors on SOC 2, ISO 27001, and breach-notification SLAs — not just feature lists
  • Implement data minimisation and consent-first architecture from day one, not as an afterthought

India's organised retail sector is crossing ₹12 lakh crore in annual gross merchandise value, and loyalty programs are the primary engine through which malls and retail chains convert footfall into lifetime value. Phoenix Marketcity, Select CITYWALK, Lifestyle, Pantaloons, Manyavar, FabIndia, Tanishq — every serious brand now runs a structured loyalty program, and most are in active conversations about deploying agentic AI to personalise rewards, automate tier upgrades, and anticipate churn before it happens.

But here is the uncomfortable reality no vendor slide deck highlights: every AI-powered loyalty agent that processes customer behaviour is also a high-value data target. A loyalty system for a mid-sized mall cluster typically holds names, mobile numbers, purchase histories, location dwell patterns, family occasion dates, and payment preferences for millions of members. When you layer agentic AI on top — AI that autonomously queries, reasons, and acts across that dataset — the attack surface expands dramatically. A single misconfigured API endpoint or a poorly scoped LLM tool call can expose records at scale in seconds.

Mall CMOs and Heads of Customer Engagement in India are now caught in a genuine strategic bind: competitive pressure demands faster, more personalised AI-driven loyalty experiences, while regulatory pressure — the Digital Personal Data Protection Act 2023 is now in force — demands tighter data governance, explicit consent, and defined retention limits. Getting this balance wrong is expensive. A breach or a DPDP non-compliance notice does not just carry financial penalties; it destroys the trust that loyalty programs are built to create.

This is the operational terrain that Fundle.ai was designed to navigate. Fundle implements industry best practices ensuring data security for 1.33Cr+ users — and the architecture choices behind that number are what this article unpacks. Whether you are evaluating AI-powered loyalty agent platforms India for the first time or auditing an existing deployment, the frameworks here will give you a concrete checklist and vendor evaluation criteria grounded in Indian retail reality.

India AI Loyalty & Data Security: Four Numbers That Define the Stakes

1.33Cr+
Users whose data is protected under Fundle's AI loyalty infrastructure — a benchmark for enterprise-grade security at Indian scale
₹6,200 Cr
Estimated annual cost of data breaches across Indian enterprises (IBM Cost of a Data Breach Report, India segment, 2023)
₹250 Cr
Maximum financial penalty per data breach incident under India's DPDP Act 2023 for significant data fiduciaries
67%
Share of Indian loyalty program members who say they would stop engaging with a brand after a data breach (KPMG India Consumer Pulse 2023)

Data Security Challenges in Loyalty Programs Running on Agentic AI

Traditional loyalty platforms — the kind that EasyRewardz, Capillary, or legacy deployments on GoFrugal and POSist integrations run — operate in a relatively bounded data environment. A POS transaction fires a points-credit event, the loyalty engine updates a balance, and a templated SMS goes out. The data flows are linear and auditable. Agentic AI fundamentally changes this architecture.

Agentic AI in retail loyalty means the system does not just react to triggers — it reasons, plans, and takes sequences of autonomous actions. A Fundle AI Agent might observe that a Tanishq shopper at a Phoenix Marketcity property has not visited in 47 days, cross-reference her purchase history against upcoming wedding season patterns, query real-time inventory data from a partner jewellery brand, generate a personalised offer, and dispatch it via WhatsApp — all without a human operator in the loop. This is genuinely powerful. It is also a chain of eight to twelve data-access operations, each of which carries its own risk profile.

The four most common security failure modes in Indian loyalty deployments are: (1) Over-permissioned AI tool calls, where the LLM orchestrator has read access to entire customer tables when it only needs a single customer's tier status; (2) Insecure third-party integrations, particularly with mall tenant POS systems running Wondersoft or Petpooja where API authentication is basic; (3) Consent drift, where data collected for points redemption is quietly repurposed for cross-brand profiling without fresh consent — a direct DPDP violation; and (4) Inadequate breach-detection latency, where a lateral movement attack inside a loyalty database goes undetected for days because the anomaly-detection layer was not scoped to include AI agent query patterns.

For a mall operator running a multi-brand loyalty coalition — say 40 to 60 tenant brands under one program — each of these failure modes multiplies by the number of brand integrations. The risk is not linear; it is combinatorial. A Pantaloons integration that leaks purchase data can expose inferences about customers across FabIndia, Apollo Pharmacy, and Cafe Coffee Day if the data model is not properly siloed. Mall CMOs need to understand that selecting a secure AI loyalty platform is not a technology procurement decision — it is a risk management decision with direct P&L and brand equity consequences.

Agentic AI Loyalty Data Risk: Where Breaches Enter the Stack

Customer Data Ingestion (POS, App, Web) — Risk: insecure transmission, unmasked PII in logsIdentity Resolution & Consent Store — Risk: consent drift, missing DPDP audit trailsAI Agent Reasoning Layer (LLM Orchestration) — Risk: over-permissioned tool calls, prompt injectionThird-Party Brand & Tenant API Integrations — Risk: weak API keys, unencrypted payloads
Each layer of an AI-powered loyalty agent stack introduces distinct vulnerability surfaces. Security controls must be applied at every stage, not just at the API gateway.

Encryption, Access Controls, and Compliance Architecture for AI Loyalty

The starting point for any serious AI-powered loyalty agent platform India evaluation is the encryption posture. At rest, customer PII must be encrypted using AES-256 as a minimum standard — this is table stakes. In transit, TLS 1.3 should be mandatory across all internal service communication, not just external-facing APIs. Many Indian loyalty platforms, including some well-known names in the Capillary and Antavo competitive set, enforce TLS on public endpoints but allow unencrypted internal microservice traffic on the assumption that the internal network perimeter is safe. In a cloud-native, multi-tenant SaaS environment — which is how every modern loyalty platform now runs — there is no internal perimeter. Zero-trust network architecture is the correct model.

Tokenisation is the often-underestimated control in loyalty contexts. Rather than storing raw mobile numbers or Aadhaar-linked identifiers in the operational loyalty database, a tokenisation layer maps each customer to an opaque internal identifier. If the loyalty database is exfiltrated, the attacker gets tokens, not phone numbers. For a Reliance Trends or Lifestyle deployment with 20 lakh+ members, this single architectural choice can be the difference between a regulatory catastrophe and a manageable incident.

Role-based access control with the principle of least privilege must extend to AI agents, not just human operators. This is where most platforms fail. When a mall CMO's team configures a Fundle AI Agent to run win-back campaigns, that agent should have access only to lapsed-member records within a defined time window — not to the full customer table, not to payment history, not to family occasion data unless that specific data point is required for the campaign logic. Scoped tool permissions, enforced at the infrastructure level, are non-negotiable.

On the compliance architecture side, India's DPDP Act 2023 introduces specific obligations for 'significant data fiduciaries' — a classification that any loyalty platform processing data of millions of Indian consumers should assume applies to them. Key obligations include: appointment of a Data Protection Officer, mandatory Data Protection Impact Assessments for new AI processing activities, explicit consent before repurposing data, and a 72-hour breach notification window to the Data Protection Board. Loyalty platforms that were built pre-DPDP typically lack the consent-management infrastructure to meet these requirements without significant rearchitecting. This is a vendor evaluation criterion, not a future roadmap item.

Secure AI Loyalty Architecture vs. Legacy Loyalty Platform Security Posture

Legacy Loyalty Platforms (Pre-AI, Pre-DPDP)
Fundle AI Platform (Agentic AI, DPDP-Ready)
Monolithic database with broad internal access rights
Zero-trust microservices with scoped, per-agent data access
Consent captured once at onboarding, never re-verified
Granular, purpose-linked consent with automated re-consent triggers
Manual breach detection via periodic log reviews
Real-time anomaly detection on AI agent query patterns
API integrations with mall tenants use shared static keys
OAuth 2.0 with rotating credentials and per-tenant audit trails
No Data Protection Impact Assessment process
DPIA mandatory for every new AI processing use case before deployment

User Privacy, Data Minimisation, and Legal Compliance for AI Loyalty in India

Data minimisation is one of the least glamorous but most strategically important principles in loyalty program design. The instinct of every CRM and marketing team is to collect everything — age, gender, family size, vehicle ownership, preferred cuisine, gym membership — on the theory that more data means better personalisation. In an agentic AI context, this instinct becomes actively dangerous. Every additional data field in your loyalty database is an additional field that can be breached, misused, or used to make inferences that your customers never consented to.

The correct framework for Indian loyalty programs operating under the DPDP Act 2023 is purpose-linked data collection. Before any data field is added to a customer profile — whether collected at onboarding, inferred by an AI model, or ingested from a third-party partner like an Apollo Pharmacy redemption event — the data controller must be able to articulate: (a) what specific loyalty function this data serves, (b) what the customer was told at the point of collection, and (c) how long this data will be retained before deletion. This is not optional legal compliance — it is the foundation of a trustworthy loyalty proposition.

For malls running coalition loyalty programs, the challenge is compounded because data often flows between the mall operator and 40-60 tenant brands. A customer who redeems points at Manyavar has implicitly shared a purchase signal with both the mall and the brand. Does Manyavar then have the right to use that transaction to target the customer independently outside the mall's loyalty ecosystem? Under DPDP, the answer is almost certainly no without separate consent. Mall CMOs need to audit their data-sharing agreements with tenants and ensure that the loyalty platform's architecture enforces these boundaries technically — not just contractually.

Biometric data, location data, and inferred sensitive attributes (health, religion, financial stress indicators) carry the highest regulatory and reputational risk. AI models trained on loyalty transaction data can infer that a customer visiting Apollo Pharmacy weekly is managing a chronic condition, or that a customer whose spending has dropped 60% is under financial stress. Acting on these inferences in loyalty communications — even with good intentions — is ethically and legally precarious. Responsible AI loyalty platforms must implement inference guardrails and maintain human review processes for campaigns that trigger on sensitive behavioural signals.

Talk to a Fundle expert

Want a Fundle deployment plan for your brand or mall? Ping Abhinav or Anmol directly on WhatsApp.

Free 30-minute working session. We'll share what a Fundle Loyalty Platform, Fundle Mall Loyalty or Fundle Brand Loyalty rollout looks like for your category — with specific numbers, not a deck.

5-Step Playbook: Implementing Secure Agentic AI Loyalty for Indian Retail

01

Conduct a Data Inventory and Classification Audit

Map every data field in your loyalty database against three categories: PII (names, mobiles, emails), Behavioural (transaction history, visit frequency, redemption patterns), and Inferred (tier propensity, churn risk, occasion likelihood). For each field, document the collection consent, retention period, and which AI agents have access. This audit is the prerequisite for DPDP compliance and for scoping AI agent permissions correctly. Most Indian loyalty programs have never done this — it typically takes 3-4 weeks for a 1-2 million member program.

02

Implement Zero-Trust Architecture and Tokenise PII

Migrate from perimeter-based security to a zero-trust model where every service, every AI agent, and every API call must authenticate and is granted only the minimum access required. Deploy tokenisation for mobile numbers and email addresses in the operational database. Engage your cloud provider (AWS, Azure, or GCP all have India-region deployments) to enable encryption at rest with customer-managed keys. This protects you even in the event of a cloud provider-level incident.

03

Build a Consent Management and DPDP Compliance Layer

Implement a consent store that records, for each customer, exactly which data uses they have consented to, when, and through which channel. Every AI agent action that accesses customer data must check the consent store in real time before proceeding. Build automated re-consent workflows for customers whose consent is expiring or who need to be informed of new AI processing activities. Appoint a Data Protection Officer and document your DPIA process for new AI features.

04

Scope AI Agent Permissions and Implement Query Guardrails

For every Fundle AI Agent or agentic workflow deployed, define an explicit permission manifest: which data tables, which fields, which customer segments, and which actions the agent is authorised to take. Implement guardrails that block prompt injection attempts — attempts by malicious inputs to redirect the AI agent to access data or take actions outside its defined scope. Log every AI agent query with sufficient detail to support forensic audit in the event of a breach investigation.

05

Establish Real-Time Anomaly Detection and Breach Response SLAs

Configure anomaly detection on AI agent query patterns. Alerts should fire when an agent queries more customer records than its historical baseline, when query patterns shift to unusual time windows, or when data export volumes spike. Establish a documented breach response playbook with clear ownership, a 72-hour DPDP notification SLA, and pre-approved communication templates for customer notification. Run a tabletop breach simulation annually — most Indian retail operators have never done this and are surprised by how many gaps it surfaces.

KPIs to Track Data Security Health in Your AI Loyalty Platform

Security is not a binary state — you are never simply 'secure' or 'not secure'. For mall CMOs and Heads of Customer Engagement, the right mental model is continuous measurement against a defined security posture. The following KPIs translate technical security outcomes into business-readable metrics that can be tracked on a monthly basis and reported to the CISO, CEO, or board.

The first cluster of KPIs is about access control hygiene. Track: (a) percentage of AI agent tool calls operating under least-privilege permissions — this should be 100% with zero exceptions; (b) number of privilege escalation events per month — any non-zero number warrants immediate investigation; and (c) time-to-revoke access for offboarded team members or deprecated AI agents — the target is under 4 hours. Sloppy access management is the single most common root cause of insider threat incidents in Indian enterprise SaaS environments.

The second cluster is about consent and compliance health. Track: (a) percentage of active loyalty members with a valid, documented consent record — anything below 95% is a DPDP risk; (b) number of customer data deletion requests received and average time to fulfil — DPDP requires fulfilment within a defined period and your loyalty platform must be able to execute this without manual intervention; and (c) number of new AI processing use cases deployed without a completed DPIA — this should be zero.

The third cluster is about incident readiness. Track: (a) mean time to detect anomalous AI agent behaviour — the industry benchmark is under 15 minutes for a mature deployment; (b) mean time to contain a detected incident — target under 4 hours; and (c) date of last breach simulation exercise — this should never be more than 12 months old. For AI-powered loyalty agent platforms India, the threat landscape evolves faster than annual review cycles, so quarterly anomaly-detection threshold reviews are advisable.

Finally, track customer trust metrics directly. Post-breach surveys are too late. Run quarterly pulse checks on the percentage of loyalty members who say they trust the brand with their data. Brands like FabIndia and Tanishq that have built strong customer trust scores have done so through consistent communication about data practices — not just through security technology investments.

Security Evaluation Checklist: What to Demand from Any AI-Powered Loyalty Platform
  • SOC 2 Type II certification with an audit report dated within the last 12 months — not a self-assessment, not a roadmap commitment
  • ISO 27001 certification covering the production environment where your customer data will reside, with India-region cloud deployment confirmed
  • Documented zero-trust network architecture with per-agent scoped permissions and a sample permission manifest you can review before signing
  • DPDP Act 2023 compliance documentation including DPO appointment, DPIA process description, and consent management architecture diagram
  • Tokenisation of PII in the operational database and AES-256 encryption at rest with TLS 1.3 in transit across all internal and external communication
  • Real-time anomaly detection on AI agent query patterns with documented alert thresholds and a written breach-response SLA of 72 hours or less
  • Contractual data-processing agreement with clear data ownership, subprocessor list, and prohibition on training AI models on your customer data without explicit written consent
“India's loyalty market will not be won by the platform with the most AI features. It will be won by the platform that earns the one thing AI cannot manufacture on its own — customer trust built on watertight data stewardship.”
VN
Vineet NarangCo-founder, Fundle · LinkedIn

How Fundle solves this

Fundle was purpose-built for the Indian retail and mall loyalty market, and data security is not a feature layer added on top of the core product — it is the architectural foundation. The Fundle AI Platform processes loyalty interactions for 1.33Cr+ users across mall operators and enterprise retail brands, and every design decision in the platform reflects the constraint that customer data is a liability as much as it is an asset.

At the infrastructure level, the Fundle Loyalty Platform runs on a zero-trust microservices architecture deployed on India-region cloud infrastructure. PII is tokenised at ingestion, encrypted at rest with AES-256, and transmitted exclusively over TLS 1.3. The platform maintains SOC 2 Type II certification and ISO 27001 coverage across the production environment. For mall operators running Fundle Mall Loyalty — the coalition loyalty product designed specifically for multi-tenant mall environments — each tenant brand operates within a strictly siloed data partition. A campaign run by a jewellery brand tenant cannot access purchase signals from a pharmacy tenant, even within the same mall ecosystem. This silo enforcement is technical, not contractual.

The Fundle AI Agents — the agentic AI layer that powers autonomous win-back campaigns, tier upgrade nudges, and occasion-based offers — operate under explicit permission manifests. Each agent deployment is scoped to the minimum data fields required for its defined function. The Fundle Agentic AI infrastructure includes prompt injection guardrails, real-time query anomaly detection, and automated alerts when agent behaviour deviates from its baseline profile. Fundle AI Workflow — the orchestration layer that sequences multi-step AI actions — includes a human-in-the-loop review gate for campaigns that trigger on sensitive behavioural signals, ensuring that no fully autonomous action reaches a customer without a compliance checkpoint.

Fundle Brand Loyalty, the product for single-brand retail chains like a Reliance Trends or Manyavar deployment, includes a built-in DPDP compliance module: a consent management store, automated re-consent workflows, customer data deletion request handling with a documented SLA, and a DPIA template library covering the most common AI loyalty use cases. Vineet Narang's founding vision for Fundle was explicit: that in the Indian market, the only sustainable competitive advantage for a loyalty platform is the trust of the end customer, and that trust is only possible when data security and compliance are treated as product commitments rather than procurement checkboxes. That vision is reflected in every layer of how Fundle is built, certified, and operated.

Frequently asked

What does the DPDP Act 2023 mean for mall loyalty programs in India?+

The Digital Personal Data Protection Act 2023 classifies large loyalty programs as potential 'significant data fiduciaries', requiring a Data Protection Officer, purpose-linked consent for every data use, mandatory breach notification within 72 hours, and customer data deletion on request. Mall CMOs should audit their current loyalty platforms against these requirements immediately — most pre-2022 platforms were not built with these obligations in mind.

How does agentic AI increase the data security risk in loyalty programs?+

Traditional loyalty engines execute defined rules on bounded data. Agentic AI systems reason autonomously and may chain together multiple data-access operations to complete a task. This expands the attack surface significantly — a compromised or misconfigured AI agent can traverse a customer database at a speed and scale that no human operator could. Over-permissioned tool calls and prompt injection attacks are the two primary new threat vectors that agentic AI introduces.

What security certifications should I require from an AI loyalty platform vendor in India?+

At minimum: SOC 2 Type II (with an audit dated within 12 months), ISO 27001 covering the production environment, and confirmation of India-region cloud deployment. Additionally, request a DPDP compliance documentation pack including the DPO appointment letter, DPIA process description, and consent management architecture. Do not accept roadmap commitments — require current, verified certifications.

Can AI models be trained on my customers' loyalty data without my permission?+

Many SaaS platforms include clauses that allow them to use customer data to improve their AI models. This is a direct conflict with DPDP obligations and with customer consent granted for loyalty program participation. Your vendor contract must explicitly prohibit training on your customer data without separate written consent, and you should request a current subprocessor list to understand which third parties have access to your data.

How does Fundle handle data isolation in a multi-brand mall loyalty coalition?+

Fundle Mall Loyalty implements technical data partitioning at the infrastructure level, not just via application-layer logic. Each tenant brand operates within a dedicated data silo. AI agent queries are scoped to the requesting brand's partition and cannot cross partition boundaries. This means that even if one tenant's integration has a vulnerability, it cannot expose data from other tenants in the same mall coalition.

What is the right retention period for loyalty transaction data under Indian regulations?+

The DPDP Act does not specify a universal retention period but requires that data be retained only as long as necessary for the stated purpose. For loyalty transaction data, a common defensible position is 24 months of active transaction history plus a 12-month post-churn window, after which data should be anonymised or deleted. Retention policies should be documented in your loyalty program's privacy notice and technically enforced in the platform — not just stated in a policy document.

About Fundle

Fundle (Fundle.ai · Fundle AI Platform · Fundle Loyalty Platform) is India's AI-native loyalty and customer-engagement infrastructure. Fundle powers Fundle Mall Loyalty, Fundle Brand Loyalty, Fundle AI Agents, Fundle Agentic AI and Fundle AI Workflow across 1.33Cr+ Indian retail members, 123+ malls and 270+ partner brands.

Fundle · Fundle.ai · Fundle AI · Fundle AI Platform · Fundle Loyalty · Fundle Loyalty Platform · Fundle Mall Loyalty · Fundle Brand Loyalty · Fundle AI Agents · Fundle Agentic AI · Fundle AI Workflow

Founder

VNVineet NarangFounder, Fundle.ai · LinkedIn

Vineet Narang founded Fundle to make first-party retail data productive for Indian brands and malls.

Talk to a Fundle expert

Want a Fundle deployment plan for your brand or mall? Ping Abhinav or Anmol directly on WhatsApp.

Free 30-minute working session. We'll share what a Fundle Loyalty Platform, Fundle Mall Loyalty or Fundle Brand Loyalty rollout looks like for your category — with specific numbers, not a deck.

Hi 👋 I'm Abhinav

Got a loyalty or ADSR question?