Deependra kushwah

Deependra kushwah is a member of the fastest growing bloggers community "Beetechnical", Author, Youtuber, and hardcore developer.

🧾 The Beginning: Payment & False Promises I paid ₹22,000 via Axis Bank UPI to IndiaFiling for their "professional GST services" expecting: Prompt onboarding Timely filing and compliance support A dedicated relationship manager What I got instead: Repeated delays No onboarding assistance Zero GST services delivered 📉 The Worst Part: No Response, No Refund For the next 4 weeks, I: Sent over 15 emails Followed up on WhatsApp and Twitter Raised multiple tickets on their website Instead of resolving my concerns, IndiaFiling suspended my account on their support portal, cutting off access to the ticketing system entirely. This wasn't just unprofessional — it was a blatant attempt to silence a paying customer. When I asked for a refund, they: Repeatedly delayed responses Made false promises Eventually refused the refund outright 🛡️ The Turning Point: Axis Bank Took Charge With all doors shut at IndiaFiling, I escalated the issue via Axis Bank's UPI Dispute process. I submitted: The UPI transaction details A complete email trail Screenshots of ignored follow-ups Proof of suspended support access To my surprise, Axis Bank took the matter seriously, investigated quickly, and within days refunded the full ₹22,000 directly to my account. ✅ Key Takeaways for Others Facing Similar Issues What Happened What You Should Do Payment via UPI Keep transaction ID & date safe No services provided Collect all communication proofs Ignored by the company Try social media, but don’t wait Account blocked or suspended Screenshot everything Refund denied File UPI dispute with your bank 📝 How to File a UPI Dispute (Axis Bank) Open Axis Mobile or Internet Banking Locate the transaction and select “Raise Dispute” Select reason as “Service not rendered” or “No response from merchant” Attach supporting documents Wait for resolution (you’ll be notified via SMS/email) 🙌 Kudos to Axis Bank While IndiaFiling failed on every front, Axis Bank protected me as a customer. Their fast action and trust in my documentation helped reverse an unfair transaction that could have gone unresolved forever. 🔁 Final Words If you're a freelancer, small business, or startup founder dealing with unreliable service providers — don’t let it slide. Use your bank’s dispute mechanisms. Keep your paperwork. Push back. I hope this helps others get their money back from platforms that don’t deliver what they promise.

⚠️ How I Got My ₹22,000 Back from IndiaFiling After a Month of Struggle – Thanks to Axis Bank’s UPI Dispute Support

As a small business owner, I trusted IndiaFiling with my GST registration and compliance services — a decision that cost me ₹22,000, nearly 30 days of stress, and endless follow-ups… until Axis Bank stepped in. 🧾 The Beginning: Payment & False Promises I paid ₹22,000 via Axis Bank UPI to IndiaFiling for their “professional GST […]

⚠️ How I Got My ₹22,000 Back from IndiaFiling After a Month of Struggle – Thanks to Axis Bank’s UPI Dispute Support Read More »

CQS-vs-CQRS

CQS and CQRS Made Easy in C#: Learn with Hands-On Examples

Command Query Separation (CQS) and Command Query Responsibility Segregation (CQRS) are two architectural patterns that play a crucial role in designing scalable and maintainable software systems. These patterns are often employed in combination, leveraging the strengths of each to achieve better code organization and performance. In this article, we will delve into CQS and CQRS, providing simple explanations and practical examples using C#.

CQS and CQRS Made Easy in C#: Learn with Hands-On Examples Read More »

Readonly list in C#

Quick Guide on C# ReadOnly List: Benefits and Usage | 2023

C# is a powerful programming language that offers a wide array of features and data structures to work with. One such data structure is the ReadOnly List, which was introduced to provide a convenient way to work with collections that should not be modified after initialization. In this article, we will explore what a ReadOnly List is, its benefits, and how to use it effectively in C#.

Quick Guide on C# ReadOnly List: Benefits and Usage | 2023 Read More »

Command dotnet ef not found

Troubleshooting “Command dotnet ef not found” in Ef Core | 2023

The “Command dotnet ef not found” error typically occurs when you are trying to execute Entity Framework Core’s migration commands using the .NET CLI (Command Line Interface), specifically the dotnet ef command. This command is essential for managing migrations, which are used to create and update database schemas based on your application’s data model.

Troubleshooting “Command dotnet ef not found” in Ef Core | 2023 Read More »

Iterating through HashMap in Java 8 Using Streams

Iterating through HashMap in Java 8 Using Streams | 2023

In Java programming, the HashMap is a powerful data structure that allows you to store key-value pairs. Iterating through HashMap is a common operation when you want to access or process its elements. With the introduction of Java 8, the Stream API brought a more elegant and concise way to iterate and perform operations on

Iterating through HashMap in Java 8 Using Streams | 2023 Read More »

Alternatives to Moq

Exploring the Top 10 Alternatives to Moq: A Guide for .NET Developers

Unit testing and test-driven development have become integral practices in modern software development. Mocking frameworks like Moq play a crucial role in creating isolated unit tests. However, Moq might not always be the perfect fit for every project or developer’s preferences. In this article, we’ll explore 10 compelling alternatives to Moq, each offering unique features

Exploring the Top 10 Alternatives to Moq: A Guide for .NET Developers Read More »

Scroll to Top