Cashier Logic India GTM

Multi-Platform Checkout Optimisation · OTP Login · COD · UPI · Cross-Store Shopper Network · CRM · Brazil Market · A Kasha Venture
$80B+
Indian E-commerce (2026)
50K+
Shopify Stores in India
70%+
Cart Abandonment Rate
350M+
UPI Users
60%
Orders are COD

The Problem: India's Checkout is Broken

Shopify's native checkout was built for Western markets. It doesn't understand India. No OTP login. No Cash on Delivery. No UPI. No pincode auto-fill. No saved addresses. Every store forces shoppers to re-enter everything from scratch. The result: 70%+ cart abandonment.

What Indian Shoppers Expect

  • Phone-first identity: OTP login, not email + password
  • Cash on Delivery: 60% of Indian e-commerce is COD
  • UPI payments: 350M+ users, instant settlement
  • Pincode auto-fill: Address entry should take seconds, not minutes
  • Saved details: "Why am I entering my address again?"

What Shopify Offers Today

  • Email + password login (nobody does this in India)
  • No COD support (must hack via draft orders)
  • No UPI (requires third-party gateway workarounds)
  • Manual address entry (no pincode intelligence)
  • No cross-store profile (every store = fresh start)

The Opportunity: India is Ready

$80B+

E-commerce market

Growing 25% YoY. D2C brands moving from marketplaces to own stores.

50K+

Shopify merchants

Fastest growing Shopify market in Asia. India is Shopify's next big bet.

60%

COD orders

No native Shopify support. Merchants hack it with manual processes.

The timing is perfect. Indian D2C brands are leaving Amazon/Flipkart to build their own Shopify stores. But Shopify's checkout kills their conversion rate. GoKwik proved the market exists (valued at $200M+), but merchants hate the pricing. There's a gap for a transparent, merchant-friendly checkout solution.

Our Thesis: The Bundle Nobody Has

Cashier Logic is a drop-in checkout replacement for Indian Shopify stores. OTP login, saved addresses, COD with smart rules, UPI + cards + wallets, discount codes, gift cards, and a theme-aware cart drawer — all in one ScriptTag install. No theme edits. No developer needed. Works with every Shopify theme. The killer differentiator: a cross-store shopper network where one OTP login pre-fills everything across all Cashier Logic stores.

Sub-Brand Strategy

Cashier Logic is a sub-brand of Kasha for the India GTM. This is deliberate:

Product: Smart Checkout Overlay

An iframe-based checkout overlay that opens on top of the Shopify store. The shopper never leaves the store. No redirects. No trust breaks.

Product: Theme-Aware Cart Drawer

Replaces the native Shopify cart with a conversion-optimised cart drawer. Theme-aware: auto-detects host theme styles (fonts, colours, border-radius) via CSS variables + computed styles. 3-layer detection: Shopify CSS vars (Dawn) → computed styles from DOM → merchant config → Cashier Logic defaults.

Conversion Features

  • Free shipping progress bar
  • Upsell & cross-sell recommendations
  • Discount code entry at cart level
  • Delivery estimate before checkout
  • COD-to-prepaid nudge messaging
  • Countdown timer for urgency

Technical Features

  • Intercepts add-to-cart (fetch/XHR patch)
  • Intercepts cart icon clicks + checkout buttons
  • Intercepts "Buy It Now" buttons
  • Hides native Shopify cart drawer
  • Per-merchant feature flags via checkoutConfig
  • 5-minute server-side cache for config

The Killer Feature: Cross-Store Shopper Network

Problem

Every store = fresh start

Every Shopify store makes shoppers re-enter their phone, address, and payment details from scratch. This kills conversion on first-time purchases.

Solution

One OTP = instant pre-fill

One OTP login → instant pre-fill across every Cashier Logic store. Phone, address, payment method — all remembered. "Welcome back!" on stores you've never visited.

This is our network moat. More stores = faster checkout for every shopper. More shoppers = higher conversion for every store. GoKwik's KwikPass has 100M+ shopper profiles — that's what makes them sticky despite high prices. We need to build this network fast. Already built: Shopper entity with phone (unique), saved addresses with default + lastUsedAt tracking, saved payment methods with deduplication.

How It Works (Technical)

↓ ScriptTag / Plugin / Script API injection ↓
checkout-overlay.ts (Cart Drawer + Checkout Overlay)
↓ postMessage API ↓
checkout-page.html.ts (iframe)
↓ REST API ↓
NestJS Backend (25 modules, 176 endpoints, 748 tests)
↓ PlatformService interface ↓
StepWhat HappensWhere
1. InstallMerchant installs app on Shopify. One-click ScriptTag injection — no theme code edits.Shopify App Store
2. InterceptScript intercepts cart actions, checkout buttons, and "Buy It Now". Replaces native cart drawer.checkout-overlay.ts
3. CheckoutOverlay opens with checkout iframe. OTP login → address → pay → confirm.checkout-page.html.ts
4. OrderBackend creates order on Shopify via Admin API. Includes discounts, gift cards, transactions.order.service.ts
5. Redirect10s countdown, auto-redirect to Shopify order status page. Cart cleared via /cart/clear.js.checkout-overlay.ts

Zero disruption. No theme modifications. No developer required. Works with every Shopify theme. Install → live in under 2 minutes.

Product Status: Built & Running

This is not a pitch deck. The product is live on app.cashierlogic.com. 25 NestJS modules, 30 database entities, 176 API endpoints, 748 passing tests. Separate DB server on private network. Security-hardened infrastructure.

ModuleStatusDetails
Checkout Overlay (OTP + Address + Pay)DoneFull 4-step flow: OTP → address → payment → confirmation. COD, discounts, gift cards.
Cart Drawer (Theme-Aware + Features)Done3-layer theme detection. Progress bar, upsells, discount entry, delivery estimates, COD nudges.
COD Support (Validation + Fees + Intelligence)DoneMin/max rules, COD fee, COD-to-prepaid nudges, backend validation. End-to-end.
Discount Codes & Gift CardsDoneValidates against Shopify price rules + gift card API. Automatic discounts detected. Applied to order.
Shopper Profile NetworkDoneSaved addresses + payment methods. Cross-store pre-fill. Default + lastUsedAt tracking. Dedup.
Multi-Platform AbstractionDonePlatformService interface. Shopify, WooCommerce, Nuvemshop providers.
Organization + Auth + Team RBACDoneUser → Org → Store. JWT + refresh. Role cascade. Team invitations. Multi-member support.
Analytics & Tracking (S1)DoneConversion funnels, checkout event tracking, abandonment rates, cohort analysis.
CRM (Segments, Campaigns, Timeline)DoneBehavioral events, communication logs, segmentation, campaign triggers.
Inventory Reservation (Redis)DoneRedis-backed per-SKU locks, 10min TTL, commit/release on payment. BullMQ queues.
Risk & Security (S0)DoneHMAC session verification, rate limiting, input sanitisation, OWASP top-10 hardened.
WooCommerce ProviderDoneFull PlatformService: orders, customers, coupons, webhooks. REST API v3.
Brazil Market (Nuvemshop + Pix + pt-BR)DoneNuvemshop provider, ViaCEP, Pix/boleto, CPF validation, i18n.
Platform Admin DashboardDoneOrg management, suspend/activate, overview stats.
Merchant DashboardDoneOverview, orders, settings, analytics, team management, checkout config UI.
Messaging ConnectorIn ProgressSMS + WhatsApp + Email abstraction layer. MSG91 interim, Meta API planned.
Payment Gateway Integration70%CyberPay provider live. Razorpay/Cashfree integration ready — pending API keys.
app.cashierlogic.com
+
Docker + nginx + PostgreSQL 16 + Redis 7

GTM: Merchant Acquisition

Acquisition Hooks

  • Truly free tier: 100 orders/month, no per-order fee, no surcharge, nothing. Zero risk to try.
  • Instant setup: Install app → checkout live in under 2 minutes.
  • Conversion guarantee: "See your cart abandonment drop or uninstall — no questions."
  • No revenue share: Flat per-order fee, not a % of GMV like GoKwik.
  • No lock-in: Uninstall anytime. Orders stay on Shopify.

Channel Strategy

  • Shopify App Store: Primary discovery channel. SEO-optimised listing.
  • D2C communities: Indian D2C WhatsApp groups, Twitter/X influencers.
  • Agency partnerships: Shopify agencies install us by default for new stores.
  • Content marketing: "Cart abandonment" SEO plays — blog + YouTube.
  • Direct outreach: Target top Indian Shopify stores via LinkedIn.

GTM: Shopper Network Growth

Organic Growth

  • Every checkout = signup: Shoppers create profiles naturally via OTP.
  • Cross-store recognition: "Welcome back!" on new stores drives trust.
  • Saved details: Address + payment auto-fill makes repeat purchases instant.

Network Effects

  • More stores = faster checkout for shoppers (pre-filled everywhere).
  • Faster checkout = higher conversion for merchants.
  • Higher conversion = more merchants join.
  • Virtuous cycle that compounds over time.

Growth Flywheel

  1. Merchant installs (free + instant setup)
  2. Shoppers checkout via OTP — profiles created automatically
  3. Profiles saved across the entire Cashier Logic network
  4. Returning shoppers convert faster on new stores (pre-filled data)
  5. Conversion rates climb for merchants — data proves ROI
  6. Word spreads — more merchants join the network
  7. Network grows → more shopper profiles → even faster checkout

The moat is the network. Every new merchant adds shoppers. Every new shopper makes all merchants convert better. GoKwik's KwikPass has 100M+ shopper profiles — that's what makes them sticky despite high prices. We need to build this network fast.

Product-Led Growth: Every Feature Acquires

LoopHow It WorksHuman Effort
App Store SEOMerchant searches "shopify checkout india" or "cod shopify". Finds Cashier Logic. Free tier → live in 2 minutes.Zero
"Secured by Cashier Logic"Small badge on checkout overlay. Other merchants see it. Curiosity drives installs.Zero
Conversion dataDashboard shows before/after cart abandonment rates. Merchant screenshots and shares on D2C Twitter.Zero
COD demandMerchants who enable COD see immediate volume uplift. "Why wasn't I doing this before?" Word of mouth.Zero
Agency defaultOne agency partner installs us on all new stores. Each store adds shoppers to the network.One partnership

Pricing Model: Per-Feature Hybrid

Four revenue layers. Truly free tier for adoption velocity. Per-feature pricing so merchants pay only for what they use. 40–60% cheaper than Shopflo at every volume tier.

4 Layers

Revenue Streams

  • Feature SaaS: Per-feature, volume-tiered monthly fees
  • Per-order: ₹2/order (paid tier only)
  • COD surcharge: ₹3/COD order (on top of per-order)
  • Gateway routing: 0.3% above ₹25L GMV/month
₹0

Truly Free Tier

No per-order fee. No surcharge. Nothing. Up to 100 transactions/month with full features. "Secured by Cashier Logic" badge = free marketing. Zero barrier to install.

Feature Pricing (monthly, per active feature)

FeatureFree (≤100 txn)101–500501–2,0002,001–5,0005,000+
Intelligence (analytics, funnels, cohorts)₹0₹299₹599₹999₹1,499
Cart Drawer (theme-aware, upsells, progress bar)₹0₹199₹399₹699₹999
Checkout (OTP, address, payment, confirmation)₹0₹499₹999₹1,499₹1,999
COD Intelligence (risk scoring, rules, nudges)₹0₹299₹499₹799₹1,299
Engage (CRM, campaigns, segments)₹0₹199₹399₹699₹999

20% bundle discount when all 5 features active. Per-order fees (₹2/order + ₹3/COD) activate only when merchant has any paid feature. Free tier is truly free.

Cost Comparison: CashierLogic vs Shopflo

500 orders/month, 60% COD

CashierLogic: ₹798 features + ₹1,000 per-order + ₹900 COD = ₹2,698/mo

Shopflo: ₹5,000+ base + 0.6% GMV = ₹6,200+/mo

57% cheaper

2,000 orders/month, ₹40L GMV

CashierLogic: ₹1,598 + ₹4,000 + ₹3,600 + ₹450 gateway = ₹9,648/mo

Shopflo: ₹8,000+ base + ₹2,400 GMV = ₹10,400+/mo

Comparable but includes MORE features

Gateway Routing & PG Referral

Gateway Routing Fee

Monthly GMVFee
≤₹25LIncluded
₹25L–₹1Cr0.3%
₹1Cr–₹5Cr0.2%
₹5Cr+Custom

PG Referral Program

Merchants without a PSP see "Apply Now" in dashboard. We refer them to Razorpay/Cashfree/PayU.

  • Razorpay: 0.05% of referred GMV (lifetime)
  • Cashfree: ₹500 per activated merchant
  • PayU: 0.03% of referred GMV

Passive revenue — zero effort, built into onboarding wizard.

Enterprise / Multi-Brand

StoresFeature DiscountNotes
1NoneStandard per-feature + per-order
220% off featuresPer-order unchanged
3+29% off featuresPer-order unchanged
CustomNegotiatedWhite-label, dedicated AM, API access, SLA

Year 1 Projections (Model C Hybrid)

SegmentMerchantsAvg Orders/moFeature RevPer-Order RevCOD RevGatewayMonthly
Free (≤100 txn)8070₹0₹0₹0₹0₹0
Tier 1 (101–500)60350₹47,940₹42,000₹37,800₹0₹1,27,740
Tier 2 (501–2,000)401,200₹92,640₹96,000₹86,400₹18,000₹2,93,040
Tier 3 (2,001+)153,500₹69,735₹1,05,000₹94,500₹33,750₹3,02,985
Enterprise55,000₹50,000₹50,000₹45,000₹22,500₹1,67,500
Total200₹2,60,315₹2,93,000₹2,63,700₹74,250₹9,12,545
₹9.1L
Monthly Revenue
₹1.09Cr
Annual (~$126K)
28%
Feature SaaS
33%
Per-Order Fees
30%
COD Surcharges
8%
Gateway Routing

Diversified revenue: No single stream dominates. Feature SaaS provides predictable base. Per-order aligns with merchant success. COD surcharges reflect our risk scoring value. Gateway routing captures volume upside. + PG referral commission as passive bonus.

Conservative. Based on 200 merchants. GoKwik processes 100M+ orders/year across 10K+ brands — the TAM is massive.

Sprint Roadmap & Launch Plan

Beta: April 1, 2026 · Full launch: April 7, 2026. Sprint-based execution. Security first, then analytics, then discounts/payments, then messaging. WhatsApp is a separate sales channel built post-launch.

Sprint Execution Status

SprintWhatWhenStatus
S0Security Remediation (BLOCKER)Mar 27–29Done
S0BSecurity Remediation II (P0s)Mar 27–29Done
S1Analytics & TrackingMar 30–Apr 2Done
S2Discounts & PaymentsApr 3–9Done
S3Messaging & UX PolishApr 10–12In Progress
S4Inventory Race Conditions (5-layer)Apr 15–28Pending
S5P1 Competitive ParityApr 29–May 20Pending
S6WhatsApp WA-0 GroundworkMay 21–Jun 3Pending
S7WhatsApp WA-1 Single-ItemJun 4–Jul 1Pending
S8WhatsApp WA-2 Full CartJul 2–29Pending

Key decisions: Security first (2 critical vulns blocked everything). Analytics before discounts (merchants need ROAS visibility). Inventory 5-layer post-beta (Redis Layer 1 sufficient for beta). WhatsApp is BUILD not buy — separate sales channel sharing intelligence layer. Meta Business API application starts Sprint 5 (2–4 week lead time).

Requires Partner Sign-Up

FeaturePartnerEffort (after keys)
Payment gateway (UPI intent + QR, cards, netbanking, wallets)Razorpay or Cashfree2-3 days (provider pattern ready)
SMS OTP deliveryMSG91 (interim) → Meta API~5 hours
Shipping rate calculatorShiprocket or Delhivery1-2 days
WhatsApp Business APIMeta Direct (S6+)Full sprint — this is a product, not an integration
Shopify App Store listingShopify app review1-2 weeks (free app, no billing complexity)

Requires Live Data (Post-Launch)

FeatureData RequiredWhen
COD risk scoring (Bayesian)Historical order + return data per pincodeAfter ~1,000 COD orders
A/B testing engineStatistically significant traffic volumeAfter ~10K checkout sessions
Address serviceability by pincodeShipping partner delivery data per pincodeAfter shipping partner integration

Multi-Platform (Built)

PlatformStatusDetails
ShopifyDoneScriptTag injection, Admin API, OAuth, webhooks, billing API.
WooCommerceDoneFull PlatformService provider. REST API v3, OAuth, webhooks, order creation.
Nuvemshop (Brazil)DoneOAuth 2.0, Script API injection, order/customer/coupon APIs.
Magento / Wix / HeadlessPlannedPlatformService interface ready. Add new providers as needed.

Competitive Landscape

Feature Cashier Logic GoKwik Shopflo Shiprocket Checkout Razorpay Magic Native Shopify
OTP phone login
Cross-store shopper network
COD with smart rules
Theme-aware cart drawer
Pincode auto-fill
Discount codes & gift cards
Analytics & conversion tracking
CRM & campaigns
Multi-platform (WooCommerce, Nuvemshop)
Transparent pricing (no GMV %)
Truly free tier
No merchant lock-in

Pricing Comparison (500 orders/month, 60% COD)

ProviderMonthly CostModel
Cashier Logic₹2,698₹798 features + ₹1,000 per-order + ₹900 COD
GoKwik~₹10,000+2–3% of GMV (opaque, negotiated)
Shopflo~₹6,200+₹5,000 base + 0.6% GMV
Shiprocket Checkout~₹4,000+Bundled with logistics, lock-in pricing

Our positioning: GoKwik proved the market ($200M+ valuation) but charges 2–3% of GMV and locks merchants in. Shopflo charges ₹5K+ base + % of GMV. Shiprocket ties you to their logistics. Razorpay Magic is payment-only, not a checkout replacement. Cashier Logic is 40–60% cheaper, truly free to start, no lock-in, and the only platform with a theme-aware cart drawer + CRM + multi-platform support.

Corporate Structure & Regulatory

Critical question: Do we need an Indian company? The answer depends on how we handle payments. Two models exist — we recommend starting with Model A and evolving to Model B when scale justifies it.

Model A: Pure Tech Layer

Recommended for launch. No Indian entity needed.

  • Each merchant connects their own Razorpay/Cashfree account
  • Cashier Logic never touches the money — pure checkout UI + order creation
  • Payment: Shopper → Merchant's PG → Merchant's bank
  • We charge via Shopify's billing API (subscription + per-order fees)
  • No PA license. No RBI compliance. No escrow.

Model B: Sub-Merchant Aggregator

Scale model. Requires Indian Pvt Ltd + PA compliance.

  • Cashier Logic processes all payments through its own PG account
  • Payment: Shopper → Cashier Logic PG → settles to merchants
  • Requires RBI Payment Aggregator license (or sub-PA framework)
  • Net-worth requirement: ₹15Cr (~$1.7M) at application, ₹25Cr (~$2.9M) by Mar 2026
  • This is what GoKwik does (Indian Pvt Ltd, Delhi)

Model Comparison

AspectModel A (Tech Layer)Model B (Aggregator)
Indian entity neededNoYes (Pvt Ltd)
PA license neededNoYes (RBI)
Money flowNever touches fundsHolds & settles funds
Revenue modelShopify billing + per-order feeTransaction fees + rev share
Regulatory complexityLowHigh (RBI, escrow, KYC)
Time to marketWeeksMonths
Competitor modelGoKwik, Shiprocket

Will Razorpay/Cashfree deal with a non-Indian entity?

Yes. Razorpay explicitly supports foreign businesses accepting INR payments without an Indian entity. KYC based on home jurisdiction. Settlements to foreign bank accounts in USD/EUR/GBP. Indian customers can pay via UPI, cards, netbanking. Razorpay received PA-CB (Cross-Border) license from RBI in Dec 2025.

However — under Model A, the merchants use their own PG accounts. We don't need Razorpay to onboard us as a merchant. We need Razorpay/Cashfree's API to work with merchant-provided keys. This is straightforward — both gateways support this via standard API key authentication.

If we go Indian entity later

RequirementDetails
Entity typeIndian Private Limited Company via MCA registration
Timeline~2-3 weeks incorporation
Cost~₹15-20K (~$170-230) registration
DirectorsMinimum 2 (at least 1 must be Indian resident)
Ownership100% foreign-owned allowed (FDI permitted in payment tech)
Other requirementsRegistered office in India, GST registration, Indian bank account

Strategy: Launch with Model A (pure tech, no Indian entity). Prove the market with 100+ merchants. When GMV justifies the aggregator economics, register Indian Pvt Ltd and apply for PA sub-license. This mirrors GoKwik's path but without blocking launch on regulatory paperwork.

Current Blockers (Honest Assessment)

Resolved (S0–S2)

BlockerStatusResolution
Security vulnerabilities (P0)FixedS0 + S0B: HMAC, rate limiting, input sanitation, OWASP hardening.
Tests outdated / failingFixed748 tests passing. Full coverage across all modules.
Analytics missingFixedS1: Conversion funnels, event tracking, cohort analysis.
Discounts incompleteFixedS2: Shopify price rules, gift cards, automatic discounts.

Remaining

BlockerSeverityEffortPlan
Payment gateway API keysCritical2-3 daysProvider pattern ready. CyberPay live. Need Razorpay or Cashfree keys for production UPI/cards.
SMS OTP deliveryCritical~5 hoursMSG91 connector built. Need API keys. Meta API as permanent solution in S6.
Shopify App Store listingHigh1-2 weeksFree app (no billing integration complexity). HTTPS done. OAuth done. Need privacy policy page.

Targets & Milestones

Immediate Actions (April 2026)

  • Beta launch: April 1 — invite-only pilot merchants
  • Full launch: April 7 — all features except WhatsApp
  • Payment partner: Finalise Razorpay or Cashfree (API keys)
  • SMS gateway: MSG91 keys for OTP delivery
  • App Store submission: Free Shopify app — 1-2 week review
  • Meta Business API: Apply in Sprint 5 (2–4 week lead time)

Milestones

  • Beta pilot: April 1, 2026 Imminent
  • Full launch: April 7, 2026
  • App Store live: April 2026
  • WhatsApp channel: June–July 2026 (S6–S8)
  • 100 merchants: Q3 2026
  • 1,000 merchants: Q1 2027
  • Target GMV: ₹10Cr/month (~$1.15M/mo) by end 2027

Convert more. Abandon less. Grow faster. — cashierlogic.com

Related: Kasha Brazil GTM · Switzerland SMB GTM · Platform Architecture

Cashier Logic India GTM Strategy · Updated April 2026 · v2.0.0 (Phases A–J + L complete, Sprints S0–S2 done) · A Kasha Venture · cashierlogic.com · USD figures at 1 USD ≈ ₹87 (Apr 2026)