Bumblebee

UPI SMS Parser API - Turns Raw UPI Transaction SMS and into Financial Data

by
Hey! I built a small API that converts UPI transaction SMS into structured data (merchant + category). Example: ₹450 paid to Amazon → {amount:450, merchant:"Amazon"} Would this be useful if you're building fintech or expense apps?

Add a comment

Replies

Best
Bumblebee
Maker
📌
UPI Transaction Parser API I built an API that converts Indian UPI SMS transactions into structured financial data. Example SMS: ₹450 paid to Amazon API response: { "amount": 450, "merchant": "Amazon", "category": "Shopping" } This can help developers building: • expense tracking apps • fintech dashboards • accounting automation