{"id":502,"date":"2025-11-22T16:40:06","date_gmt":"2025-11-22T16:40:06","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=502"},"modified":"2025-11-22T16:40:06","modified_gmt":"2025-11-22T16:40:06","slug":"input-tax-credits-explaine","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/input-tax-credits-explaine\/","title":{"rendered":"Input Tax Credits"},"content":{"rendered":"\n<style>\n:root {\n    --primary-color: #4F46E5;\n    --secondary-color: #10B981;\n    --text-dark: #1F2937;\n    --text-light: #6B7280;\n    --bg-light: #F9FAFB;\n    --border-color: #E5E7EB;\n    --success-color: #059669;\n    --warning-color: #F59E0B;\n}\n\n.vftc-wrapper {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    color: var(--text-dark);\n}\n\n.vftc-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: #4F46E5;\n    border-radius: 16px;\n    color: white;\n    margin-bottom: 40px;\n}\n\n.vftc-hero h1 {\n    font-size: 2.5em;\n    margin: 0 0 16px 0;\n    font-weight: 700;\n}\n\n.vftc-hero p {\n    font-size: 1.2em;\n    opacity: 0.95;\n    max-width: 700px;\n    margin: 0 auto;\ncolor:white!important;\n}\n\n.vftc-content {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-content h2 {\n    font-size: 1.8em;\n    margin: 30px 0 20px 0;\n    color: var(--text-dark);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n}\n\n.vftc-content h3 {\n    font-size: 1.4em;\n    margin: 25px 0 16px 0;\n    color: var(--text-dark);\n}\n\n.vftc-content p {\n    line-height: 1.8;\n    color: var(--text-light);\n    margin-bottom: 16px;\n    font-size: 1.05em;\n}\n\n.vftc-icon {\n    width: 48px;\n    height: 48px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 12px;\n    flex-shrink: 0;\n}\n\n.vftc-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: #4F46E5;\n}\n\n.vftc-highlight-box {\n    background: linear-gradient(135deg, #DBEAFE 0%, #E0E7FF 100%);\n    border-left: 4px solid var(--primary-color);\n    padding: 24px;\n    border-radius: 12px;\n    margin: 30px 0;\n}\n\n.vftc-highlight-box h3 {\n    margin-top: 0;\n    color: var(--primary-color);\n}\n\n.vftc-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));\n    gap: 24px;\n    margin: 30px 0;\n}\n\n.vftc-feature-card {\n    background: var(--bg-light);\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    transition: all 0.3s;\n}\n\n.vftc-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n}\n\n.vftc-feature-icon {\n    width: 72px;\n    height: 72px;\n    margin: 0 auto 20px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(135deg, #FEE2E2 0%, #FED7AA 100%);\n    border-radius: 16px;\n}\n\n.vftc-feature-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: #4F46E5;\n}\n\n.vftc-feature-card h4 {\n    margin: 0 0 12px 0;\n    color: var(--text-dark);\n    font-size: 1.2em;\n}\n\n.vftc-feature-card p {\n    margin: 0;\n    font-size: 0.95em;\n}\n\n.vftc-list {\n    list-style: none;\n    padding: 0;\n    margin: 20px 0;\n}\n\n.vftc-list li {\n    padding: 12px 0 12px 36px;\n    position: relative;\n    line-height: 1.6;\n    color: var(--text-light);\n}\n\n.vftc-list li:before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    color: var(--success-color);\n    font-weight: bold;\n    font-size: 1.3em;\n}\n\n.vftc-faq-section {\n    background: white;\n    border-radius: 12px;\n    padding: 40px;\n    margin-top: 40px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n}\n\n.vftc-faq-section h2 {\n    font-size: 2em;\n    margin: 0 0 30px 0;\n    color: var(--text-dark);\n    text-align: center;\n}\n\n.vftc-faq-item {\n    background: var(--bg-light);\n    padding: 24px;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    cursor: pointer;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item:hover {\n    background: #F3F4F6;\n}\n\n.vftc-faq-question {\n    font-weight: 600;\n    color: var(--text-dark);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    font-size: 1.1em;\n}\n\n.vftc-faq-toggle {\n    width: 32px;\n    height: 32px;\n    background: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle {\n    background: var(--primary-color);\n}\n\n.vftc-faq-toggle svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--text-dark);\n    transition: all 0.3s;\n}\n\n.vftc-faq-item.active .vftc-faq-toggle svg {\n    stroke: white;\n    transform: rotate(180deg);\n}\n\n.vftc-faq-answer {\n    margin-top: 16px;\n    color: var(--text-light);\n    line-height: 1.7;\n    display: none;\n}\n\n.vftc-faq-item.active .vftc-faq-answer {\n    display: block;\n}\n\n.vftc-cta-box {\n    background: linear-gradient(135deg, var(--primary-color) 0%, #7C3AED 100%);\n    padding: 32px;\n    border-radius: 12px;\n    text-align: center;\n    color: white;\n    margin: 30px 0;\n}\n\n.vftc-cta-box h3 {\n    margin: 0 0 16px 0;\n    color: white;\n}\n\n.vftc-cta-box p {\n    margin: 0 0 20px 0;\n    opacity: 0.95;\n    color: white;\n}\n\n.vftc-cta-button {\n    display: inline-block;\n    background: white;\n    color: var(--primary-color);\n    padding: 14px 32px;\n    border-radius: 8px;\n    text-decoration: none;\n    font-weight: 600;\n    transition: all 0.3s;\n}\n\n.vftc-cta-button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .vftc-hero h1 {\n        font-size: 1.8em;\n    }\n    \n    .vftc-content {\n        padding: 24px;\n    }\n    \n    .ftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>Input Tax Credits Canada 2026<\/h1>\n        <p>Stop leaving money on the table \u2014 reclaim every loonie of GST\/HST you paid on business expenses<\/p>\n    <\/div>\n\n<div class=\"vftc-content\">\n    <p>Here&#8217;s the thing about running a Canuck business \u2014 the CRA charges you GST\/HST on nearly everything you buy, then makes you collect it from customers too. But here&#8217;s the silver lining: Input Tax Credits (ITCs) are your ticket to getting that money back. Yet somehow, Canadian businesses leave millions on the table every year through sloppy recordkeeping or pure confusion. Let&#8217;s fix that, eh?<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>Quick Answer<\/h3>\n        <p><strong>Input Tax Credits let you recover GST\/HST paid on eligible business expenses<\/strong>. If you&#8217;re a GST\/HST registrant running a commercial operation, you can claim ITCs on your return to offset the tax you collected from customers. Think of it as the CRA&#8217;s way of ensuring only the final consumer pays the tax \u2014 not you.<\/p>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        Who Can Actually Claim ITCs?\n    <\/h2>\n    \n    <p>Not everyone with a business gets to play this game. You must be a GST\/HST registrant operating a commercial activity in Canada. That means sole proprietors, incorporated contractors, freelancers, and even partnerships \u2014 but there&#8217;s a catch. Your business needs to make taxable supplies, not exempt ones.<\/p>\n\n    <ul class=\"vftc-list\">\n        <li>You must be registered for GST\/HST (no ifs, ands, or buts)<\/li>\n        <li>Expenses must be for commercial activities, not personal use<\/li>\n        <li>You need proper documentation showing the supplier&#8217;s GST\/HST number<\/li>\n        <li>You must claim within the <strong>four-year time limit<\/strong> (the CRA doesn&#8217;t wait forever)<\/li>\n    <\/ul>\n\n    <p>Here&#8217;s where it gets tricky: zero-rated supplies like groceries or prescription drugs? You can claim ITCs on those purchases. But exempt supplies like healthcare or financial services? You&#8217;re out of luck. The line between them isn&#8217;t always obvious, and that&#8217;s where many businesses stumble.<\/p>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n            <\/svg>\n        <\/div>\n        The Paperwork That&#8217;ll Keep the CRA Happy\n    <\/h2>\n\n    <p>Let&#8217;s be honest \u2014 documentation is a pain. But without it, your ITC claim is dead in the water. The CRA has specific requirements based on how much you&#8217;re spending, and they don&#8217;t bend on this.<\/p>\n\n    <div class=\"vftc-features-grid\">\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Under $100<\/h4>\n            <p>Basic info only: supplier name, invoice date, and total amount. Keep that coffee receipt!<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>$100 to $500<\/h4>\n            <p>Add the supplier&#8217;s GST\/HST registration number and the actual tax paid. No number, no claim \u2014 period.<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>$500 and Up<\/h4>\n            <p>Full meal deal: description of what you bought, your business name, and payment terms too.<\/p>\n        <\/div>\n\n        <div class=\"vftc-feature-card\">\n            <div class=\"vftc-feature-icon\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 7h6m0 10v-3m-3 3h.01M9 17h.01M9 14h.01M12 14h.01M15 11h.01M12 11h.01M9 11h.01M7 21h10a2 2 0 002-2V5a2 2 0 00-2-2H7a2 2 0 00-2 2v14a2 2 0 002 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Digital Records<\/h4>\n            <p>Your cloud accounting system counts. The CRA accepts electronic records \u2014 just make sure they&#8217;re complete.<\/p>\n        <\/div>\n    <\/div>\n\n    <p>Lost a receipt? You&#8217;re rolling the dice. The CRA can deny your claim faster than you can say &#8220;audit.&#8221; Keep everything for six years \u2014 yes, six. That might seem excessive, but that&#8217;s the rule, and they enforce it.<\/p>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        Common Mistakes That&#8217;ll Cost You\n    <\/h2>\n\n    <p>Even savvy business owners mess this up. The CRA sees the same errors again and again, and they don&#8217;t care if it was an honest mistake \u2014 you&#8217;ll still pay the price.<\/p>\n\n    <ul class=\"vftc-list\">\n        <li><strong>Personal vs. Business<\/strong>: Claiming your family groceries or that new toque? Big no-no. Only business expenses qualify.<\/li>\n        <li><strong>Meals &#038; Entertainment<\/strong>: You can only claim 50% for ITCs. Many forget this limit and claim the full amount.<\/li>\n        <li><strong>Missing HST Numbers<\/strong>: That invoice from your supplier? If it doesn&#8217;t show their GST\/HST registration number, kiss your ITC goodbye.<\/li>\n        <li><strong>Late Claims<\/strong>: Wait more than four years? You&#8217;re out of luck. The CRA plays hardball on deadlines.<\/li>\n        <li><strong>Exempt Supplies Confusion<\/strong>: Providing financial services or healthcare? You can&#8217;t claim ITCs on expenses related to those exempt activities.<\/li>\n    <\/ul>\n\n    <div class=\"vftc-cta-box\">\n        <h3>Confused About Your Tax Bracket?<\/h3>\n        <p>Understanding your taxable income helps you maximize all available credits<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" class=\"vftc-cta-button\">Check Tax Brackets<\/a>\n    <\/div>\n\n    <h2>\n        <div class=\"vftc-icon\">\n            <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v10a2 2 0 002 2h8a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01\"><\/path>\n            <\/svg>\n        <\/div>\n        How to Claim Your Credits in 2026\n    <\/h2>\n\n    <p>Claiming ITCs happens when you file your GST\/HST return. You report the tax you collected from customers, subtract the GST\/HST you paid on eligible expenses, and remit the difference. If your ITCs exceed what you collected, you get a refund \u2014 cha-ching!<\/p>\n\n    <p>You can file monthly, quarterly, or annually depending on your revenue. The key? Meticulous tracking throughout the period. Don&#8217;t try to reconstruct records at the last minute \u2014 that&#8217;s when expensive mistakes happen.<\/p>\n\n    <p>Thinking about <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/gst-hst-registration-small-businesses\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">registering for GST\/HST voluntarily<\/a>? If you&#8217;re under the $30,000 threshold but buying significant equipment, it might be a smart move to start claiming ITCs immediately.<\/p>\n<\/div>\n\n<div class=\"vftc-faq-section\">\n    <h2>Frequently Asked Questions<\/h2>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim ITCs on purchases made before my GST\/HST registration date?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Generally, no. You can only claim ITCs for tax paid after you become a registrant. However, special rules exist for capital property \u2014 you might be eligible for transitional ITCs when you register. Check the specific rules or use our <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" style=\"color: var(--primary-color);\">income tax calculator<\/a> to see how registration timing affects your bottom line.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What happens if I claim an ITC on a personal expense by mistake?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            The CRA can assess penalties and interest if they discover personal expenses claimed as ITCs. If you catch the error first, you can correct it on your next return. Be proactive \u2014 the CRA is much more forgiving when you self-correct than when they find it during an audit.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim ITCs on zero-rated supplies like exports?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Absolutely! This is a key benefit of zero-rated supplies. While you charge 0% GST\/HST on exports, you can still claim full ITCs on the expenses you incurred to produce those goods or services. The government effectively subsidizes your export activity through this mechanism.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How long do I really need to keep receipts for ITC claims?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Six years from the end of the tax year. Yes, it seems like forever. Yes, digital records count. And yes, the CRA will deny your claim if you can&#8217;t produce documentation when they ask. Cloud storage is your friend here \u2014 snap photos of receipts immediately so they don&#8217;t fade into oblivion.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What&#8217;s the difference between ITCs and the GST\/HST credit for individuals?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            They&#8217;re completely different! ITCs are for businesses to recover GST\/HST paid on expenses. The GST\/HST credit is a quarterly payment to low and modest-income individuals to offset the sales tax they pay as consumers. Businesses claim ITCs; individuals receive credits based on their tax return.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim ITCs on vehicle expenses?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Yes, but only the business-use portion. If you use your vehicle 70% for business, you can claim 70% of the GST\/HST on gas, repairs, and lease payments. Keep a detailed mileage log \u2014 the CRA loves to challenge vehicle expense claims. Personal commuting doesn&#8217;t count as business use, even if you work from your vehicle.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Do I need separate GST\/HST accounting from my regular bookkeeping?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Yes, and mixing them is asking for trouble. Your income tax return reports net business income, while your GST\/HST return tracks tax collected vs. ITCs. Use separate ledgers or accounting software categories. If this sounds overwhelming, our <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/sales-tax-calculator\/\" style=\"color: var(--primary-color);\">sales tax calculator<\/a> can help you understand the flow-through nature of GST\/HST.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What are the red flags that trigger a CRA audit of ITCs?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            High ITCs relative to sales, round numbers on invoices, missing supplier HST numbers, and claiming 100% of expenses that should be partially personal (like vehicles or home office). Also, claiming ITCs in industries that typically provide exempt supplies. The CRA uses data analytics to spot anomalies \u2014 if your ratios look off compared to similar businesses, expect questions.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Are there any expenses I can&#8217;t claim ITCs on, even for business?\n            <div class=\"vftc-faq-toggle\">\n                <svg fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                <\/svg>\n            <\/div>\n        <\/div>\n        <div class=\"vftc-faq-answer\">\n            Yes. Club memberships, most employee benefits, and expenses related to providing exempt supplies are off-limits. Also, you can&#8217;t claim ITCs on the GST\/HST you paid for which you already received a rebate, refund, or assistance. The rules get technical fast \u2014 when in doubt, check the specific restrictions or talk to a tax pro who knows the GST\/HST system inside out.\n        <\/div>\n    <\/div>\n<\/div>\n<\/div>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const faqItems = document.querySelectorAll('.vftc-faq-item');\n    \n    faqItems.forEach(item => {\n        item.addEventListener('click', function() {\n            const isActive = this.classList.contains('active');\n            \n            \/\/ Close all items\n            faqItems.forEach(i => i.classList.remove('active'));\n            \n            \/\/ Open clicked item if it wasn't active\n            if (!isActive) {\n                this.classList.add('active');\n            }\n        });\n    });\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Input Tax Credits Canada 2026 Stop leaving money on the table \u2014 reclaim every loonie of GST\/HST you paid on business expenses Here&#8217;s the thing about running a Canuck business \u2014 the CRA charges you GST\/HST on nearly everything you buy, then makes you collect it from customers too. But here&#8217;s the silver lining: Input [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-502","post","type-post","status-publish","format-standard","hentry","category-gst-hst-guide-canada"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/comments?post=502"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/502\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=502"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=502"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}