{"id":1297,"date":"2025-12-19T22:41:41","date_gmt":"2025-12-19T22:41:41","guid":{"rendered":"https:\/\/canada.truenorthtaxes.ca\/?p=1297"},"modified":"2025-12-19T22:41:41","modified_gmt":"2025-12-19T22:41:41","slug":"t4a-slip-canada","status":"publish","type":"post","link":"https:\/\/truenorthbenefits.ca\/taxes\/t4a-slip-canada\/","title":{"rendered":"T4A Slip Canada"},"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: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\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;\n    color: 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, #DBEAFE 0%, #E0E7FF 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(280px, 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, #DBEAFE 0%, #E0E7FF 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, #667eea 0%, #764ba2 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\n<div class=\"vftc-wrapper\">\n    <div class=\"vftc-hero\">\n        <h1>T4A Slip Canada 2026: Complete Guide<\/h1>\n        <p>Understanding the catch-all tax slip for pensions, freelance income, scholarships, and everything in between<\/p>\n    <\/div>\n\n    <div class=\"vftc-content\">\n        <p>You just pulled a T4A slip out of your mailbox and you&#8217;re scratching your head wondering what on earth this thing is for, eh? Here&#8217;s the deal: the T4A is basically the CRA&#8217;s junk drawer for income that doesn&#8217;t fit neatly into other categories. Did you freelance on the side? Get a pension? Withdraw money from your RESP? Receive a research grant? That&#8217;s all T4A territory. Unlike the regular <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/t4-slip-canada\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">T4 slip<\/a> your employer sends, the T4A covers a wild mix of income sources \u2014 which makes it both incredibly useful and occasionally confusing.<\/p>\n\n        <div class=\"vftc-highlight-box\">\n            <h3>\ud83c\udfaf Quick Answer<\/h3>\n            <p><strong>A T4A slip (Statement of Pension, Retirement, Annuity, and Other Income)<\/strong> reports various types of income that don&#8217;t fit on standard employment slips \u2014 including self-employed commissions, pension payments, scholarships, RESP withdrawals, annuities, and fees for services. You&#8217;ll receive one if payments exceeded $500 in the year or if tax was deducted. The slip must be issued by February 28, and you use it to report this income on your personal tax return.<\/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 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            What Exactly Is a T4A Slip?\n        <\/h2>\n        \n        <p>Think of the T4A as the CRA&#8217;s miscellaneous income reporter. While a T4 slip handles regular employment income, the T4A catches everything else \u2014 and I mean everything. It&#8217;s officially called the &#8220;Statement of Pension, Retirement, Annuity, and Other Income,&#8221; but that name doesn&#8217;t even begin to cover how many different income types show up here.<\/p>\n\n        <p>The beauty (or curse, depending on your perspective) of the T4A is its versatility. You might get one from your former employer for a retiring allowance, from your university for scholarship money, from a client who paid you as a contractor, or from your RRSP administrator for withdrawals. Multiple T4A slips in one tax year? Totally normal, especially if you&#8217;re juggling side hustles or have diverse income streams.<\/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=\"M17 9V7a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2m2 4h10a2 2 0 002-2v-6a2 2 0 00-2-2H9a2 2 0 00-2 2v6a2 2 0 002 2zm7-5a2 2 0 11-4 0 2 2 0 014 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            Common Types of Income on Your T4A\n        <\/h2>\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=\"M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Self-Employment Income<\/h4>\n                <p>Freelance commissions, consulting fees, contractor payments \u2014 basically anything you earned without being someone&#8217;s official employee.<\/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-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Pension &#038; Annuities<\/h4>\n                <p>Retirement income from registered pension plans, superannuation, lump-sum pension payments, and annuity distributions.<\/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 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h4>Scholarships &#038; Grants<\/h4>\n                <p>Educational awards, research grants, fellowships, bursaries \u2014 whether fully or partially taxable depending on your situation.<\/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 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                <h4>RESP Withdrawals<\/h4>\n                <p>Educational assistance payments (EAPs) and accumulated income payments (AIPs) from Registered Education Savings Plans.<\/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=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 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            Key Boxes on Your T4A Slip Explained\n        <\/h2>\n\n        <p>The T4A slip looks intimidating at first glance, but once you know which boxes matter for your situation, it&#8217;s actually pretty straightforward. Here are the heavy hitters:<\/p>\n\n        <ul class=\"vftc-list\">\n            <li><strong>Box 016 (Pension or superannuation):<\/strong> Retirement income from registered pension plans \u2014 this qualifies for the pension income tax credit and income splitting if you&#8217;re 65+<\/li>\n            <li><strong>Box 020 (Self-employed commissions):<\/strong> Independent contractor earnings \u2014 no CPP or EI deductions, so you&#8217;ll handle those separately<\/li>\n            <li><strong>Box 024 (Annuities):<\/strong> Regular annuity payments from insurance contracts or investment products<\/li>\n            <li><strong>Box 028 (Other income):<\/strong> The ultimate catch-all for research grants, awards, patronage dividends, and miscellaneous payments<\/li>\n            <li><strong>Box 048 (Fees for services):<\/strong> Payments for services rendered as a non-employee \u2014 freelance work, consulting gigs, contract projects<\/li>\n            <li><strong>Box 105 (Scholarships, fellowships, bursaries):<\/strong> Educational funding which may be partially or fully exempt depending on your program status<\/li>\n            <li><strong>Box 018 (Lump-sum payments):<\/strong> One-time pension or DPSP distributions \u2014 eligible for special tax treatment in some cases<\/li>\n        <\/ul>\n\n        <p>The &#8220;Other information&#8221; area at the bottom contains numbered codes for less common income types. If you see codes like 146 (Indian Act exempt income), 197 (CERB payments), or 040 (RESP accumulated income payments), pay attention \u2014 these often require special handling on your return.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Not Sure What Tax Bracket You&#8217;re In?<\/h3>\n            <p>Your T4A income gets added to your total earnings and taxed at your marginal rate<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-brackets-canada\/\" class=\"vftc-cta-button\">Check 2026 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=\"M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z\"><\/path>\n                <\/svg>\n            <\/div>\n            When Will You Receive Your T4A Slip?\n        <\/h2>\n\n        <p>Payers must issue T4A slips by <strong>February 28<\/strong> following the tax year. So for your 2025 income, you should receive your T4A slips no later than February 28, 2026. This gives you two months to gather everything before the April 30 filing deadline \u2014 assuming you&#8217;re not self-employed, in which case you&#8217;ve got until June 15 (though any taxes owing are still due April 30).<\/p>\n\n        <p>Here&#8217;s the kicker: unlike T4 slips where there&#8217;s a $500 minimum threshold, some T4A payments must be reported regardless of amount. Pension income, RRSP withdrawals, and situations where tax was deducted all require a T4A even if the payment was just $50. Other payments only need a slip if they exceeded $500 in the calendar year.<\/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-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            How to Report Your T4A on Your Tax Return\n        <\/h2>\n\n        <p>Most tax software makes this dead simple \u2014 just enter the T4A slip and let the program figure out where everything goes. But if you want to understand what&#8217;s happening under the hood, here&#8217;s the breakdown:<\/p>\n\n        <p><strong>Self-employment income (Boxes 020 and 048):<\/strong> These amounts are business income, not employment income. You&#8217;ll report them on your return and can deduct eligible business expenses. If you have significant expenses, you&#8217;ll need to complete Form T2125 (Statement of Business Activities) alongside your regular return. Remember, you&#8217;re responsible for both the employee and employer portions of CPP on this income.<\/p>\n\n        <p><strong>Pension income (Box 016):<\/strong> This gets its own special treatment. Report it as pension income on your return, and if you&#8217;re 65 or older, you can split up to 50% with your spouse for tax purposes. You also qualify for the pension income tax credit \u2014 that&#8217;s $2,000 of pension income that effectively becomes tax-free.<\/p>\n\n        <p><strong>Scholarships and bursaries (Box 105):<\/strong> Full-time post-secondary students get their scholarship money tax-free. Part-time students can exempt the first $500. Elementary and secondary students? Completely exempt. Post-doctoral fellowships are fully taxable. The rules here are nuanced, so if your situation is complex, consider getting professional help.<\/p>\n\n        <div class=\"vftc-cta-box\">\n            <h3>Ready to Calculate Your 2025 Taxes?<\/h3>\n            <p>See exactly how your T4A income affects your refund or balance owing<\/p>\n            <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/income-tax-calculator\/\" class=\"vftc-cta-button\">Use Our Tax Calculator<\/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=\"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            T4A vs. T4: What&#8217;s the Difference?\n        <\/h2>\n\n        <p>This confuses everyone at first, so let&#8217;s clear it up. A T4 slip reports employment income \u2014 your salary, wages, bonuses, and the tax, CPP, and EI that was deducted. It comes from your employer and includes their contributions to CPP and EI on your behalf.<\/p>\n\n        <p>A T4A reports &#8220;other&#8221; income \u2014 basically everything that&#8217;s not regular employment. The big difference? <strong>No automatic deductions for CPP or EI on most T4A income.<\/strong> If you earned $10,000 in freelance income on a T4A, you likely received the full $10,000, but you&#8217;re responsible for calculating and paying both portions of CPP yourself. That&#8217;s why many freelancers get surprised at tax time \u2014 they weren&#8217;t setting money aside throughout the year.<\/p>\n\n        <p>You can absolutely receive both a T4 and multiple T4A slips in the same year. In fact, that&#8217;s becoming increasingly common as more Canadians have side hustles alongside their day jobs.<\/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 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 0L3.732 16.5c-.77.833.192 2.5 1.732 2.5z\"><\/path>\n                <\/svg>\n            <\/div>\n            Important Tax Implications You Need to Know\n        <\/h2>\n\n        <p>Here&#8217;s where T4A income can bite you if you&#8217;re not careful: most of it arrives in your pocket without any tax deductions. Unlike employment income where your employer withholds tax every paycheque, T4A income (especially self-employment and contract work) comes to you gross. <strong>You&#8217;re expected to set aside the appropriate tax throughout the year.<\/strong><\/p>\n\n        <p>The CRA&#8217;s general rule of thumb? If you&#8217;ll owe more than $3,000 in taxes when you file, you&#8217;re supposed to make quarterly installment payments. Miss those installments and you&#8217;ll face interest charges \u2014 currently running around 10% annually, which adds up fast.<\/p>\n\n        <p>Another gotcha: self-employment income from T4A slips makes you responsible for the full CPP contribution \u2014 both the employee and employer portions. For 2026, that&#8217;s 11.9% on your net self-employment income up to the year&#8217;s maximum. On $10,000 of net freelance income, you&#8217;re looking at roughly $1,190 in CPP contributions alone, plus provincial and federal income tax.<\/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=\"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path>\n                <\/svg>\n            <\/div>\n            What If You Haven&#8217;t Received Your T4A?\n        <\/h2>\n\n        <p>It&#8217;s late February and your T4A still hasn&#8217;t shown up in the mail? First, check if it&#8217;s available through CRA My Account&#8217;s Auto-fill feature \u2014 many payers file electronically and the slip might already be accessible online before it arrives by mail.<\/p>\n\n        <p>If it&#8217;s genuinely missing, contact the payer directly. They&#8217;re legally required to issue it by February 28, so if they&#8217;ve dropped the ball, light a fire under them. As a last resort, you can file your return without the slip by including a note stating the payer&#8217;s name and address, the type and amount of income, and what steps you&#8217;ve taken to obtain the slip. Just keep any pay stubs, contracts, or statements that document the income \u2014 the CRA will want to see them if they ask questions.<\/p>\n\n        <p>Curious about how the CRA processes your return after you file? Your <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/notice-of-assessment\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">Notice of Assessment<\/a> explains everything the CRA calculated and any adjustments they made.<\/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=\"M3 21v-4m0 0V5a2 2 0 012-2h6.5l1 1H21l-3 6 3 6h-8.5l-1-1H5a2 2 0 00-2 2zm9-13.5V9\"><\/path>\n                <\/svg>\n            <\/div>\n            Special Situations and Edge Cases\n        <\/h2>\n\n        <p>Life isn&#8217;t always simple, and neither are T4A slips. If you moved to Canada partway through the year, your <a href=\"https:\/\/truenorthbenefits.ca\/taxes\/tax-residency-rules\/\" style=\"color: var(--primary-color); text-decoration: none; font-weight: 600;\">tax residency status<\/a> affects how your T4A income is taxed. Generally, you only pay Canadian tax on income earned while you were a Canadian resident.<\/p>\n\n        <p>Received CERB or other COVID-19 benefits? Those showed up on T4A slips with special codes (like 197 for CERB). If you had to repay some of those benefits, that amount appears in Box 201, and you can claim a deduction for the repayment.<\/p>\n\n        <p>If you&#8217;re part of a cooperative and received patronage dividends (Box 030), these might not be taxable if they relate to personal purchases of goods or services. Business-related patronage allocations, however, are fully taxable business income.<\/p>\n    <\/div>\n\n    <div class=\"vftc-faq-section\">\n        <h2>Frequently Asked Questions About T4A Slips<\/h2>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I need to report T4A income if it&#8217;s under $500?\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, absolutely. While payers don&#8217;t have to issue a T4A slip for payments under $500 (with exceptions), you&#8217;re still legally required to report all income on your tax return. Even if you didn&#8217;t receive a slip, that income is taxable and must be declared. Keep your own records of payments received.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Why didn&#8217;t any tax get deducted from my T4A income?\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                Most T4A income arrives without tax deductions because you&#8217;re not an employee \u2014 you&#8217;re either self-employed, receiving investment-type income, or getting payments that don&#8217;t require withholding. The CRA expects you to set aside money for taxes and make quarterly installment payments if you&#8217;ll owe more than $3,000 when you file. This is standard for freelance and contract work.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I deduct expenses against my T4A self-employment income?\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! Income reported in Box 020 (self-employed commissions) or Box 048 (fees for services) qualifies as business income, which means you can deduct reasonable business expenses. You&#8217;ll need to complete Form T2125 to report your income and expenses. Eligible deductions include office supplies, vehicle expenses, home office costs, professional fees, and more. Keep detailed receipts and records.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Are scholarships on my T4A slip taxable?\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                It depends on your situation. Full-time post-secondary students can receive scholarships, bursaries, and fellowships tax-free. Part-time post-secondary students get the first $500 tax-free, with amounts above that being taxable. Elementary and secondary students are completely exempt. Post-doctoral fellowships are fully taxable. Your tax software should handle the calculations if you enter your student status correctly.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                I received multiple T4A slips \u2014 do I report them separately?\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, each T4A slip must be reported individually on your tax return. Don&#8217;t combine amounts from multiple slips, as each one represents income from a different payer. Modern tax software lets you add multiple T4A slips easily, and the program will total everything appropriately across your return. The CRA receives copies of each slip separately, so they&#8217;ll flag it if you don&#8217;t report them all.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What&#8217;s the difference between Box 020 and Box 048 on a T4A?\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                Both boxes report self-employment income, but Box 020 is specifically for commissions paid to independent agents, while Box 048 covers fees for services more broadly. In practice, they&#8217;re treated almost identically for tax purposes \u2014 both are business income where you can deduct expenses and must pay self-employed CPP contributions. The distinction matters more to the payer than to you as the recipient.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Do I pay CPP and EI on T4A income?\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 self-employment income (Boxes 020 and 048), you pay CPP but not EI. The catch is you pay both the employee and employer portions of CPP \u2014 about 11.9% total on your net self-employment income. You cannot pay into EI unless you opt into the EI program for self-employed individuals. For other T4A income like pensions or scholarships, neither CPP nor EI applies. The CRA calculates your CPP contribution when you file your return.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                Can I split T4A pension income with my spouse?\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, if you&#8217;re 65 or older, you can split up to 50% of eligible pension income (Box 016) with your spouse or common-law partner. This pension splitting can result in significant tax savings if you&#8217;re in different tax brackets. Both of you need to complete Form T1032 and file it with your returns. This strategy doesn&#8217;t work for other types of T4A income like self-employment earnings or scholarships \u2014 only eligible pension income qualifies.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                What happens if my T4A slip has an error?\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                Contact the payer immediately to request an amended T4A slip. They&#8217;ll need to issue a corrected slip marked &#8220;AMENDED&#8221; and file it with the CRA. Don&#8217;t file your return with incorrect information \u2014 wait for the amended slip if possible. If you&#8217;ve already filed, you&#8217;ll need to request an adjustment through the CRA once you receive the corrected slip. Keep documentation of all communications with the payer about the error.\n            <\/div>\n        <\/div>\n\n        <div class=\"vftc-faq-item\">\n            <div class=\"vftc-faq-question\">\n                How do I access my T4A slips online?\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                Many T4A slips are available through CRA My Account using the Auto-fill my return feature. Log in, select the tax year, and the CRA will display any slips they&#8217;ve received from payers who file electronically. However, not all payers participate in this service, so you might still receive some slips only by mail. You can also check with specific payers (like financial institutions) to see if they offer online access to tax slips through their own portals.\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\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>T4A Slip Canada 2026: Complete Guide Understanding the catch-all tax slip for pensions, freelance income, scholarships, and everything in between You just pulled a T4A slip out of your mailbox and you&#8217;re scratching your head wondering what on earth this thing is for, eh? Here&#8217;s the deal: the T4A is basically the CRA&#8217;s junk drawer [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1297","post","type-post","status-publish","format-standard","hentry","category-info-pages"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/1297","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=1297"}],"version-history":[{"count":0,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/posts\/1297\/revisions"}],"wp:attachment":[{"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/media?parent=1297"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/categories?post=1297"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truenorthbenefits.ca\/taxes\/wp-json\/wp\/v2\/tags?post=1297"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}