{"id":499,"date":"2025-11-22T16:31:09","date_gmt":"2025-11-22T16:31:09","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=499"},"modified":"2025-11-22T16:31:09","modified_gmt":"2025-11-22T16:31:09","slug":"gst-hst-audit-what-to-expect","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/gst-hst-audit-what-to-expect\/","title":{"rendered":"GST HST Audit"},"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    .vftc-features-grid {\n        grid-template-columns: 1fr;\n    }\n}\n<\/style>\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>GST HST Audit Canada 2026<\/h1>\n        <p>Everything you need to know when the CRA comes knocking \u2014 and how to protect your business<\/p>\n    <\/div>\n\n<div class=\"vftc-content\">\n    <p>Let&#8217;s be honest \u2014 finding that brown envelope from the Canada Revenue Agency in your mailbox can make your heart sink faster than a loonie in a fountain. Whether you&#8217;re a small business owner in Moose Jaw or running a corporation in downtown Toronto, a GST\/HST audit notice triggers that same gut-wrenching feeling. But here&#8217;s the thing: staying calm and knowing your rights can save you thousands, maybe even your business.<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>Quick Answer<\/h3>\n        <p><strong>A GST\/HST audit is the CRA&#8217;s examination of your financial records<\/strong> to verify you&#8217;ve correctly collected, reported, and remitted sales tax. The auditor can go back <strong>four years from your filing deadline<\/strong> (or longer if they suspect fraud or misrepresentation). With CRA&#8217;s 2026 automated cross-verification systems, even minor discrepancies can trigger a full review.<\/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        What Triggers a GST\/HST Audit in 2026?\n    <\/h2>\n    \n    <p>The CRA doesn&#8217;t just spin a wheel to pick who gets audited \u2014 their system is way more sophisticated than that. With new AI-driven risk assessment tools in 2026, they&#8217;re cross-referencing your GST\/HST returns against your income tax filings, supplier records, and even banking data in real-time. Here are the red flags that&#8217;ll put you on their radar:<\/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=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Frequent Refund Claims<\/h4>\n            <p>Consistently filing for large GST\/HST refunds, especially in export or zero-rated industries, raises eyebrows. The CRA wants to ensure you&#8217;re not inflating Input Tax Credits (ITCs).<\/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 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Discrepancies in Reporting<\/h4>\n            <p>When your GST\/HST returns don&#8217;t match your income tax filings, the CRA&#8217;s automated systems flag it instantly. Even a small mismatch can trigger a desk audit.<\/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=\"M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Cash-Heavy Businesses<\/h4>\n            <p>Restaurants, salons, and construction contractors get extra scrutiny. The CRA knows cash can &#8220;disappear&#8221; before hitting the books, making you a prime target.<\/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=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Significant Business Changes<\/h4>\n            <p>Sudden spikes or drops in revenue, or major changes in ITC claims, make auditors wonder if you&#8217;ve been underreporting or if something&#8217;s being concealed.<\/p>\n        <\/div>\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=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n            <\/svg>\n        <\/div>\n        The Audit Process: What to Expect\n    <\/h2>\n\n    <p>From the moment you get that audit notice, the clock starts ticking. Here&#8217;s the step-by-step breakdown of how things unfold:<\/p>\n\n    <ul class=\"vftc-list\">\n        <li><strong>The Initial Letter:<\/strong> The CRA sends a Notice of Audit outlining the years under review and document list. Respond quickly \u2014 ignoring it only makes things worse.<\/li>\n        <li><strong>Document Request:<\/strong> You&#8217;ll need to provide GST\/HST returns, sales invoices, purchase receipts, ITC documentation, bank statements, and general ledgers for the audit period.<\/li>\n        <li><strong>The Examination:<\/strong> Auditors may conduct on-site inspections at your business or review documents remotely. They&#8217;ll cross-check sales data against ITC claims and look for gaps.<\/li>\n        <li><strong>The Report:<\/strong> After reviewing, the CRA issues an audit report detailing any discrepancies, additional taxes owed, penalties, or denied credits.<\/li>\n        <li><strong>Your Appeal Rights:<\/strong> Disagree with the findings? You&#8217;ve got 90 days to file a Notice of Objection (Form GST159). If that fails, you can take it to Tax Court.<\/li>\n    <\/ul>\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 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-2.5L13.732 4c-.77-.833-1.964-.833-2.732 0L4.082 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n            <\/svg>\n        <\/div>\n        Penalties That Can Cripple Your Business\n    <\/h2>\n\n    <p>Here&#8217;s where things get serious. The CRA doesn&#8217;t just ask nicely for what you owe \u2014 they add financial pain to encourage compliance:<\/p>\n\n    <div class=\"vftc-highlight-box\">\n        <h3>The Math on Late Payments<\/h3>\n        <p><strong>5% penalty on the overdue amount<\/strong> plus <strong>1% for each full month<\/strong> it&#8217;s outstanding (up to 12 months). On top of that, <strong>daily compound interest<\/strong> accrues at CRA&#8217;s prescribed rate \u2014 typically higher than your bank loan. A $10,000 oversight can easily balloon to $15,000 or more.<\/p>\n    <\/div>\n\n    <p>But wait, there&#8217;s more. The CRA can also hit you with <strong>gross negligence penalties<\/strong> if they believe you knowingly misrepresented information. We&#8217;re talking about penalties up to 50% of the tax owing. And they can <strong>freeze your bank accounts<\/strong>, place liens on your property, and deny future ITC claims until you&#8217;re back in good standing.<\/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 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"><\/path>\n            <\/svg>\n        <\/div>\n        How to Bulletproof Your Business\n    <\/h2>\n\n    <p>Look, nobody wants to go through an audit, but you can make yourself a much harder target. Here&#8217;s your defense playbook:<\/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>Keep Impeccable Records<\/h4>\n            <p>Maintain six years of documentation \u2014 sales invoices, purchase receipts, ITC calculations, bank statements. Use accounting software like QuickBooks or Xero to track everything properly.<\/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=\"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Reconcile Everything<\/h4>\n            <p>Make sure your GST\/HST returns match your income tax filings and source documents. Create reconciliation spreadsheets before filing \u2014 future you will thank present you.<\/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=\"M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Get Professional Backup<\/h4>\n            <p>If the audit is complex or involves significant dollars, hire a CPA or tax lawyer experienced with CRA audits. They&#8217;ll communicate with auditors and protect your interests.<\/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=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            <h4>Know When to Appeal<\/h4>\n            <p>Don&#8217;t just accept the auditor&#8217;s word as gospel. Recent court decisions (like B\u00e9dard v. The Queen, 2022) show the CRA must provide clear evidence. If they&#8217;re wrong, fight back within 90 days.<\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-cta-box\">\n        <h3>Need to Calculate Your GST\/HST Obligations?<\/h3>\n        <p>Use our free tools to stay compliant and avoid audit triggers<\/p>\n        <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/sales-tax-calculator\/\" class=\"vftc-cta-button\">Try Sales Tax Calculator<\/a>\n    <\/div>\n\n    <p>Remember, the CRA can only assess what they can prove. If you&#8217;ve kept proper records and filed in good faith, you&#8217;ve got solid ground to stand on. And if you do find errors before they catch them, consider the <strong>Voluntary Disclosure Program<\/strong> \u2014 it can eliminate penalties and reduce interest.<\/p>\n\n    <p>Understanding <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">Canada&#8217;s tax brackets<\/a> and how sales tax fits into your overall tax picture can help you spot discrepancies before they become problems.<\/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            How far back can CRA go for GST\/HST audit?\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, four years from the day your return was due. However, if you filed late, it&#8217;s four years from the actual filing date. The CRA can go back indefinitely if they suspect fraud or misrepresentation due to neglect or willful default.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What documents must I provide during a GST\/HST audit?\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 typically requests GST\/HST returns for audit periods, sales and purchase invoices, bank statements, ITC documentation (including valid tax invoices), general ledger entries, contracts, and any records supporting exempt or zero-rated sales. Keep everything for six years minimum.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I claim Input Tax Credits without a proper invoice?\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            No. The Excise Tax Act requires specific information on invoices to claim ITCs. Missing vendor name, GST\/HST number, or date can result in denied credits. However, recent court cases suggest minor errors might be acceptable if the transaction is legitimate and can be proven through bank records.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What happens if I ignore the CRA audit letter?\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            Bad idea. Ignoring the CRA leads to arbitrary assessments where they&#8217;ll estimate your tax owing (usually on the high side), impose penalties, freeze your bank accounts, and initiate collection actions. Always respond, even if you need more time to gather records.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            How does CRA know about my business sales?\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 receives information from multiple sources: your GST\/HST returns, income tax filings, T4A slips issued to you, your suppliers&#8217; and customers&#8217; filings (they cross-match), bank transaction data, and third-party payment processors. Their 2026 systems automatically flag discrepancies.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can I negotiate with the CRA auditor?\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            You can&#8217;t negotiate the tax law, but you can negotiate facts and documentation. Present clear evidence supporting your position. If there are errors, consider voluntary disclosure before they find them. For penalties, the Taxpayer Relief Program can sometimes reduce or cancel them based on circumstances.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            What is the difference between a desk audit and a field audit?\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            A desk audit is conducted remotely \u2014 the CRA requests documents electronically or by mail. A field audit involves auditors visiting your business premises to examine records and operations. Field audits are more intensive and typically reserved for larger businesses or complex cases.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Should I hire a professional for a GST\/HST audit?\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            For simple audits with minimal amounts, you might handle it yourself. But for complex cases, large dollar amounts, or if you&#8217;re unsure about documentation, a CPA or tax lawyer is invaluable. They know the Excise Tax Act inside out, speak the CRA&#8217;s language, and can identify when the auditor oversteps their authority.\n        <\/div>\n    <\/div>\n\n    <div class=\"vftc-faq-item\">\n        <div class=\"vftc-faq-question\">\n            Can GST\/HST audit affect my personal tax return?\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. If your business is a sole proprietorship or partnership, GST\/HST audit results directly impact your personal income tax. For corporations, if the CRA believes you&#8217;ve taken company funds personally without reporting them, they can assess you personally for unreported income and GST\/HST.\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\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GST HST Audit Canada 2026 Everything you need to know when the CRA comes knocking \u2014 and how to protect your business Let&#8217;s be honest \u2014 finding that brown envelope from the Canada Revenue Agency in your mailbox can make your heart sink faster than a loonie in a fountain. Whether you&#8217;re a small business [&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-499","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\/499","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=499"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/499\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=499"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=499"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}