Automated Expense Ingestion
Managing your credit card portfolio effectively requires up-to-the-minute data. Credit Card Co-Pilot eliminates the friction of manual bookkeeping through Automated Expense Ingestion, a feature designed to capture your spending habits directly from the source.
By connecting your digital footprints—such as transaction alerts and billing emails—the system builds a real-time ledger of your expenses, ensuring you never miss a reward opportunity or a milestone deadline.
Real-Time Sync with Gmail and SMS
The core value of automated ingestion is its "set-it-and-forget-it" convenience. The system integrates with the two most common channels for financial notifications:
- Gmail Integration: Using secure OAuth connectivity, the app scans for official bank statements and transaction alerts. This is ideal for capturing detailed online shopping data and monthly recurring bills.
- SMS Monitoring: For on-the-go spending, the app can process local SMS notifications. When you swipe your card at a terminal, the system detects the incoming bank alert and logs the transaction instantly.
Core Benefits
- Zero Manual Entry: Stop typing in every coffee purchase or utility bill.
- Historical Accuracy: Automatically capture transaction timestamps and merchant names as they appear on your official bank records.
- Universal Support: Whether it's a UPI payment, a credit card swipe, or an online subscription, if you get a notification, the Co-Pilot can track it.
Intelligent Parsing and Review
Data from banks isn't always clean. Credit Card Co-Pilot uses a sophisticated parsing engine to translate raw message text into structured data. To ensure 100% accuracy, the Parser Review screen gives you a transparent look at how your data is processed.
Parsing Statuses
The system categorizes every ingested event so you can focus on what matters:
- Parsed: Successfully identified the merchant, amount, and category. These transactions automatically feed into your reward recommendations.
- Ambiguous: The system found a transaction but isn't 100% sure about the merchant or the category. These are flagged for a quick one-tap confirmation.
- Failed: If a message format is completely new or corrupted, it's saved here so you can manually input the details if necessary.
Refining Your Data
Users have full control over their transaction history. Through the review interface, you can:
- Edit Merchant Labels: Change "AMZN MKTP" to "Amazon" for cleaner reporting.
- Categorize Spend: Specify if a transaction was "Online," "POS (Offline)," or "UPI" to refine future reward calculations.
- Track Metadata: View the raw payload from the source (Gmail/SMS) to verify any discrepancies.
From Data to Insights
Automated ingestion isn't just about listing expenses; it's the engine that powers the rest of the application.
- Milestone Tracking: As transactions are ingested, they are automatically applied toward your card-specific milestones (e.g., "Spend ₹20,000 for 1,000 bonus points").
- Spending Forecasts: By analyzing the frequency of ingested transactions, the Co-Pilot predicts when you’ll hit your next reward tier.
- Adaptive Recommendations: The system learns which merchants you frequent most, allowing it to prioritize those cards in the "Best Card to Use" search results.
Data Life Cycle
When an event is captured, it follows a structured path to ensure it's useful for the recommendation engine:
{
"source": "sms",
"merchant_label": "Starbucks Coffee",
"amount": 450.00,
"currency": "INR",
"channel": "offline",
"parse_status": "parsed",
"event_timestamp": "2024-05-20T14:30:00Z"
}
This structured approach ensures that every rupee spent is accounted for, helping you maximize your cashback, points, and miles with zero extra effort.