<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: taxgarden</title>
    <description>The latest articles on DEV Community by taxgarden (@taxgarden_40fc262ae923ad6).</description>
    <link>https://dev.to/taxgarden_40fc262ae923ad6</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3953825%2F5a88567e-bd8c-441e-97c7-fcc4f5bbed6b.png</url>
      <title>DEV Community: taxgarden</title>
      <link>https://dev.to/taxgarden_40fc262ae923ad6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taxgarden_40fc262ae923ad6"/>
    <language>en</language>
    <item>
      <title>TDS on Tech Vendor Payments: What Indian Startups Need to Know in 2026</title>
      <dc:creator>taxgarden</dc:creator>
      <pubDate>Wed, 08 Jul 2026 07:15:42 +0000</pubDate>
      <link>https://dev.to/taxgarden_40fc262ae923ad6/tds-on-tech-vendor-payments-what-indian-startups-need-to-know-in-2026-o15</link>
      <guid>https://dev.to/taxgarden_40fc262ae923ad6/tds-on-tech-vendor-payments-what-indian-startups-need-to-know-in-2026-o15</guid>
      <description>&lt;p&gt;If your startup or tech company pays vendors, contractors, or cloud providers above threshold amounts, TDS obligations apply under the Income Tax Act.&lt;br&gt;
Key TDS sections for tech businesses:&lt;/p&gt;

&lt;p&gt;Section 194C: TDS at 1% (individual/HUF) or 2% (company) on contractor payments above Rs 30,000 per transaction or Rs 1 lakh per year&lt;br&gt;
Section 194J: TDS at 10% on professional fees (software development, consulting, legal) above Rs 30,000&lt;br&gt;
Section 194-O: TDS at 1% on e-commerce operator payments to sellers above Rs 5 lakh&lt;br&gt;
Section 195: TDS on payments to non-resident foreign vendors (AWS, Google Cloud, Stripe) , rate depends on DTAA&lt;br&gt;
Filing deadlines:&lt;/p&gt;

&lt;p&gt;Deposit TDS by 7th of the following month&lt;br&gt;
File TDS returns quarterly (Form 24Q / 26Q) by 31st of the month after quarter end&lt;br&gt;
Missing TDS deposits attracts interest at 1.5% per month. Late TDS returns attract Rs 200/day penalty.&lt;/p&gt;

&lt;p&gt;Tax Garden (&lt;a href="https://taxgarden.in" rel="noopener noreferrer"&gt;https://taxgarden.in&lt;/a&gt;) handles TDS computation, deposit, and quarterly return filing for startups and MSMEs in Hyderabad.&lt;/p&gt;

</description>
      <category>india</category>
      <category>tax</category>
      <category>startup</category>
      <category>compliance</category>
    </item>
    <item>
      <title>How We Automated Recurring Tax Compliance Workflows Using Technology</title>
      <dc:creator>taxgarden</dc:creator>
      <pubDate>Tue, 23 Jun 2026 12:20:48 +0000</pubDate>
      <link>https://dev.to/taxgarden_40fc262ae923ad6/how-we-automated-recurring-tax-compliance-workflows-using-technology-481f</link>
      <guid>https://dev.to/taxgarden_40fc262ae923ad6/how-we-automated-recurring-tax-compliance-workflows-using-technology-481f</guid>
      <description>&lt;p&gt;Indian tax compliance is a recurring-deadline problem: GST returns monthly, TDS quarterly, ROC annually, each with its own data shape and portal. The manual version is a person re-keying the same ledger data into different forms and hoping nothing drifts.&lt;/p&gt;

&lt;p&gt;The interesting engineering problem is reconciliation. GSTR-1 (what you reported as sales) has to agree with GSTR-3B (what you paid against) and with GSTR-2B (what your vendors reported). Modeling these as data pipelines with validation gates, instead of as forms a human fills, is where automation actually moves the needle: classify each transaction once, then let agents map it into every downstream return and flag mismatches before filing rather than after a notice.&lt;/p&gt;

&lt;p&gt;We wrote up how the agent layer is structured here: &lt;a href="https://taxgarden.in/technology" rel="noopener noreferrer"&gt;AI-driven compliance platform&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tech angle on automating ITR data prep + 26AS/AIS reconciliation.</title>
      <dc:creator>taxgarden</dc:creator>
      <pubDate>Tue, 23 Jun 2026 12:19:02 +0000</pubDate>
      <link>https://dev.to/taxgarden_40fc262ae923ad6/tech-angle-on-automating-itr-data-prep-26asais-reconciliation-417b</link>
      <guid>https://dev.to/taxgarden_40fc262ae923ad6/tech-angle-on-automating-itr-data-prep-26asais-reconciliation-417b</guid>
      <description>&lt;p&gt;The slow part of filing an income tax return is not the form, it is making your numbers agree with the tax department's numbers. Form 26AS and the Annual Information Statement (AIS) are effectively the government's view of your income and TDS. If your return disagrees, you get a notice.&lt;/p&gt;

&lt;p&gt;So the sane data model treats 26AS/AIS as a source of truth to diff against, not as a reference to glance at. Pull both, normalize each line (deductor, section, amount, period), and reconcile against the taxpayer's own records before a single field of the ITR is populated. Mismatches become a worklist; everything that ties out flows straight through.&lt;/p&gt;

&lt;p&gt;Treating filing as a diff-and-resolve pipeline is what makes it repeatable across thousands of returns. The form-selection and deadline context is here: &lt;a href="https://taxgarden.in/blog/itr-filing-guide-ay-2026-27-new-forms-deadlines" rel="noopener noreferrer"&gt;ITR filing guide&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
