Cashier Logic India GTM
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
E-commerce market
Growing 25% YoY. D2C brands moving from marketplaces to own stores.
Shopify merchants
Fastest growing Shopify market in Asia. India is Shopify's next big bet.
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:
- Brand protection: If Cashier Logic works, we scale it. If not, we pivot without burning the Kasha brand.
- Market-specific identity: Indian D2C merchants respond better to a focused checkout product than a generic payments company.
- Independent growth: Cashier Logic can build its own reputation, community, and App Store presence.
- Kasha DNA: Deep payments and platform infrastructure experience powers the backend. Merchants don't need to know.
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.
- Step 1 — Contact: Phone number entry → OTP verification. Returning shoppers get instant pre-fill.
- Step 2 — Address: Pincode auto-fill via Google Maps Places + India Post CSV fallback (39,737 pincodes). Saved addresses from shopper network.
- Step 3 — Payment: UPI, cards, wallets, netbanking, or COD. Saved payment methods from shopper network. COD with smart rules (min/max amount, COD fee).
- Step 4 — Confirmation: Order created on Shopify via Admin API. 10-second countdown, auto-redirect to Shopify order status page. Cart cleared automatically.
Discount codes & gift cards: Shoppers can apply discount codes (validated against Shopify price rules) and gift cards (validated against Shopify gift card API) directly in checkout. Automatic discounts are also detected and applied. All reflected in the Shopify order.
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
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.
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)
| Step | What Happens | Where |
|---|---|---|
| 1. Install | Merchant installs app on Shopify. One-click ScriptTag injection — no theme code edits. | Shopify App Store |
| 2. Intercept | Script intercepts cart actions, checkout buttons, and "Buy It Now". Replaces native cart drawer. | checkout-overlay.ts |
| 3. Checkout | Overlay opens with checkout iframe. OTP login → address → pay → confirm. | checkout-page.html.ts |
| 4. Order | Backend creates order on Shopify via Admin API. Includes discounts, gift cards, transactions. | order.service.ts |
| 5. Redirect | 10s 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.
| Module | Status | Details |
|---|---|---|
| Checkout Overlay (OTP + Address + Pay) | Done | Full 4-step flow: OTP → address → payment → confirmation. COD, discounts, gift cards. |
| Cart Drawer (Theme-Aware + Features) | Done | 3-layer theme detection. Progress bar, upsells, discount entry, delivery estimates, COD nudges. |
| COD Support (Validation + Fees + Intelligence) | Done | Min/max rules, COD fee, COD-to-prepaid nudges, backend validation. End-to-end. |
| Discount Codes & Gift Cards | Done | Validates against Shopify price rules + gift card API. Automatic discounts detected. Applied to order. |
| Shopper Profile Network | Done | Saved addresses + payment methods. Cross-store pre-fill. Default + lastUsedAt tracking. Dedup. |
| Multi-Platform Abstraction | Done | PlatformService interface. Shopify, WooCommerce, Nuvemshop providers. |
| Organization + Auth + Team RBAC | Done | User → Org → Store. JWT + refresh. Role cascade. Team invitations. Multi-member support. |
| Analytics & Tracking (S1) | Done | Conversion funnels, checkout event tracking, abandonment rates, cohort analysis. |
| CRM (Segments, Campaigns, Timeline) | Done | Behavioral events, communication logs, segmentation, campaign triggers. |
| Inventory Reservation (Redis) | Done | Redis-backed per-SKU locks, 10min TTL, commit/release on payment. BullMQ queues. |
| Risk & Security (S0) | Done | HMAC session verification, rate limiting, input sanitisation, OWASP top-10 hardened. |
| WooCommerce Provider | Done | Full PlatformService: orders, customers, coupons, webhooks. REST API v3. |
| Brazil Market (Nuvemshop + Pix + pt-BR) | Done | Nuvemshop provider, ViaCEP, Pix/boleto, CPF validation, i18n. |
| Platform Admin Dashboard | Done | Org management, suspend/activate, overview stats. |
| Merchant Dashboard | Done | Overview, orders, settings, analytics, team management, checkout config UI. |
| Messaging Connector | In Progress | SMS + WhatsApp + Email abstraction layer. MSG91 interim, Meta API planned. |
| Payment Gateway Integration | 70% | CyberPay provider live. Razorpay/Cashfree integration ready — pending API keys. |
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
- Merchant installs (free + instant setup)
- Shoppers checkout via OTP — profiles created automatically
- Profiles saved across the entire Cashier Logic network
- Returning shoppers convert faster on new stores (pre-filled data)
- Conversion rates climb for merchants — data proves ROI
- Word spreads — more merchants join the network
- 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
| Loop | How It Works | Human Effort |
|---|---|---|
| App Store SEO | Merchant 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 data | Dashboard shows before/after cart abandonment rates. Merchant screenshots and shares on D2C Twitter. | Zero |
| COD demand | Merchants who enable COD see immediate volume uplift. "Why wasn't I doing this before?" Word of mouth. | Zero |
| Agency default | One 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.
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
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)
| Feature | Free (≤100 txn) | 101–500 | 501–2,000 | 2,001–5,000 | 5,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 GMV | Fee |
|---|---|
| ≤₹25L | Included |
| ₹25L–₹1Cr | 0.3% |
| ₹1Cr–₹5Cr | 0.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
| Stores | Feature Discount | Notes |
|---|---|---|
| 1 | None | Standard per-feature + per-order |
| 2 | 20% off features | Per-order unchanged |
| 3+ | 29% off features | Per-order unchanged |
| Custom | Negotiated | White-label, dedicated AM, API access, SLA |
Year 1 Projections (Model C Hybrid)
| Segment | Merchants | Avg Orders/mo | Feature Rev | Per-Order Rev | COD Rev | Gateway | Monthly |
|---|---|---|---|---|---|---|---|
| Free (≤100 txn) | 80 | 70 | ₹0 | ₹0 | ₹0 | ₹0 | ₹0 |
| Tier 1 (101–500) | 60 | 350 | ₹47,940 | ₹42,000 | ₹37,800 | ₹0 | ₹1,27,740 |
| Tier 2 (501–2,000) | 40 | 1,200 | ₹92,640 | ₹96,000 | ₹86,400 | ₹18,000 | ₹2,93,040 |
| Tier 3 (2,001+) | 15 | 3,500 | ₹69,735 | ₹1,05,000 | ₹94,500 | ₹33,750 | ₹3,02,985 |
| Enterprise | 5 | 5,000 | ₹50,000 | ₹50,000 | ₹45,000 | ₹22,500 | ₹1,67,500 |
| Total | 200 | ₹2,60,315 | ₹2,93,000 | ₹2,63,700 | ₹74,250 | ₹9,12,545 |
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
| Sprint | What | When | Status |
|---|---|---|---|
| S0 | Security Remediation (BLOCKER) | Mar 27–29 | Done |
| S0B | Security Remediation II (P0s) | Mar 27–29 | Done |
| S1 | Analytics & Tracking | Mar 30–Apr 2 | Done |
| S2 | Discounts & Payments | Apr 3–9 | Done |
| S3 | Messaging & UX Polish | Apr 10–12 | In Progress |
| S4 | Inventory Race Conditions (5-layer) | Apr 15–28 | Pending |
| S5 | P1 Competitive Parity | Apr 29–May 20 | Pending |
| S6 | WhatsApp WA-0 Groundwork | May 21–Jun 3 | Pending |
| S7 | WhatsApp WA-1 Single-Item | Jun 4–Jul 1 | Pending |
| S8 | WhatsApp WA-2 Full Cart | Jul 2–29 | Pending |
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
| Feature | Partner | Effort (after keys) |
|---|---|---|
| Payment gateway (UPI intent + QR, cards, netbanking, wallets) | Razorpay or Cashfree | 2-3 days (provider pattern ready) |
| SMS OTP delivery | MSG91 (interim) → Meta API | ~5 hours |
| Shipping rate calculator | Shiprocket or Delhivery | 1-2 days |
| WhatsApp Business API | Meta Direct (S6+) | Full sprint — this is a product, not an integration |
| Shopify App Store listing | Shopify app review | 1-2 weeks (free app, no billing complexity) |
Requires Live Data (Post-Launch)
| Feature | Data Required | When |
|---|---|---|
| COD risk scoring (Bayesian) | Historical order + return data per pincode | After ~1,000 COD orders |
| A/B testing engine | Statistically significant traffic volume | After ~10K checkout sessions |
| Address serviceability by pincode | Shipping partner delivery data per pincode | After shipping partner integration |
Multi-Platform (Built)
| Platform | Status | Details |
|---|---|---|
| Shopify | Done | ScriptTag injection, Admin API, OAuth, webhooks, billing API. |
| WooCommerce | Done | Full PlatformService provider. REST API v3, OAuth, webhooks, order creation. |
| Nuvemshop (Brazil) | Done | OAuth 2.0, Script API injection, order/customer/coupon APIs. |
| Magento / Wix / Headless | Planned | PlatformService 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)
| Provider | Monthly Cost | Model |
|---|---|---|
| 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
| Aspect | Model A (Tech Layer) | Model B (Aggregator) |
|---|---|---|
| Indian entity needed | No | Yes (Pvt Ltd) |
| PA license needed | No | Yes (RBI) |
| Money flow | Never touches funds | Holds & settles funds |
| Revenue model | Shopify billing + per-order fee | Transaction fees + rev share |
| Regulatory complexity | Low | High (RBI, escrow, KYC) |
| Time to market | Weeks | Months |
| Competitor model | — | GoKwik, 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
| Requirement | Details |
|---|---|
| Entity type | Indian Private Limited Company via MCA registration |
| Timeline | ~2-3 weeks incorporation |
| Cost | ~₹15-20K (~$170-230) registration |
| Directors | Minimum 2 (at least 1 must be Indian resident) |
| Ownership | 100% foreign-owned allowed (FDI permitted in payment tech) |
| Other requirements | Registered 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)
| Blocker | Status | Resolution |
|---|---|---|
| Security vulnerabilities (P0) | Fixed | S0 + S0B: HMAC, rate limiting, input sanitation, OWASP hardening. |
| Tests outdated / failing | Fixed | 748 tests passing. Full coverage across all modules. |
| Analytics missing | Fixed | S1: Conversion funnels, event tracking, cohort analysis. |
| Discounts incomplete | Fixed | S2: Shopify price rules, gift cards, automatic discounts. |
Remaining
| Blocker | Severity | Effort | Plan |
|---|---|---|---|
| Payment gateway API keys | Critical | 2-3 days | Provider pattern ready. CyberPay live. Need Razorpay or Cashfree keys for production UPI/cards. |
| SMS OTP delivery | Critical | ~5 hours | MSG91 connector built. Need API keys. Meta API as permanent solution in S6. |
| Shopify App Store listing | High | 1-2 weeks | Free 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)