{"id":885920,"date":"2020-10-15T13:14:04","date_gmt":"2020-10-15T17:14:04","guid":{"rendered":"https:\/\/www.finder.com\/ca\/?p=885920"},"modified":"2026-03-09T18:29:01","modified_gmt":"2026-03-09T22:29:01","slug":"setting-up-a-photography-business","status":"publish","type":"post","link":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business","title":{"rendered":"How to set up a photography business in Canada"},"content":{"rendered":"<p>If you have a talent and a passion for photography, it\u2019s possible to turn your skills into a business. It\u2019s not as complicated as you may think, but there are specific steps to take to do it properly. From choosing the right business structure to understanding tax obligations and marketing your work effectively, this guide will walk you through every essential step.<\/p><h3>What qualifications do you need to start a photography business?<\/h3><p>You don\u2019t need to have any educational qualifications, degrees, permits or licenses to start a photography business. The proof of your expertise is in the result.<\/p><p>If you have a talent for taking great photos and an inkling about how to market them, you\u2019re ready to go. Of course, you may choose to take a photography course in order to learn your trade and earn a certificate or diploma to impress prospective clients.<\/p><p>To be successful as a professional photographer, you\u2019ll need to invest in top-of-the-range camera equipment and lighting.<\/p><h3>Registration: Choosing the right business structure for your photography business<\/h3><p>If you want to offer your photography services under your legal name, you don\u2019t need to register your business. But if you add anything to your name, like \u201cAshley Smith Photography\u201d, you must register.<\/p><p>Your business type determines how much tax you\u2019ll pay on the money you make and how personally liable you\u2019ll be for business debts. Here are your main options:<\/p><ul><li><strong>Sole proprietorship.<br><\/strong>You\u2019ll continue to pay income tax and other remittances to the government as an individual. You personally will be held liable for business debts or lawsuits against your business.<\/li><li><strong>Partnership.<br><\/strong>This is essentially the same as a sole proprietorship, except profits are shared with your business partner(s). Under a general partnership, each partner is held personally liable. Under Limited Partnerships and Limited Liability Partnerships, only general partners (those who manage the business) are liable, while limited partners (investors) are not.<\/li><li><strong>Corporation.<br><\/strong>Here, your business becomes an entity in its own right, and your personal finances are separate from your business finances. In addition to filing your own personal tax return, you\u2019ll also file a separate business tax return. Plus, you\u2019ll have to pay yourself a wage from company profits. You can\u2019t be held personally responsible for business debts and you will have reporting and management responsibilities.<\/li><li><strong>Cooperative.<br><\/strong>Cooperatives are best for groups of people who share similar social or economic needs and want to operate a business democratically. In Canada, all cooperatives must be incorporated, either at the federal or provincial level. Cooperatives can be set up as for-profit, not-for-profit or charitable organizations.<\/li><\/ul><article class=\"luna-card luna-card--primary luna-card--border\">\n  <div class=\"luna-card__block\" style=\"padding:0.7em\">\n<span style=\"font-size:0.9em; font-weight: 800; font-style: italic; text-transform: uppercase;\">Dive deeper: <\/span><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/choosing-the-right-business-structure\" style=\"text-decoration:underline; font-size:0.9em;\">How to choose the right business structure for your company<\/a>\n<\/div>\n<\/article><h3>Set up business banking for your photography business<\/h3><p>If you\u2019ve registered your photography business as a corporation or partnership, you\u2019re legally required to open a business bank account. But, even if you\u2019re a sole proprietor, separating your personal and business finances can help keep your bookkeeping clean, make tax time easier and give you a clearer picture of your business\u2019s financial health.<\/p><p>When it comes to business banking, you have two options.<\/p><p>Traditional banks like RBC or Scotiabank offer in-person services, a wide network of ATMs and access to advisors, but they often come with monthly fees.<\/p><p>On the other hand, fintechs like Wise or Wave provide online business accounts that have low or no fees, with digital tools for invoicing, payments and expense tracking \u2014 great for small, mobile businesses like photography.<\/p><h4>Compare business account options in Canada<\/h4><p>You can open a business bank account online, over the phone or in person, depending on the provider, but you\u2019ll need documents like your business registration, business number and possibly proof of insurance.<\/p><p>Here are some of the best business account options to consider.<\/p><div class=\"content tableWithFilters\n        \n        \n         -table-container\" id=\"comparison-table\" data-section=\"table\">\n    <div class=\"tableWithFilters__tableTop\">\n            <\/div>\n            <div class=\"contentWrapper tableWithFilters__contentWrapper \">\n        <div class=\"tableWithFilters__table content\">\n        <script type=\"text\/javascript\">\nconst fsniche = \"cafsa-bus\";\nconst getEventToListenTo = () => {\n  if (window.matchMedia('(any-hover:none)').matches) {\n    if (window.matchMedia('(max-width: 450px)').matches) {\n      return \"scroll\";\n    }\n  }\n  return \"DOMContentLoaded\";\n};\nconst eventToWatch = getEventToListenTo();\n\nconst waitForLoadOnTheFly = (callback, maxAttempts = 50) => {\n  let attempts = 0;\n  \n  const checkAndExecute = () => {\n    attempts++;\n    \n    if (window.loadOnTheFly && window.loadOnTheFly.html) {\n      callback();\n    } else if (attempts < maxAttempts) {\n      \/\/ Retry after 100ms, up to maxAttempts times\n      setTimeout(checkAndExecute, 100);\n    } else {\n      console.error('loadOnTheFly.html not available after maximum attempts');\n    }\n  };\n  \n  checkAndExecute();\n};\n\nconst loadFinderScoreModal = () => {\n  setTimeout(function(){\n    var partialId = \"\" || 'finder-score-' + fsniche + '-modal-optimized';\n\n    waitForLoadOnTheFly(() => {\n      window.loadOnTheFly.html(\n        'partial', {\n          id: partialId,\n        },\n        function (response) {\n          document.getElementsByTagName(\"body\")[0].appendChild(response);\n          var modal = document.getElementById('finderScoreModal-' + fsniche);\n          var closeButton = modal.querySelector(\"#closeButton\");\n          closeButton.onclick = function (event) {\n            modal.classList.add(\"elementHidden\");\n          };\n          var btnReadMethodology = modal.querySelector(\"#btnReadMethodology\");\n          btnReadMethodology.addEventListener(\"click\", function(e) {\n            modal.classList.add(\"elementHidden\");\n          });\n          window.onclick = function (event) {\n            if (event.target == modal) {\n              modal.classList.add(\"elementHidden\");\n            }\n          };\n        }\n      );\n    });\n  }, 1000);\n  \n  window.removeEventListener(eventToWatch, loadFinderScoreModal);\n};\n\nwindow.addEventListener(eventToWatch, loadFinderScoreModal);\n\nconst showFinderScoreModal = (niche) => {\n  var existCondition = setInterval(function() {\n    const modalLoaded = document.getElementById('finderScoreModal-' + niche);\n    if (modalLoaded) {\n      clearInterval(existCondition);\n      modalLoaded.classList.remove('elementHidden');\n    }\n  }, 500); \/\/ check every 0.5s\n}\n<\/script><script type=\"text\/javascript\">\nwindow.rewardsConfigs = window.rewardsConfigs || {};\n    window.rewardsConfigs[\"airwallex|business|august-2026~cafsa\"] = {\"startDate\":\"2026-08-04T08:00:00.000Z\",\"endDate\":\"2026-09-04T21:59:59.000Z\",\"showVisaLogo\":true,\"minimalUx\":true,\"countryCode\":\"CA\",\"isAlwaysOn\":false,\"isTieredReward\":false,\"validationDaysAfterEntry\":null,\"fulfillmentDaysAfterEntry\":null,\"bannerConfig\":{\"badgeText\":\"FINDER REWARDS EXCLUSIVE\",\"title\":\"Get $400 from Finder\",\"titleHighlight\":\"$400\",\"copyText\":\"Open an <b>Airwallex Business Account<\\\/b> online through Finder and make a qualified first transaction (any account-level transaction except the monthly fee occurrence) and receive a <b>$400 digital Visa card<\\\/b>. Offer ends September 4, 2026. Plus, earn up to 1% cashback on eligible local and international transactions with your Airwallex Corporate Card.\",\"termsText\":\"Separate T&Cs apply.\",\"ctaText\":\"GET DEAL\",\"nicheText\":\"\",\"mode\":\"modal\",\"metaData\":{\"productId\":\"6f4b7efc-42b4-46b9-997e-867e25204496\"},\"logoUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/svg-image\\\/rewards-logo-airwallex\",\"nicheCode\":\"CAFSA-BUS\",\"value\":\"400\",\"faqUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/airwallex-business-account-promotion-august-september-2026\",\"validationDate\":\"2026-10-05T23:59:59.000Z\",\"fulfillmentDate\":\"2026-11-05T23:59:59.000Z\",\"termsAndConditionsUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/finder-rewards\\\/finder-airwallex-business-account-reward-promotion-terms-and-conditions-july-august-2026\",\"isAlwaysOn\":false,\"validationDaysAfterEntry\":null,\"fulfillmentDaysAfterEntry\":null,\"referAFriendValue\":\"25\",\"partnerRewardValue\":null},\"modalConfig\":{\"requireName\":true,\"title\":\"Get $400 from Finder\",\"subtitleText\":\"Your Visa card will be delivered here. Your details must match your new Airwallex account\",\"items\":[{\"icon\":\"user\",\"text\":\"Create a Finder account for free in under 1 minute\"},{\"icon\":\"shopping-bag\",\"text\":\"Open an <b>Airwallex Business Account<\\\/b> online through Finder with your business email & make a qualified first transaction\"},{\"icon\":\"confetti\",\"text\":\"Receive your $400 digital Visa card from Finder on or before November 5, 2026\"}],\"heading\":\"Get $400 from Finder\",\"membersHeading\":\"Get $400 from Finder\",\"text\":\"<b>How it works<\\\/b>\\n* Create a Finder account for free instantly\\n* You must use your business email for your Finder and Airwallex accounts\\n* Open an <b>Airwallex Business Account<\\\/b> online through Finder & make a qualified first transaction\\n* Receive your $400 digital Visa card from Finder on or before November 5, 2026\",\"membersText\":\"<b>How it works<\\\/b>\\n* Open an <b>Airwallex Business Account<\\\/b> online through Finder\\n* <b>Use your business email for Finder & Airwallex.<\\\/b> Logged in with a personal email? Log out and sign up again with your business email\\n* Make a qualified first transaction\\n* Receive your $400 digital Visa card from Finder on or before November 5, 2026\",\"emailCaption\":\"Your Visa card will be delivered here. Your details must match your new Airwallex account\",\"badgeText\":\"<reward_value> REWARD\",\"tieredValuePrefix\":\"Up to \",\"firstNameLabel\":\"First name\",\"lastNameLabel\":\"Last name\",\"emailLabel\":\"Email address\",\"emailPlaceholder\":\"email@example.com\",\"firstNameErrorText\":\"Invalid first name\",\"lastNameErrorText\":\"Invalid last name\",\"emailErrorText\":\"Invalid email address\",\"paymentTimelineText\":\"Payment within <fulfillment_days> days from validation.\",\"legalText\":\"By submitting your details you agree to our <terms_of_service_link> and <privacy_policy_link>.\",\"softAccountLegalText\":\"By entering your email address, you agree to create a Finder account subject to our <terms_of_service_link> and <privacy_policy_link>.\",\"termsOfServiceLinkText\":\"terms of service\",\"privacyPolicyLinkText\":\"privacy policy\",\"continueText\":\"GET $400 REWARD\",\"abortText\":\"SKIP REWARD, CONTINUE TO AIRWALLEX\",\"copyText\":\"Ends on September 4, 2026\",\"termsText\":\"T&Cs apply\",\"logoUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/svg-image\\\/rewards-logo-airwallex\",\"nicheCode\":\"CAFSA-BUS\",\"value\":\"400\",\"faqUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/airwallex-business-account-promotion-august-september-2026\",\"validationDate\":\"2026-10-05T23:59:59.000Z\",\"fulfillmentDate\":\"2026-11-05T23:59:59.000Z\",\"termsAndConditionsUrl\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/finder-rewards\\\/finder-airwallex-business-account-reward-promotion-terms-and-conditions-july-august-2026\",\"isAlwaysOn\":false,\"validationDaysAfterEntry\":null,\"fulfillmentDaysAfterEntry\":null,\"referAFriendValue\":\"25\",\"partnerRewardValue\":null}};\n<\/script><div class=\"js-comparison-calculator comparison-calculator comparison-calculator--paginationNav f1   \" data-category=\"88f301a3-74cd-4af3-a79a-564cb5d7770e\" data-template=\"comparison\" data-niche=\"CAFSA-BUS\" data-site=\"CAFSA-BUS\" data-auto-recalculate=\"true\" data-post-country=\"ca\" data-fieldset=\"business-banking\" data-compare-fieldset=\"compareInfobox\" data-post-id=\"885920\" data-mobile-template=\"\" data-origin=\"straightforward-niche\" data-side-filters=\"false\" data-sort=\"\" data-enable-top-filters=\"false\" data-mobile-data-layout=\"grid\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"CAFSA-BUS\",\"fieldset\":\"business-banking\",\"template\":\"comparison\",\"category_id\":\"88f301a3-74cd-4af3-a79a-564cb5d7770e\",\"category_name\":\"All Business Banking\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1786385081}' data-disable-alternative-products=\"true\" data-post-redirect-alternative-products-enabled=\"false\" data-force-enable-alternative-products=\"false\" data-niche-default-category=\"\" data-niche-default-path=\"\" data-experiment-flags=\"\"><section class=\"comparison-calculator--container\"><div class=\"comparison-actions\"><div class=\"mobileSort__root\"><\/div><div class=\"u-grid u-grid--gutterCollapse templateTable__dateAndCounterContainer\"><div class=\"u-grid__col \"><small class=\"templateTable__counterContainer\"><span id=\"js-current_product_count-88f301a3-74cd-4af3-a79a-564cb5d7770e\">7 of 7 results<\/span><\/small><\/div><\/div><\/div><form action=\"\" name=\"compareForm\" method=\"post\" class=\"js-compare-bar\" data-compareinfobox=\"\" data-compare-fieldset=\"compareInfobox\" data-niche=\"CAFSA-BUS\" data-site=\"CAFSA-BUS\" data-table-id=\"3220\" data-origin=\"straightforward-niche\" data-record-type=\"product\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"CAFSA-BUS\",\"fieldset\":\"business-banking\",\"template\":\"comparison\",\"category_id\":\"88f301a3-74cd-4af3-a79a-564cb5d7770e\",\"category_name\":\"All Business Banking\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1786385081}'><div class=\"comparisonHistory__root\"><\/div><table class=\"comparison-table f1-clarity-header has-sidepeek js-paginated-table-sorter paginated-table-sorter    has-combined-column-header  combined-column-header-grid js-calculator-table rewards--container loyalty-rewards--container\" id=\"comparison-table-0000000000\" data-has-sidepeek=\"true\" data-rendered-as=\"table\" data-loadmore=\"true\" data-loadmore-version=\"1\" data-loadmore-id=\"1009\" data-niche=\"cafsa-bus\" data-sorted=\"false\" data-sorting=\"\" data-pagination-nav=\"20\" data-pagination-nav-offset=\"0\" data-pagination-nav-next-offset=\"\" data-pagination-nav-prev-offset=\"0\" data-product-count=\"7\" data-manual-sponsored-count=\"\" data-include-inactive=\"false\" data-table-filter-presets=\"c1517a7ab708d82365711e1f6bd0aeaf7fb67842237a35518d0cf3519b3fe5e5\" data-table-record-type=\"product\" data-table-record-ids='[\"6f4b7efc-42b4-46b9-997e-867e25204496\",\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\",\"1687ee58-d261-446b-97c3-825f70d60e4e\",\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\",\"57c17c32-dac3-4a6d-8203-9fc43624c662\",\"c348ddde-86be-4227-9da0-22148d3f67fe\",\"58909cfa-e0c4-467c-8aea-4606bd8db7cb\"]' data-total-data=\"7\" data-enable-top-filters=\"false\" data-gte-enabled-variants=\"table_share_pill_1\" data-total-product-count=\"7\" data-sponsored-placements=\"3\" data-sponsored-field-code=\"DERIVED.AD_RANK\" data-sponsored-max-per-provider=\"1\" data-rewards-campaign-names=\"airwallex|business|august-2026~cafsa\" data-rewards-component=\"template-products\" data-override-table-position-configuration=\"false\"><thead class=\"u-bg--background-secondary u-color--foreground-main\"><tr class=\"grid-column-count-6\"><th data-mobile=\"hide\" data-ajax-table-sorter-column=\"CAFSA-BUS.PRODUCT.DATAPOINT_CAFSA_BUS_FINDER_SCORE\" class=\"comparison-table__feature default-sort-descending tablesorter-header tablesorter-headerUnSorted comparison-table__sortable th-combined-column-header\" data-field-targetable=\"\" data-sorter-title=\"finder_score\" data-ajax-table-sorter-default-direction=\"DESCENDING\"><span class=\"comparison-table__nameTooltip\" rel=\"popover\" data-tooltip-type=\"Finder Score\" data-content=\"The Finder Score is designed to make it easier to compare accounts.\">\n                    Finder Score\n                    <svg class=\"luna-icon\"><use xlink:href=\"#info\"><\/use><\/svg><\/span><svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.FEES.FEE_AMOUNT\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"monthly_account_fee\">\n                                                        Monthly Account Fee\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DETAILS.MULTICURRENCY_ACCOUNTS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"multi_currency_accounts\">\n                                                        Multi Currency Accounts\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DETAILS.CURRENCY_CONVERSION_FEE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"fx_fee\">\n                                                        FX Fee\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DETAILS.CORPORATE_CREDIT_CARD\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"corporate_credit_card\">\n                                                        Corporate Credit Card\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DETAILS.ACCOUNTING_SOFTWARE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"accounting_integration\">\n                                                        Accounting Integration\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><\/tr><\/thead><tbody><style>\n\t.rewards-infobox .deals-banner { display:flex; flex-direction: row; border-radius: 16px; border:1px solid #000; overflow: hidden; }\n\t.rewards-infobox .deals-left { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); display:flex; flex-direction: column; align-items:center; justify-content:space-between; position: relative; width: 110px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-left { width: 110px; } }\n\t.rewards-infobox .deals-right { background:#1a50ff; color:#fff; padding: 8px; display:flex; flex-direction: column; gap:2px; justify-content:center; flex: 1; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-right { padding: 8px; } }\n\t.rewards-infobox .deals-phone { position: absolute; top: 8px; left: 12px; }\n\t.rewards-infobox .deals-ends { color:#000; font-weight:800; font-size:12px; line-height:12px; padding:6px 10px; font-style: italic; border-radius: 9999px; display:inline-flex; align-items:center; text-transform: uppercase; display: none; }\n\t.rewards-infobox .deals-ends-text { padding-top: 2px; }\n\t.rewards-infobox .deals-header { display:flex; align-items:center; flex-wrap: nowrap; gap:4px; cursor:pointer; }\n\t.rewards-infobox .deals-amount { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); color:#232320; font-size:32px; line-height:28px; letter-spacing: -0.75px; text-transform: uppercase; padding: 2px 4px 0 2px; border-radius: 4px; font-style: italic; font-weight: bold; font-size: 30px; }\n\t.rewards-infobox .deals-title { color: white; text-transform: uppercase; font-style:italic; font-weight:bold; font-size:16px; flex: 1; }\n\t.rewards-infobox .deals-list { display:flex; flex-direction: column; flex-wrap: wrap; gap:2px; margin: 4px 0 2px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-list { flex-direction: row; row-gap: 4px; column-gap: 20px; } }\n\t.rewards-infobox .deals-step { display:flex; align-items: baseline; gap:4px; }\n\t.rewards-infobox .deals-step-num { background:#FFD23B; color:#000; display:inline-flex; align-items:center; justify-content:center; font-weight:bold; font-style: italic; border-radius:2px; font-size:12px; margin-top:2px; line-height: 12px; padding-top: 2px; min-width: 11px; }\n\t.rewards-infobox .deals-step-text { color:#fff; font-size:12px; line-height:16px; font-weight: bold; }\n\t.rewards-infobox .deals-disclaimer { color:#E8EEFF; font-size:12px; margin-top: 4px; width: fit-content; }\n\t.rewards-infobox .deals-disclaimer a { color:#BFD0FF; text-decoration: underline; font-size: 12px; }\n\t.rewards-infobox .rewards-end-date { font-size: 12px; }\n\t\n\t\t.rewards-infobox .deals-countdown {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-top: 8px;\n\t\tflex-wrap: wrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__label {\n\t\tcolor: #fff;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\tpadding-right: 6px;\n\t\twhite-space: nowrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__timer {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tgap: 4px;\n\t}\n\n\t.rewards-infobox .deals-countdown__unit {\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t}\n\n\t.rewards-infobox .deals-countdown__value {\n\t\tbackground: #FFD238;\n\t\tcolor: #000;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\ttext-align: center;\n\t\tfont-style: italic;\n\t\tmin-width: 24px;\n\t\tmin-height: 14px;\n\t\tline-height: 100%;\n\t\tletter-spacing: -0.025em;\n\t\tfont-feature-settings: 'tnum' on, 'lnum' on;\n\t\tpadding: 2px;\n\t}\n\n\t.rewards-infobox .deals-countdown__separator {\n\t\tcolor: #fff;\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\n\t@media (max-width: 600px) {\n\t\t.rewards-infobox .deals-countdown__value {\n\t\t\tpadding: 2px;\n\t\t}\n\t}\n\n\t\ttd.comparison-table__feature--longtext div.comparison-table__cellWrapper { width: 100%; }\n\n\t\t@media (max-width: 600px) {\n\t\t.reward-col-order-3 { grid-row: 3 !important; }\n\t\t.reward-col-order-4 { grid-row: 4 !important; }\n\t\t.reward-col-order-5 { grid-row: 5 !important; }\n\t\t.reward-col-order-6 { grid-row: 6 !important; }\n\t\t.reward-col-order-7 { grid-row: 7 !important; }\n\t\t.reward-col-order-8 { grid-row: 8 !important; }\n\t\t.reward-col-order-neg-3 { grid-row: -3 !important; }\n\t\t.reward-col-order-neg-4 { grid-row: -4 !important; }\n\t\t.reward-col-order-neg-5 { grid-row: -5 !important; }\n\t\t.reward-col-order-neg-6 { grid-row: -6 !important; }\n\t\t.reward-col-order-neg-7 { grid-row: -7 !important; }\n\t\t.reward-col-order-neg-8 { grid-row: -8 !important; }\n\t}\n<\/style><style>\n  \/* Gold gradient on minimal UX reward rows (desktop only) *\/\n  @media (min-width: 601px) {\n    tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] {\n      background: linear-gradient(45deg, rgba(255, 210, 59, 0) 76%, rgba(255, 210, 59, 0.5) 100%), #fff;\n      background-repeat: no-repeat;\n      background-size: 50% 50%;\n      background-position: top right;\n    }\n  }\n\n  tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] > td.comparison-table__cta {\n    gap: 4px;\n    margin-top: 0 !important;\n  }\n\n  \/* Pill wrapper centered in CTA cell (td is display:grid with 3 columns) *\/\n  .rewards-pill-wrapper {\n    z-index: 3;\n    align-self: flex-end;\n    justify-self: flex-end;\n    margin-bottom: 12px;\n\n    @media (max-width: 600px) {\n      grid-column: 1 \/ -1;\n      text-align: center;\n      justify-self: center;\n    }\n  }\n\n  \/* &#9472;&#9472; Base pill styles (original compact design) &#9472;&#9472; *\/\n  .rewards-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    border: 1px solid #E6B40F;\n    border-radius: 4px 20px 20px 20px;\n    padding: 0px 8px 0px 2px;\n    cursor: pointer;\n    position: relative;\n    overflow: visible;\n    transition: filter 0.15s ease;\n    height: 24px;\n    box-sizing: border-box;\n\n    @media (max-width: 600px) {\n      box-shadow: 0 0 24px 0 rgba(255, 210, 59, 0.75);\n    }\n  }\n\n  .rewards-pill__shimmer {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100%;\n    height: 100%;\n    border-radius: 4px 20px 20px 20px;\n    overflow: hidden;\n    pointer-events: none;\n  }\n\n  .rewards-pill__shimmer::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      rgba(255, 255, 255, 0.5) 50%,\n      transparent 100%\n    );\n    animation: rewards-pill-shimmer 4s infinite;\n  }\n\n  .rewards-pill__icon {\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    flex-shrink: 0;\n    position: relative;\n  }\n\n  .rewards-pill__icon-svg {\n    width: 44px;\n    height: 27.75px;\n    overflow: visible;\n  }\n\n  .rewards-pill__star {\n    position: absolute;\n    z-index: 4;\n    opacity: 0;\n    pointer-events: none;\n    width: 22px;\n    height: 22px;\n    top: 55%;\n    left: 3%;\n    margin-top: -19px;\n    margin-left: -6px;\n    animation: rewards-pill-star-rotate 4s infinite;\n  }\n\n  .rewards-pill__text {\n    font-size: 16px;\n    font-style: italic;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0px;\n    color: #092673;\n    z-index: 1;\n    line-height: 24px;\n    white-space: nowrap;\n  }\n\n  \/* &#9472;&#9472; New design overrides (data-show-tc=\"true\") &#9472;&#9472; *\/\n  .rewards-pill[data-show-tc=\"true\"] {\n    padding: 0px 10px 0px 4px;\n    border-radius: 4px 32px 32px 32px;\n    height: 38px;\n    align-items: center;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n    border-radius: 4px 32px 32px 32px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--large {\n    width: 68px;\n    height: 48px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n    top: 0;\n    left: 0;\n    margin-top: 0;\n    margin-left: 0;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-style: italic;\n    font-size: 16px;\n    line-height: 18px;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #092673;\n    white-space: nowrap;\n    text-transform: none;\n  }\n\n  .rewards-pill__content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    z-index: 1;\n    height: 100%;\n    padding: 2px 0;\n    box-sizing: border-box;\n  }\n\n  .rewards-pill__tc {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 400;\n    font-style: normal;\n    font-size: 10px;\n    line-height: 130%;\n    letter-spacing: 0;\n    text-align: left;\n    font-variant-numeric: lining-nums tabular-nums;\n    text-decoration: underline;\n    text-decoration-style: solid;\n    color: #092673;\n    white-space: nowrap;\n  }\n\n  .rewards-pill__tc:hover {\n    opacity: 0.8;\n  }\n\n  \/* &#9472;&#9472; Responsive T&C: inline (inside pill) vs below (outside pill) &#9472;&#9472; *\/\n  .rewards-pill__tc--below {\n    display: none;\n  }\n\n  .rewards-pill__icon-svg--compact {\n    display: none;\n  }\n\n  @media (max-width: 960px) {\n    .rewards-pill__tc--inline {\n      display: none;\n    }\n\n    .rewards-pill__tc--below {\n      display: block;\n    }\n\n    \/* Swap to compact icon on mobile\/tablet *\/\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--large {\n      display: none;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg--compact {\n      display: block;\n    }\n\n    \/* Revert pill to compact size when T&C moves outside *\/\n    .rewards-pill[data-show-tc=\"true\"] {\n      height: 24px;\n      padding: 0px 8px 0px 2px;\n      border-radius: 4px 20px 20px 20px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n      border-radius: 4px 20px 20px 20px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n      top: 55%;\n      left: 3%;\n      margin-top: -19px;\n      margin-left: -6px;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n      text-transform: uppercase;\n      font-size: 16px;\n      line-height: 24px;\n    }\n  }\n\n  @keyframes rewards-pill-shimmer {\n    0% {\n      transform: translateX(100%);\n    }\n    20% {\n      transform: translateX(-100%);\n    }\n    100% {\n      transform: translateX(-100%);\n    }\n  }\n\n  @keyframes rewards-pill-star-rotate {\n    0% {\n      opacity: 0;\n      transform: rotate(0deg) scale(0);\n    }\n    5% {\n      opacity: 1;\n      transform: rotate(45deg) scale(1);\n    }\n    15% {\n      opacity: 1;\n      transform: rotate(135deg) scale(1);\n    }\n    20% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n    100% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n  }\n\n  \/* Rewards Pill Countdown - wrapper layout for countdown + pill *\/\n  .rewards-pill-wrapper:has(.rewards-pill-countdown:not([hidden])) {\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      flex-direction: row;\n      gap: 10px;\n      margin-bottom: 6px;\n    }\n\n    @media (max-width: 600px) {\n      flex-direction: column;\n      gap: 12px;\n    }\n  }\n\n  .rewards-pill-countdown[hidden] {\n    display: none !important;\n  }\n\n  .rewards-pill-countdown {\n    font-family: 'Modern Era', Arial, sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    line-height: 100%;\n    letter-spacing: -0.025em;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #232320;\n    white-space: nowrap;\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      order: -1;\n    }\n\n    @media (max-width: 600px) {\n      justify-content: center;\n      margin-bottom: 8px;\n    }\n  }\n\n  .rewards-pill-countdown__timer {\n    display: inline;\n  }\n\n  .rewards-pill-countdown__sep {\n    margin: 0 1px;\n  }\n\n  \/* Partner card (stacked rewards design) *\/\n  .rewards-pill__partner--large {\n    display: flex;\n    align-items: center;\n    gap: 2px;\n  }\n\n  .rewards-pill__partner--compact {\n    display: none;\n    align-items: center;\n    gap: 2px;\n  }\n\n  .rewards-pill__plus {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-size: 14px;\n    color: #232320;\n    z-index: 1;\n    line-height: 1;\n  }\n\n  .rewards-pill__partner-svg {\n    width: 68px;\n    height: 48px;\n    filter: drop-shadow(0px 0px 6.2px rgba(0, 0, 0, 0.15));\n  }\n\n  @media (max-width: 960px) {\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__partner--large {\n      display: none;\n    }\n\n    .rewards-pill[data-show-tc=\"true\"] .rewards-pill__partner--compact {\n      display: flex;\n    }\n  }\n\n<\/style><script>\n(function () {\n  window.isRewardsPillScriptInitialized ??= false;\n  if (window.isRewardsPillScriptInitialized) return;\n  window.isRewardsPillScriptInitialized = true;\n\n  function getLinkParams(anchor) {\n    const redirectUrl = anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n    try {\n      const url = new URL(redirectUrl);\n      const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n      if (!rawParams) return;\n      const { offer_id, niche_code, site, product_name, product_id } = JSON.parse(\n        decodeURIComponent(rawParams)\n      );\n      return {\n        redirectUrl,\n        offerId: offer_id,\n        niche: niche_code || site,\n        productName: product_name,\n        productId: product_id,\n      };\n    } catch (e) {\n      return;\n    }\n  }\n\n  function resolvePillContext(pill) {\n    \/\/ Table pill: lives inside a tr[data-product-id]\n    const row = pill.closest(\"tr[data-product-id]\");\n    if (row) {\n      return {\n        container: row,\n        cta: row.querySelector(\".rewards--cta\"),\n      };\n    }\n    \/\/ Standalone pill: shortcode \/ non-table context\n    if (pill.hasAttribute(\"data-campaign-name\")) {\n      const container = pill.closest(\".rewards--container\");\n      return {\n        container: container ? container.querySelector(\".rewards--element-container\") : null,\n        cta: container\n          ? container.querySelector(\"a.rewards--cta:not([aria-hidden='true'])\")\n          : null,\n      };\n    }\n    return { container: null, cta: null };\n  }\n\n  document.addEventListener(\"click\", (event) => {\n    const pill = event.target.closest(\".rewards-pill\");\n    if (!pill) return;\n\n    const { container, cta } = resolvePillContext(pill);\n    if (!container || !cta) return;\n\n    const linkParams = getLinkParams(cta);\n    if (!linkParams) return;\n\n    const params = {\n      productId: linkParams.productId,\n      campaignName:\n        container.getAttribute(\"data-rewards-campaign-name\") ||\n        pill.getAttribute(\"data-campaign-name\") ||\n        \"\",\n      redirectUrl: linkParams.redirectUrl,\n      productName: linkParams.productName,\n      providerName: container.getAttribute(\"data-provider-name\") || \"\",\n      niche: linkParams.niche,\n      offerId: linkParams.offerId,\n      component: \"infobox\",\n      badgeHtml: pill.outerHTML,\n    };\n\n    if (window.rewards && typeof window.rewards.displayModal === \"function\") {\n      window.rewards.displayModal(params, false, cta);\n    }\n  });\n})();\n<\/script><style>\n    .comparison-table__product-offer.comparison-table__product-offer--stacked {\n    background-color: #fff9e5;\n    border-color: #ffd23b;\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    padding: 12px;\n  }\n\n    .comparison-table__feature--offer.comparison-table__feature--offer-stacked {\n    display: flex;\n    flex-direction: column;\n  }\n\n    @media (max-width: 600px) {\n    .comparison-table__feature--offer.comparison-table__feature--offer-stacked {\n      order: 99;\n    }\n\n    tr:has(.comparison-table__feature--offer-stacked) .rewards-pill-wrapper {\n      display: none;\n    }\n  }\n\n    .finder-reward-connector {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-sizing: border-box;\n    width: 28px;\n    height: 28px;\n    margin: -14px auto;\n    padding-top: 2px;\n    position: relative;\n    z-index: 2;\n    border-radius: 9999px;\n    border: 1px solid #e6b40f;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    color: #092673;\n    font-size: 22px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n    .finder-reward-box {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 12px;\n    width: 100%;\n    padding: 12px;\n        border-top-left-radius: 0;\n    border-top-right-radius: 0;\n    border-bottom-left-radius: 12px;\n    border-bottom-right-radius: 12px;\n    margin-top: -1px;\n    border: 1px solid #e6b40f;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n  }\n\n  .finder-reward-box__icon {\n    flex-shrink: 0;\n    display: inline-flex;\n  }\n\n  .finder-reward-box .finder-reward-box__card {\n    width: 52px;\n    height: auto;\n  }\n\n  .finder-reward-box__body {\n    color: #232320;\n    font-size: 14px;\n    line-height: 18px;\n  }\n\n  .finder-reward-box__title {\n    color: #092673;\n    font-weight: 800;\n    font-size: 16px;\n    line-height: 20px;\n  }\n\n    .finder-reward-box__tc {\n    color: #092673;\n    font-size: 14px;\n    line-height: 18px;\n    text-decoration: underline;\n    white-space: nowrap;\n  }\n<\/style><tr data-product-id=\"6f4b7efc-42b4-46b9-997e-867e25204496\" data-provider-id=\"9bf1fec9-edfc-4b1c-8f8b-21a69f634ce9\" data-product-name=\"Airwallex Business Account\" data-provider-name=\"Airwallex\" data-rewards-campaign-name=\"airwallex|business|august-2026~cafsa\" data-should-show-rewards=\"true\" data-minimal-ux=\"true\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow rewards--element-container\"><td class=\"comparison-table__name combined-column-header sponsored-row rewards-row f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/airwallex-global-account\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/66a934476d044.png\" alt=\"Airwallex logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/66a934476d044.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/66a934476d044.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/66a934476d044.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/66a934476d044.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/66a934476d044.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/airwallex-global-account\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Airwallex Business Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"0\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $0\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD, USD, GBP, EUR + 17 more\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD, USD, GBP, EUR + 17 more\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"0.5%-1%\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        0.5% - 1%\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"QuickBooks, Xero, Shopify, Amazon + more\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        QuickBooks, Xero, Shopify, Amazon + more\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--longtext comparison-table__feature--offer sorter-false \" data-sortvalue=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-offer js-calculator-table-value\" data-heading=\"Default Offer\"><svg class=\"luna-icon\" role=\"img\" aria-label=\"Special offer\"><use href=\"#gift\"><\/use><\/svg><span class=\"offer-content\">\n\t\t\t\tEarn up to 1% cashback on eligible local and international transactions with your Airwallex Corporate Card. T&amp;Cs apply.\n\t\t\t<\/span><\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Open and manage multiple global accounts with no monthly fees. Send and receive payments in 16 different currencies and avoid costly conversion and transaction fees. To be eligible, you'll need to have a registered Canadian corporation.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"rewards-pill-wrapper\"><div class=\"rewards-pill\" data-rewards-pill=\"true\"><span class=\"rewards-pill__shimmer\"><\/span><span class=\"rewards-pill__icon\"><svg class=\"rewards-pill__star\" width=\"22\" height=\"22\" viewbox=\"19 91 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M20 100L27.2233 99.4357L25.5279 92.3915L28.2967 99.087L34.4721 95.2977L28.96 100L34.4721 104.702L28.2967 100.913L25.5279 107.608L27.2233 100.564L20 100Z\" fill=\"white\"><\/path><\/svg><svg width=\"44\" height=\"31\" viewbox=\"0 0 44 31\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"rewards-pill__icon-svg\"><g clip-path=\"url(#pill_clip0_pill_compact_1443913470)\"><rect y=\"5.56738\" width=\"40\" height=\"25.2248\" rx=\"1.61564\" transform=\"rotate(-8 0 5.56738)\" fill=\"#2857FF\"><\/rect><path d=\"M20.897 2.22497C30.3741 0.893043 39.1368 7.49621 40.4687 16.9734C41.8007 26.4505 35.1975 35.2132 25.7203 36.5451C21.4981 37.1385 17.4196 36.1536 14.0749 34.0446C11.4411 36.9939 7.79204 39.0648 3.56982 39.6582C-5.90734 40.9901 -14.67 34.387 -16.002 24.9098L-18.4137 7.74972L20.897 2.22497ZM20.554 -0.215411L-21.1973 5.65234L-18.4426 25.2531C-18.2559 26.5813 -17.9353 27.8906 -17.4896 29.1448C-17.0548 30.3681 -16.4961 31.5532 -15.8289 32.6667C-15.1742 33.7597 -14.4085 34.7947 -13.5532 35.7431C-12.7065 36.6819 -11.7646 37.5443 -10.7538 38.3061C-9.74286 39.068 -8.65435 39.7355 -7.51849 40.2905C-6.37103 40.8513 -5.16513 41.3018 -3.93404 41.6301C-2.67972 41.9646 -1.38652 42.175 -0.0907461 42.2557C1.23767 42.3385 2.58468 42.2858 3.91287 42.0991C6.2699 41.7678 8.51796 41.0282 10.594 39.9012C12.0108 39.1321 13.3207 38.1975 14.506 37.112C15.9446 37.8288 17.4613 38.3661 19.0353 38.7149C21.3418 39.2262 23.7064 39.3173 26.0634 38.986C27.3916 38.7994 28.7009 38.4788 29.9551 38.0331C31.1784 37.5983 32.3635 37.0396 33.4771 36.3723C34.57 35.7177 35.605 34.952 36.5534 34.0966C37.4923 33.25 38.3546 32.308 39.1164 31.2973C39.8783 30.2863 40.5458 29.1978 41.1009 28.062C41.6617 26.9145 42.1122 25.7086 42.4404 24.4775C42.7749 23.2232 42.9853 21.93 43.066 20.6342C43.1488 19.3058 43.0961 17.9588 42.9094 16.6306C42.7227 15.3024 42.4022 13.9931 41.9564 12.7389C41.5216 11.5156 40.963 10.3305 40.2957 9.21694C39.6411 8.12399 38.8754 7.08902 38.02 6.14059C37.1734 5.20173 36.2314 4.33942 35.2207 3.57755C34.2097 2.81573 33.1212 2.14821 31.9853 1.59314C30.8379 1.03233 29.632 0.581832 28.4009 0.253555C27.1466 -0.0809291 25.8534 -0.291272 24.5576 -0.372047C23.2292 -0.454812 21.8822 -0.402075 20.554 -0.215411Z\" fill=\"#214BFE\"><\/path><path d=\"M23.8385 17.2401C23.8288 16.8914 24.1147 16.6064 24.4638 16.6136C26.9443 16.6665 28.8169 14.4863 28.151 11.9285C27.9473 11.1418 27.4999 10.6612 26.9835 10.1609C26.7311 9.91722 26.7365 9.5027 27.0062 9.27628C29.903 6.8322 33.3932 7.98203 35.6878 10.8105C38.5012 14.2784 39.3834 20.067 37.6804 24.204C35.2952 29.9916 29.6166 30.2045 26.1863 25.1902C24.5972 22.8649 23.9104 20.0357 23.8413 17.2422L23.8385 17.2401Z\" fill=\"#214BFE\"><\/path><path d=\"M1.36248 20.3983C1.35268 20.0496 1.63862 19.7646 1.98769 19.7718C4.46824 19.8247 6.34083 17.6446 5.67496 15.0867C5.47126 14.3 5.0238 13.8194 4.50739 13.3191C4.255 13.0754 4.26048 12.6609 4.53014 12.4345C7.42694 9.9904 10.9171 11.1402 13.2117 13.9687C16.0252 17.4366 16.9073 23.2252 15.2044 27.3622C12.8191 33.1498 7.14051 33.3627 3.71022 28.3484C2.12112 26.0231 1.43428 23.1939 1.36521 20.4004L1.36248 20.3983Z\" fill=\"#214BFE\"><\/path><text x=\"3\" y=\"28\" fill=\"white\" font-size=\"10\" font-weight=\"900\" font-style=\"italic\" font-family=\"'Modern Era', Arial, Helvetica, sans-serif\" transform=\"rotate(-8 0 5.56738)\">$400<\/text><path d=\"M38.2863 2.95925C38.6706 3.24889 38.9446 3.68537 39.0169 4.19967C39.1614 5.228 38.4446 6.17923 37.4163 6.32375L29.2061 7.47761C28.1778 7.62213 27.2266 6.90533 27.082 5.877L26.8654 4.3354C26.8405 4.15812 26.964 3.99445 27.1413 3.96953L36.8925 2.59909C37.4066 2.52685 37.9014 2.66993 38.286 2.95928L38.2863 2.95925Z\" fill=\"#092673\"><\/path><path d=\"M36.8106 5.82367C37.8472 5.67799 38.5698 4.7191 38.4241 3.68252C38.3512 3.16409 38.0752 2.72396 37.6876 2.43213C37.3 2.14056 36.8011 1.99622 36.2829 2.06904L26.4522 3.45065C26.2739 3.47571 26.1492 3.6406 26.1743 3.81943L26.3927 5.37341C26.5384 6.41 27.4973 7.13257 28.5339 6.98689L36.8106 5.82367Z\" fill=\"url(#pill_paint0_pill_compact_1443913470)\"><\/path><path d=\"M36.8106 5.82367C37.8472 5.67799 38.5698 4.7191 38.4241 3.68252C38.3512 3.16409 38.0752 2.72396 37.6876 2.43213C37.3 2.14056 36.8011 1.99622 36.2829 2.06904L26.4522 3.45065C26.2739 3.47571 26.1492 3.6406 26.1743 3.81943L26.3927 5.37341C26.5384 6.41 27.4973 7.13257 28.5339 6.98689L36.8106 5.82367Z\" stroke=\"#E6B40F\" stroke-width=\"0.171987\" stroke-miterlimit=\"10\"><\/path><path d=\"M27.2411 4.02184L27.976 3.91856C28.0843 3.90335 28.1813 3.91142 28.2672 3.9428C28.3548 3.97392 28.4252 4.02377 28.4783 4.09233C28.5329 4.15887 28.5667 4.2383 28.5796 4.3306C28.5981 4.46195 28.5787 4.59411 28.5213 4.72706C28.464 4.86002 28.3735 4.96324 28.2499 5.03672L28.6213 5.72847L28.1394 5.7962L27.8116 5.16349L27.6385 5.18781L27.6149 5.86992L27.1729 5.93204L27.2411 4.02184ZM27.9091 4.75609C27.9783 4.74636 28.0303 4.72366 28.0651 4.688C28.0997 4.65056 28.1213 4.61132 28.13 4.57027C28.1405 4.52898 28.1439 4.49501 28.1402 4.46839C28.1334 4.42046 28.1128 4.38353 28.0784 4.3576C28.044 4.33166 27.9931 4.32344 27.9256 4.33292L27.6674 4.36921L27.6535 4.79201L27.9091 4.75609ZM29.0871 5.1064L29.0886 5.11705C29.0986 5.17538 29.1298 5.22349 29.1822 5.26138C29.2344 5.29749 29.2986 5.31019 29.3749 5.29946C29.4459 5.28948 29.5022 5.26527 29.5439 5.22684C29.5873 5.18815 29.6172 5.14956 29.6335 5.11107L29.9889 5.16701C29.9377 5.30454 29.8628 5.41553 29.7642 5.49997C29.6657 5.58442 29.5365 5.63787 29.3768 5.66032C29.2667 5.67578 29.1623 5.66693 29.0635 5.63375C28.9662 5.59855 28.884 5.54132 28.8167 5.46208C28.7513 5.38259 28.7103 5.28426 28.6938 5.16711C28.6744 5.02866 28.69 4.88889 28.7408 4.74781C28.7915 4.60672 28.8732 4.48574 28.9857 4.38485C29.1 4.28371 29.2362 4.22204 29.3941 4.19984C29.5663 4.17564 29.7074 4.20739 29.8175 4.2951C29.9294 4.38256 29.9969 4.50882 30.0201 4.6739C30.0286 4.73425 30.0316 4.78813 30.0292 4.83553L30.0243 4.97469L29.0871 5.1064ZM29.6583 4.74647C29.6596 4.74267 29.6595 4.73544 29.658 4.72479C29.6512 4.67687 29.6269 4.63232 29.5849 4.59116C29.5447 4.54975 29.4829 4.53491 29.3994 4.54663C29.316 4.55836 29.249 4.5904 29.1985 4.64276C29.1479 4.69512 29.1148 4.75588 29.0992 4.82505L29.6583 4.74647ZM32.2115 3.8419L31.739 5.29032L31.297 5.35244L31.1276 4.59156L30.8976 5.40857L30.4556 5.47068L30.0814 4.14126L30.5154 4.08027L30.7044 4.92256L30.9601 4.01777L31.3381 3.96464L31.529 4.80123L31.7775 3.90289L32.2115 3.8419ZM32.9278 5.16125C32.8249 5.17572 32.7265 5.1651 32.6328 5.1294C32.5389 5.09192 32.4598 5.03154 32.3956 4.94824C32.3314 4.86495 32.2911 4.76473 32.2746 4.64757C32.2544 4.5038 32.2699 4.36314 32.3212 4.22561C32.374 4.08605 32.4552 3.96874 32.565 3.87368C32.6747 3.77861 32.8023 3.72085 32.9479 3.70039C33.0331 3.68842 33.1082 3.69505 33.1733 3.7203C33.2402 3.74529 33.2879 3.77569 33.3165 3.8115L33.3205 3.68603L33.7572 3.62466L33.7107 5.01321L33.3539 5.06335L33.3006 4.93509C33.203 5.06466 33.0787 5.14004 32.9278 5.16125ZM32.9949 4.74998C33.0624 4.7405 33.1201 4.71338 33.1681 4.66862C33.2179 4.62361 33.2536 4.56881 33.2753 4.50421C33.297 4.43962 33.3034 4.37537 33.2944 4.31147C33.2837 4.23515 33.252 4.17715 33.1994 4.13748C33.1485 4.09757 33.0876 4.0826 33.0166 4.09258C32.9562 4.10106 32.9001 4.12705 32.8483 4.17053C32.798 4.21199 32.7593 4.2645 32.732 4.32807C32.7065 4.39138 32.6987 4.45854 32.7087 4.52954C32.7194 4.60587 32.7513 4.66475 32.8041 4.70619C32.8586 4.74561 32.9221 4.7602 32.9949 4.74998ZM34.0258 3.58692L34.3825 3.53678L34.4393 3.66999C34.4698 3.61683 34.5111 3.56939 34.5632 3.52768C34.615 3.4842 34.6782 3.45722 34.7527 3.44674C34.8379 3.43476 34.9109 3.44532 34.9717 3.47842L34.8209 3.8933C34.7834 3.87141 34.7363 3.86446 34.6795 3.87245C34.6103 3.88218 34.5539 3.91272 34.5105 3.96408C34.467 4.01544 34.4436 4.08751 34.4404 4.18028L34.4132 4.91447L33.9766 4.97584L34.0258 3.58692ZM35.6529 4.77827C35.5499 4.79274 35.4516 4.78212 35.3579 4.74642C35.2639 4.70894 35.1848 4.64856 35.1206 4.56526C35.0564 4.48197 35.0161 4.38175 34.9996 4.2646C34.9794 4.12082 34.9949 3.98016 35.0462 3.84263C35.099 3.70307 35.1803 3.58576 35.29 3.4907C35.3997 3.39563 35.5273 3.33787 35.6729 3.31741C35.7581 3.30544 35.8333 3.31208 35.8983 3.33732C35.9652 3.36231 36.0129 3.39271 36.0415 3.42852L36.0673 2.7814L36.504 2.72004L36.4357 4.63023L36.079 4.68037L36.0256 4.55211C35.928 4.68168 35.8037 4.75706 35.6529 4.77827ZM35.72 4.367C35.7874 4.35752 35.8451 4.3304 35.8931 4.28564C35.9429 4.24063 35.9787 4.18583 36.0004 4.12124C36.0221 4.05664 36.0284 3.9924 36.0194 3.92849C36.0087 3.85217 35.977 3.79417 35.9244 3.75451C35.8735 3.71459 35.8126 3.69962 35.7416 3.7096C35.6812 3.71808 35.6252 3.74407 35.5734 3.78755C35.5231 3.82901 35.4843 3.88152 35.457 3.94509C35.4315 4.00841 35.4238 4.07556 35.4337 4.14657C35.4445 4.22289 35.4763 4.28178 35.5292 4.32322C35.5836 4.36263 35.6472 4.37723 35.72 4.367ZM37.2473 4.55419C37.0946 4.57564 36.9653 4.55671 36.8592 4.49741C36.7529 4.43633 36.6872 4.34872 36.6621 4.23459L37.0187 4.06771C37.0308 4.12757 37.0558 4.17021 37.0937 4.19565C37.1317 4.22108 37.1782 4.22993 37.2332 4.2222C37.29 4.21422 37.333 4.19822 37.3622 4.1742C37.3914 4.15019 37.4072 4.12082 37.4096 4.08609C37.4107 4.05517 37.3942 4.03485 37.3603 4.02514C37.3279 4.01341 37.2825 4.00621 37.2242 4.00354C37.0769 3.9989 36.9573 3.97226 36.8654 3.92363C36.7733 3.87323 36.7197 3.79478 36.7047 3.68828C36.6905 3.5871 36.7047 3.49461 36.7472 3.4108C36.7897 3.32698 36.8543 3.25818 36.9408 3.20438C37.0289 3.14856 37.1315 3.11242 37.2487 3.09595C37.3818 3.07724 37.4966 3.0955 37.5931 3.15073C37.6913 3.20571 37.7532 3.29203 37.7788 3.40972L37.4359 3.55837C37.4208 3.51524 37.4007 3.48186 37.3756 3.45823C37.3506 3.4346 37.3123 3.4264 37.2609 3.43364C37.2165 3.43987 37.1794 3.45322 37.1497 3.47369C37.1216 3.49213 37.1059 3.51605 37.1028 3.54545C37.103 3.57257 37.1175 3.59225 37.1464 3.60449C37.1753 3.61672 37.2289 3.62457 37.3072 3.62805C37.6134 3.64294 37.7804 3.74978 37.8084 3.94859C37.8214 4.04089 37.8095 4.13035 37.7728 4.21696C37.7376 4.30155 37.6755 4.37454 37.5864 4.43594C37.497 4.49556 37.384 4.53498 37.2473 4.55419Z\" fill=\"#092673\"><\/path><path d=\"M9.36636 5.63725L11.391 5.3527C11.4834 5.33972 11.5653 5.41295 11.5628 5.50618L11.5462 6.10297C11.5442 6.17641 11.4894 6.23779 11.4163 6.24806L10.2832 6.4073C10.2115 6.41739 10.157 6.47715 10.1535 6.54974L10.133 6.99918C10.1286 7.09348 10.211 7.16848 10.3047 7.15531L11.3224 7.01228C11.4151 6.99926 11.4973 7.07297 11.4941 7.16656L11.4765 7.70822C11.4742 7.78144 11.4194 7.84257 11.3469 7.85276L10.2225 8.01077C10.1503 8.02092 10.0956 8.0815 10.0928 8.15453L10.0477 9.35818C10.0451 9.43118 9.99044 9.49175 9.91792 9.50194L9.2777 9.59192C9.1848 9.60498 9.10257 9.53101 9.10595 9.43712L9.23664 5.78153C9.23927 5.70853 9.29388 5.6477 9.36639 5.63751L9.36636 5.63725Z\" fill=\"white\"><\/path><path d=\"M12.1153 6.32645L12.657 6.25033C12.7685 6.23466 12.867 6.32344 12.863 6.43583L12.7742 8.94927C12.771 9.03708 12.7055 9.10998 12.6185 9.1222L12.0769 9.19832C11.9654 9.21399 11.8669 9.12521 11.8708 9.01282L11.9596 6.49938C11.9628 6.41157 12.0284 6.33867 12.1153 6.32645ZM12.1226 5.89913C12.0258 5.82457 11.9689 5.72653 11.9518 5.60499C11.9332 5.47235 11.9675 5.34938 12.0547 5.23581C12.1419 5.12224 12.2518 5.05601 12.3844 5.03737C12.5096 5.01978 12.6205 5.04918 12.7179 5.12576C12.8149 5.20212 12.872 5.3012 12.8891 5.42274C12.9062 5.54428 12.8721 5.66353 12.7873 5.78046C12.7024 5.89764 12.5935 5.96531 12.4611 5.98392C12.3287 6.00252 12.2194 5.97368 12.1226 5.89913Z\" fill=\"white\"><\/path><path d=\"M13.4075 6.14444L13.9598 6.06682C14.0134 6.05928 14.0652 6.09017 14.0841 6.14092C14.1137 6.22019 14.2148 6.24124 14.2746 6.18152C14.4589 5.9972 14.6738 5.8878 14.9189 5.85334C15.2134 5.81196 15.4446 5.85472 15.6127 5.9811C15.7805 6.10778 15.8861 6.32371 15.929 6.62924C15.9471 6.75827 15.9539 6.91284 15.9493 7.09374L15.8971 8.56471C15.8952 8.62075 15.8533 8.66717 15.7978 8.67496L15.1241 8.76966C15.0531 8.77963 14.9902 8.72321 14.9927 8.65128L15.0397 7.27211C15.0404 7.197 15.0368 7.13173 15.029 7.07651C14.9943 6.82981 14.8611 6.72275 14.6291 6.75535C14.3347 6.79673 14.1823 7.00788 14.1718 7.38829L14.1191 8.81432C14.1169 8.87015 14.0753 8.91653 14.0198 8.92432L13.3463 9.01898C13.2751 9.02899 13.2124 8.97228 13.2149 8.90061L13.3085 6.2544C13.3104 6.19835 13.3523 6.15194 13.4078 6.14414L13.4075 6.14444Z\" fill=\"white\"><\/path><path d=\"M17.0041 8.42965C16.8095 8.35384 16.6457 8.2295 16.5125 8.05665C16.3792 7.8838 16.2956 7.6761 16.2614 7.43301C16.2195 7.13471 16.2526 6.84217 16.3603 6.55467C16.4681 6.26743 16.6359 6.02518 16.8637 5.8279C17.0912 5.63067 17.356 5.51084 17.6579 5.46841C17.8346 5.44356 17.9913 5.45733 18.1284 5.50939C18.174 5.52692 18.2155 5.54555 18.2525 5.56535C18.3319 5.60788 18.4282 5.55488 18.4319 5.46515L18.4721 4.45744C18.4744 4.39921 18.5179 4.351 18.5757 4.34287L19.2394 4.2496C19.3137 4.23915 19.3792 4.29838 19.3765 4.37322L19.2437 8.09042C19.2417 8.14886 19.1979 8.19737 19.1401 8.20549L18.5926 8.28245C18.5381 8.2901 18.4855 8.26013 18.4647 8.20938C18.4313 8.12933 18.3279 8.11045 18.2668 8.17193C18.0861 8.35416 17.8692 8.46279 17.6166 8.49829C17.403 8.52832 17.199 8.50542 17.0043 8.42935L17.0041 8.42965ZM18.1174 7.47637C18.2188 7.38318 18.2921 7.26973 18.3369 7.13579C18.3818 7.00186 18.3952 6.86867 18.3765 6.73603C18.3543 6.57785 18.2895 6.45749 18.1821 6.37469C18.0747 6.29216 17.9475 6.26136 17.8001 6.28206C17.675 6.29965 17.5595 6.35246 17.4535 6.44052C17.3477 6.52854 17.2674 6.63851 17.2127 6.76987C17.158 6.9015 17.141 7.04098 17.1617 7.18807C17.184 7.34652 17.2507 7.4674 17.3619 7.55123C17.4732 7.63506 17.6042 7.66639 17.7551 7.64518C17.895 7.62552 18.0157 7.56908 18.1171 7.47614L18.1174 7.47637Z\" fill=\"white\"><\/path><path d=\"M20.4235 6.87093L20.4266 6.89312C20.4473 7.01415 20.5119 7.11295 20.6203 7.18956C20.7288 7.26642 20.862 7.29348 21.0205 7.27121C21.1676 7.25054 21.2855 7.20028 21.3737 7.12025C21.4423 7.05798 21.4944 6.99593 21.5301 6.9338C21.5481 6.90259 21.5824 6.88461 21.6179 6.89015L22.2003 6.98172C22.2487 6.98939 22.2775 7.0406 22.2583 7.08567C22.154 7.33006 22.0106 7.53047 21.8278 7.68694C21.6235 7.86196 21.3557 7.97302 21.0243 8.01958C20.796 8.05168 20.5803 8.03225 20.377 7.96136C20.1736 7.89047 20.0031 7.77286 19.8655 7.608C19.7279 7.4434 19.6419 7.2397 19.6077 6.99662C19.5674 6.70941 19.5998 6.4196 19.7052 6.1269C19.8104 5.83423 19.9809 5.58318 20.2159 5.37384C20.4512 5.16446 20.7325 5.03652 21.0602 4.99046C21.4173 4.94027 21.7108 5.00612 21.941 5.1877C22.171 5.36932 22.3102 5.63133 22.3583 5.97376C22.3759 6.09891 22.3822 6.21066 22.3773 6.30898L22.3713 6.48165C22.3689 6.54883 22.3188 6.60455 22.2523 6.6139L20.4235 6.87093ZM21.4587 5.80179C21.3735 5.71613 21.2442 5.68562 21.0713 5.70992C20.8984 5.73422 20.7594 5.80086 20.6543 5.9093C20.5868 5.97932 20.5342 6.05644 20.4966 6.14093C20.4679 6.20576 20.5208 6.27727 20.591 6.2674L21.5148 6.13757C21.5708 6.1297 21.6068 6.07281 21.5889 6.019C21.5423 5.87977 21.4587 5.80179 21.4587 5.80179Z\" fill=\"white\"><\/path><path d=\"M22.8252 4.8209L23.3771 4.74333C23.43 4.73589 23.4815 4.76497 23.5023 4.81415C23.5365 4.8946 23.643 4.91094 23.7006 4.84496C23.7423 4.79726 23.7891 4.752 23.8413 4.70915C23.9488 4.62087 24.0801 4.56585 24.2349 4.5441C24.3616 4.52629 24.4754 4.53266 24.5762 4.56271C24.6402 4.58187 24.6733 4.65274 24.6505 4.71541L24.4173 5.35711C24.3968 5.41367 24.3373 5.44519 24.2788 5.43157C24.2211 5.4181 24.1559 5.41647 24.0831 5.4267C23.9397 5.44687 23.8226 5.51043 23.7325 5.61676C23.6422 5.72339 23.594 5.8728 23.5871 6.06508L23.5346 7.48898C23.5324 7.54613 23.4896 7.59372 23.4328 7.6017L22.7647 7.69559C22.6919 7.70582 22.6275 7.64778 22.63 7.57426L22.7236 4.93359C22.7256 4.87621 22.7686 4.82858 22.8254 4.82061L22.8252 4.8209Z\" fill=\"white\"><\/path><path d=\"M6.41567 10.0419C5.98602 10.1023 5.54792 10.0202 5.17029 9.81041C4.86486 10.1162 4.46662 10.3159 4.03696 10.3763C2.94773 10.5293 1.93705 9.76773 1.78397 8.6785L1.50635 6.70312L5.86069 6.09116C6.94992 5.93808 7.9606 6.69969 8.11368 7.78892C8.26677 8.87815 7.50516 9.88883 6.41593 10.0419L6.41567 10.0419Z\" fill=\"white\"><\/path><path d=\"M5.87924 6.22354C6.89699 6.0805 7.83792 6.78955 7.98096 7.8073C8.12399 8.82505 7.41495 9.76598 6.3972 9.90901C5.94381 9.97273 5.5058 9.86693 5.14663 9.64058C4.8638 9.95742 4.47189 10.1796 4.01849 10.2433C3.00074 10.3864 2.05981 9.67731 1.91678 8.65956L1.6578 6.81682L5.8795 6.2235M5.84196 5.95826L1.35498 6.58887L1.65124 8.69688C1.81462 9.8594 2.89326 10.672 4.05552 10.5086C4.48104 10.4488 4.87778 10.261 5.19315 9.9735C5.57555 10.1629 6.0087 10.2341 6.43422 10.1743C7.59674 10.0109 8.40932 8.93231 8.24598 7.77005C8.08263 6.60779 7.00396 5.79495 5.8417 5.9583L5.84196 5.95826Z\" fill=\"#232021\"><\/path><path d=\"M6.19491 7.83566C6.19386 7.79818 6.22455 7.76755 6.26203 7.76833C6.52835 7.77406 6.72936 7.53977 6.65782 7.26483C6.63594 7.18028 6.58789 7.12861 6.53244 7.07483C6.50534 7.04864 6.50592 7.00409 6.53487 6.97976C6.84584 6.71711 7.22057 6.84076 7.46697 7.1448C7.76909 7.51758 7.8639 8.13976 7.68114 8.58438C7.42515 9.20638 6.81548 9.22917 6.44711 8.69018C6.27646 8.44023 6.20267 8.13613 6.19521 7.83588L6.19491 7.83566Z\" fill=\"#232021\"><\/path><path d=\"M3.78134 8.17453C3.78028 8.13704 3.81098 8.10642 3.84845 8.1072C4.11477 8.11293 4.31578 7.87863 4.24425 7.6037C4.22237 7.51915 4.17432 7.46748 4.11887 7.4137C4.09177 7.38751 4.09235 7.34295 4.12129 7.31862C4.43226 7.05598 4.80699 7.17962 5.0534 7.48366C5.35552 7.85645 5.45033 8.47863 5.26756 8.92324C5.01157 9.54525 4.4019 9.56804 4.03353 9.02905C3.86288 8.77909 3.7891 8.475 3.78163 8.17475L3.78134 8.17453Z\" fill=\"#232021\"><\/path><path d=\"M39.3595 21.3505C40.1366 21.2413 40.8577 21.7847 40.9669 22.5618C41.0761 23.3389 40.5327 24.0599 39.7556 24.1691L39.7554 24.1692C39.4489 24.2122 39.1363 24.1537 38.8669 24.004C38.649 24.2221 38.3649 24.3646 38.0584 24.4077C37.2813 24.5169 36.5602 23.9735 36.451 23.1964L36.2529 21.7871L39.3595 21.3505ZM38.7838 22.344C38.608 22.1271 38.3407 22.0389 38.1188 22.2263C38.0982 22.2436 38.0978 22.2754 38.1171 22.2941C38.1567 22.3325 38.1909 22.3693 38.2065 22.4297C38.2576 22.6258 38.1142 22.793 37.9242 22.7889C37.8974 22.7883 37.8756 22.8102 37.8763 22.8369L37.8765 22.8371C37.8818 23.0513 37.9345 23.2682 38.0562 23.4466C38.319 23.8311 38.754 23.8148 38.9366 23.3711C39.067 23.0539 38.9994 22.61 38.7838 22.344ZM40.5056 22.1021C40.3298 21.8851 40.0624 21.7969 39.8406 21.9843C39.8199 22.0017 39.8195 22.0334 39.8388 22.0521C39.8784 22.0905 39.9127 22.1274 39.9283 22.1877C39.9793 22.3838 39.8359 22.551 39.6459 22.5469C39.6192 22.5463 39.5973 22.5682 39.598 22.5949L39.5982 22.5951C39.6036 22.8093 39.6562 23.0263 39.7779 23.2046C40.0408 23.5891 40.4757 23.5729 40.6584 23.1291C40.7888 22.8119 40.7211 22.368 40.5056 22.1021Z\" fill=\"url(#pill_paint1_pill_compact_1443913470)\"><\/path><\/g><defs><lineargradient id=\"pill_paint0_pill_compact_1443913470\" x1=\"25.2019\" y1=\"2.56791\" x2=\"36.7429\" y2=\"9.19153\" gradientunits=\"userSpaceOnUse\"><stop offset=\"0.18\" stop-color=\"#FFD23B\"><\/stop><stop offset=\"0.24\" stop-color=\"#FFD835\"><\/stop><stop offset=\"0.29\" stop-color=\"#FEDA3D\"><\/stop><stop offset=\"0.36\" stop-color=\"#FEE053\"><\/stop><stop offset=\"0.45\" stop-color=\"#FEEA77\"><\/stop><stop offset=\"0.55\" stop-color=\"#FDF7A9\"><\/stop><stop offset=\"0.6\" stop-color=\"#FDFFC4\"><\/stop><stop offset=\"0.62\" stop-color=\"#FDF8AC\"><\/stop><stop offset=\"0.65\" stop-color=\"#FDEE88\"><\/stop><stop offset=\"0.68\" stop-color=\"#FEE669\"><\/stop><stop offset=\"0.71\" stop-color=\"#FEE052\"><\/stop><stop offset=\"0.75\" stop-color=\"#FEDB41\"><\/stop><stop offset=\"0.79\" stop-color=\"#FED838\"><\/stop><stop offset=\"0.84\" stop-color=\"#FFD835\"><\/stop><stop offset=\"0.9\" stop-color=\"#FFD23B\"><\/stop><\/lineargradient><radialgradient id=\"pill_paint1_pill_compact_1443913470\" cx=\"0\" cy=\"0\" r=\"1\" gradientunits=\"userSpaceOnUse\" gradienttransform=\"translate(40.4043 24.2693) rotate(-172.006) scale(4.25594 5.99724)\"><stop offset=\"0.4\" stop-color=\"#EDEEF8\"><\/stop><stop offset=\"0.45\" stop-color=\"#F5F2E1\"><\/stop><stop offset=\"0.5\" stop-color=\"#F9CBD3\"><\/stop><stop offset=\"0.6\" stop-color=\"#DCECF6\"><\/stop><stop offset=\"0.7\" stop-color=\"#CAC5FE\"><\/stop><stop offset=\"0.9\" stop-color=\"#CBE9F3\"><\/stop><stop offset=\"1\" stop-color=\"#F9E9D0\"><\/stop><\/radialgradient><clippath id=\"pill_clip0_pill_compact_1443913470\"><rect y=\"5.56738\" width=\"40\" height=\"25.2248\" rx=\"1.61564\" transform=\"rotate(-8 0 5.56738)\" fill=\"white\"><\/rect><\/clippath><\/defs><\/svg><\/span><span class=\"rewards-pill__text\">$400 REWARD<\/span><\/div><\/div><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"6f4b7efc-42b4-46b9-997e-867e25204496\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/airwallex-business-account-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%221%22%2C%22offer_id%22%3A%2225199%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%226f4b7efc-42b4-46b9-997e-867e25204496%22%2C%22product_name%22%3A%22Airwallex%2BBusiness%2BAccount%22%2C%22finder_reward%22%3A%221%22%2C%22finder_reward_campaign_name%22%3A%22airwallex%257Cbusiness%257Caugust-2026%257Ecafsa%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall rewards--cta rewards--record-id-6f4b7efc-42b4-46b9-997e-867e25204496 button--cta\" title=\"Go to Airwallex's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about Airwallex Business Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"6f4b7efc-42b4-46b9-997e-867e25204496\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-6f4b7efc-42b4-46b9-997e-867e25204496\" value=\"6f4b7efc-42b4-46b9-997e-867e25204496\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.2                    Great                                            Airwallex Business Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.2,\"badges\":[],\"productId\":\"6f4b7efc-42b4-46b9-997e-867e25204496\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-6f4b7efc-42b4-46b9-997e-867e25204496\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\" data-provider-id=\"1be56ebb-0272-467d-bd9a-3b4b3a3d4525\" data-product-name=\"RBC Digital Choice Business Account\" data-provider-name=\"RBC\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/rbc-review\/rbc-digital-choice-business-account-package-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg\" alt=\"RBC logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.7<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/rbc-review\/rbc-digital-choice-business-account-package-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">RBC Digital Choice Business Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.7<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"6\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $6\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD only\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD only\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"Varies\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        Varies\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"QuickBooks, ADP (4 months free), Xero (6 months free)\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        QuickBooks, ADP (4 months free), Xero (6 months free)\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Get unlimited electronic debit and credit transactions, unlimited electronic cheque deposits, unlimited Moneris deposits and 10 free outgoing Interac e-Transfer transactions per month. Sole proprietorships and corporations accepted.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.7,\"badges\":[],\"productId\":\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/rbc-digital-choice-business-banking-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22position%22%3A%222%22%2C%22offer_id%22%3A%2223853%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%22ddef87d7-ca17-4ede-a4c6-991a25f5c077%22%2C%22product_name%22%3A%22RBC%2BDigital%2BChoice%2BBusiness%2BAccount%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall button--cta\" title=\"Go to RBC's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about RBC Digital Choice Business Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.7,\"badges\":[],\"productId\":\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-ddef87d7-ca17-4ede-a4c6-991a25f5c077\" value=\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.7                    Great                                            RBC Digital Choice Business Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.7,\"badges\":[],\"productId\":\"ddef87d7-ca17-4ede-a4c6-991a25f5c077\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-ddef87d7-ca17-4ede-a4c6-991a25f5c077\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"1687ee58-d261-446b-97c3-825f70d60e4e\" data-provider-id=\"eff7163e-fdf2-4469-bafc-3dc97ff0f88b\" data-product-name=\"Loop Global Business Banking Account\" data-provider-name=\"Loop\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/loop-canada-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png\" alt=\"Loop logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/65089e0fc3719.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">7.9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/loop-canada-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Loop Global Business Banking Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">7.9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"0\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $0\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD, USD, GBP, EUR\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD, USD, GBP, EUR\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"0.1%-0.5%\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        0.1% - 0.5%\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"Quickbooks, Xero\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        Quickbooks, Xero\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Get local account details to do banking in the US, UK and EU, seamlessly send and receive payments in other countries and get up to 20 virtual cards and up to 2 physical cards for free. To be eligible, you'll need to have a registered Canadian corporation and provide proof of an active business.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":7.9,\"badges\":[],\"productId\":\"1687ee58-d261-446b-97c3-825f70d60e4e\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/loop-global-business-banking-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22position%22%3A%223%22%2C%22offer_id%22%3A%2223693%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%221687ee58-d261-446b-97c3-825f70d60e4e%22%2C%22product_name%22%3A%22Loop%2BGlobal%2BBusiness%2BBanking%2BAccount%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall button--cta\" title=\"Go to Loop's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about Loop Global Business Banking Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":7.9,\"badges\":[],\"productId\":\"1687ee58-d261-446b-97c3-825f70d60e4e\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-1687ee58-d261-446b-97c3-825f70d60e4e\" value=\"1687ee58-d261-446b-97c3-825f70d60e4e\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               7.9                    Great                                            Loop Global Business Banking Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":7.9,\"badges\":[],\"productId\":\"1687ee58-d261-446b-97c3-825f70d60e4e\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-1687ee58-d261-446b-97c3-825f70d60e4e\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\" data-provider-id=\"1be56ebb-0272-467d-bd9a-3b4b3a3d4525\" data-product-name=\"RBC Flex Choice Business Account\" data-provider-name=\"RBC\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/rbc-flex-choice-business-account-package-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg\" alt=\"RBC logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/5e5d6490ee27a.jpg?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/rbc-flex-choice-business-account-package-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">RBC Flex Choice Business Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.5<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"7\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $7\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"Varies\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        Varies\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"ADP (4 months free), Xero (6 months free)\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        ADP (4 months free), Xero (6 months free)\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Bank both digitally and in-branch and only pay for what you use. No minimum or maximum transaction limits. Sole proprietorships and corporations accepted.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/rbc-flex-choice-business-banking-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22position%22%3A%224%22%2C%22offer_id%22%3A%2224426%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%227606f1ae-05b4-4799-a698-1bcf2fc7cd85%22%2C%22product_name%22%3A%22RBC%2BFlex%2BChoice%2BBusiness%2BAccount%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall button--cta\" title=\"Go to RBC's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about RBC Flex Choice Business Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-7606f1ae-05b4-4799-a698-1bcf2fc7cd85\" value=\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.5                    Great                                            RBC Flex Choice Business Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.5,\"badges\":[],\"productId\":\"7606f1ae-05b4-4799-a698-1bcf2fc7cd85\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-7606f1ae-05b4-4799-a698-1bcf2fc7cd85\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"57c17c32-dac3-4a6d-8203-9fc43624c662\" data-provider-id=\"f8d7e5aa-a287-4f64-9dc7-ba33188d0878\" data-product-name=\"Scotiabank Right Size Savings for Business\" data-provider-name=\"Scotiabank\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/scotiabank-right-size-savings-for-business-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg\" alt=\"Scotiabank logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/62ffc0137d863.jpg?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.1<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/scotiabank-right-size-savings-for-business-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Scotiabank Right Size Savings for Business<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.1<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"6\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $6\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD only\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD only\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"N\/A\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        N\/A\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"Quickbooks, Sage, Xero\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        Quickbooks, Sage, Xero\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Earn a higher interest rate as your balance grows. Withdraw funds at any time. Sole proprietorships and corporations accepted.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.1,\"badges\":[],\"productId\":\"57c17c32-dac3-4a6d-8203-9fc43624c662\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/scotiabank-right-size-savings-for-business-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22position%22%3A%225%22%2C%22offer_id%22%3A%2225704%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%2257c17c32-dac3-4a6d-8203-9fc43624c662%22%2C%22product_name%22%3A%22Scotiabank%2BRight%2BSize%2BSavings%2Bfor%2BBusiness%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall button--cta\" title=\"Go to Scotiabank's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about Scotiabank Right Size Savings for Business\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.1,\"badges\":[],\"productId\":\"57c17c32-dac3-4a6d-8203-9fc43624c662\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-57c17c32-dac3-4a6d-8203-9fc43624c662\" value=\"57c17c32-dac3-4a6d-8203-9fc43624c662\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.1                    Great                                            Scotiabank Right Size Savings for Business            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.1,\"badges\":[],\"productId\":\"57c17c32-dac3-4a6d-8203-9fc43624c662\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-57c17c32-dac3-4a6d-8203-9fc43624c662\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"c348ddde-86be-4227-9da0-22148d3f67fe\" data-provider-id=\"166c6e96-73f4-40c5-b975-7de7c692f332\" data-product-name=\"Wise Business\" data-provider-name=\"Wise\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/wise-business-account-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png\" alt=\"Wise logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/6526fb2799dea.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/wise-business-account-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Wise Business<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"0\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $0\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD, USD, GBP, EUR + 18 more\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD, USD, GBP, EUR + 18 more\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"0.33%\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        0.33%\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"No\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--error luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#close\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"Quickbooks, Xero + more\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        Quickbooks, Xero + more\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      No hidden charges, high rates or monthly fees. Get the mid-market exchange rate. Pay employees, get paid and manage your cash flow in over 70 countries. To be eligible, you'll need to have a registered Canadian corporation.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a data-component-props='{\"finderScore\":8.9,\"badges\":[],\"productId\":\"c348ddde-86be-4227-9da0-22148d3f67fe\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/ca\/business-banking\/wise-business-banking-ca-secure.html?nb=1&amp;src_country=ca&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22CAFSA-BUS%22%2C%22fieldset%22%3A%22business-banking%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%2288f301a3-74cd-4af3-a79a-564cb5d7770e%22%2C%22category_name%22%3A%22All%2BBusiness%2BBanking%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221786385081%22%2C%22position%22%3A%226%22%2C%22offer_id%22%3A%2223872%22%2C%22niche_code%22%3A%22CAFSA-BUS%22%2C%22product_id%22%3A%22c348ddde-86be-4227-9da0-22148d3f67fe%22%2C%22product_name%22%3A%22Wise%2BBusiness%22%2C%22post_id%22%3A%22885920%22%2C%22post_path%22%3A%22banking%252Fbusiness-banking%252Fsetting-up-a-photography-business%22%2C%22post_country%22%3A%22ca%22%7D\" class=\"luna-button luna-button--success luna-button--medium has-margin-bottom-xsmall button--cta\" title=\"Go to Wise's site\">Go to site<\/a><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about Wise Business\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.9,\"badges\":[],\"productId\":\"c348ddde-86be-4227-9da0-22148d3f67fe\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-c348ddde-86be-4227-9da0-22148d3f67fe\" value=\"c348ddde-86be-4227-9da0-22148d3f67fe\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.9                    Great                                            Wise Business            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.9,\"badges\":[],\"productId\":\"c348ddde-86be-4227-9da0-22148d3f67fe\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-c348ddde-86be-4227-9da0-22148d3f67fe\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"58909cfa-e0c4-467c-8aea-4606bd8db7cb\" data-provider-id=\"234cdee8-e771-4c20-98f4-34322f12c6bc\" data-product-name=\"Venn Business Banking Account\" data-provider-name=\"Venn\" class=\"grid-column-count-6  mobile-column-count-5 mobile-row-count-8  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/venn-review\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png\" alt=\"Venn logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/67bf7411057d1.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.4<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/venn-review\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Venn Business Banking Account<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,cafsa-bus.product.datapoint_cafsa_bus_finder_score\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><style>@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}<\/style><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('cafsa-bus')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.4<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">        Great      <\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"0\" data-column-index=\"2\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Monthly Account Fee\">\n                        $0\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"CAD, USD, GBP, EUR\" data-column-index=\"3\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Multi Currency Accounts\">\n                        CAD, USD, GBP, EUR\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"0.25%\u20130.45%\" data-column-index=\"4\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"FX Fee\">\n                        0.25%\u20130.45%\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                        rounded-bottom-left\n                                                                                                                                                                                                                            \" data-sortvalue=\"Yes\" data-column-index=\"5\" data-decorator=\"text,cafsa-bus.value.misc_cross_check\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Corporate Credit Card\"><div><svg class=\"luna-icon luna-icon--success luna-icon--small\"><use xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xlink:href=\"#check\"><\/use><\/svg><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                            border-left\n                                                                                                                        rounded-bottom-right\n                                                                                                                                                                            span-1\n                                                                                                                                                                            \" data-sortvalue=\"Quickbooks, Xero\" data-column-index=\"6\" data-decorator=\"text\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Accounting Integration\">\n                        Quickbooks, Xero\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Earn 1% unlimited cashback on your Venn multi-currency corporate credit card. No currency limitations. Set up accounts in CAD, USD, GBP and EUR, enjoy $0 local transfers. To be eligible, you'll need to have a registered Canadian corporation.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-6 \"><div class=\"comparison-table__cellWrapper\"><button type=\"button\" class=\"js-comparison-table__save-button comparison-table__save-button\" aria-label=\"Save\" aria-pressed=\"false\" title=\"Save\"><\/button><a href=\"#\" class=\"comparison-table__more-button\" title=\"Read more about Venn Business Banking Account\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.4,\"badges\":[],\"productId\":\"58909cfa-e0c4-467c-8aea-4606bd8db7cb\"}' data-custom-event-active=\"true\"><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg><span>View details<\/span><\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000002-58909cfa-e0c4-467c-8aea-4606bd8db7cb\" value=\"58909cfa-e0c4-467c-8aea-4606bd8db7cb\" name=\"productID\" _productname=\"@media (max-width: 600px) {    .comparison-table tr td {        order: 3;     }     .comparison-table td.comparison-table__name {        order: 1 !important;         flex-basis: 100% !important;    }    .comparison-table td.comparison-table__product {        order: 2 !important;         flex-basis: 33.33% !important;        padding: .5rem .45rem;    }}                        \t               8.4                    Great                                            Venn Business Banking Account            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.4,\"badges\":[],\"productId\":\"58909cfa-e0c4-467c-8aea-4606bd8db7cb\"}'><label class=\"luna-label\" for=\"compare-product-0000000002-58909cfa-e0c4-467c-8aea-4606bd8db7cb\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><script>\n(function () {\n  window.isInfoBoxMutationObserverInitialized ??= false;\n  if (window.isInfoBoxMutationObserverInitialized) return;\n  window.isInfoBoxMutationObserverInitialized = true;\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    function getLinkParams(anchor) {\n      const redirectUrl =\n        anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n\n      try {\n        const url = new URL(redirectUrl);\n        const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n\n        if (!rawParams) return;\n        const decoded = decodeURIComponent(rawParams);\n        const parsed = JSON.parse(decoded);\n        const { offer_id, niche_code, site, product_name, product_id } = parsed;\n\n        return {\n          redirectUrl,\n          offerId: offer_id,\n          niche: niche_code || site,\n          productName: product_name,\n          productId: product_id,\n        };\n      } catch (e) {\n        console.error(\"Failed to parse redirect_tracking_params\", e);\n      }\n    }\n\n    function initCountdownTimer(rewardsProduct, endDateStr) {\n      const countdownEl = rewardsProduct.querySelector(\".deals-countdown\");\n      \n      if (!countdownEl || !endDateStr) return;\n\n      const daysEl = countdownEl.querySelector(\"[data-countdown-days]\");\n      const hoursEl = countdownEl.querySelector(\"[data-countdown-hours]\");\n      const minutesEl = countdownEl.querySelector(\"[data-countdown-minutes]\");\n      const secondsEl = countdownEl.querySelector(\"[data-countdown-seconds]\");\n\n      let countdownInterval;\n\n      const updateCountdown = () => {\n        const now = new Date().getTime();\n        const endTime = new Date(endDateStr).getTime();\n        const distance = endTime - now;\n\n        if (distance < 0) {\n          \/\/ Countdown finished\n          if (daysEl) daysEl.textContent = \"00d\";\n          if (hoursEl) hoursEl.textContent = \"00h\";\n          if (minutesEl) minutesEl.textContent = \"00m\";\n          if (secondsEl) secondsEl.textContent = \"00s\";\n          if (countdownInterval) {\n            clearInterval(countdownInterval);\n          }\n          return;\n        }\n\n        const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n        const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n        const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n        if (daysEl) daysEl.textContent = days.toString().padStart(2, \"0\") + \"d\";\n        if (hoursEl) hoursEl.textContent = hours.toString().padStart(2, \"0\") + \"h\";\n        if (minutesEl) minutesEl.textContent = minutes.toString().padStart(2, \"0\") + \"m\";\n        if (secondsEl) secondsEl.textContent = seconds.toString().padStart(2, \"0\") + \"s\";\n      };\n\n      \/\/ Update immediately\n      updateCountdown();\n\n      \/\/ Update every second\n      countdownInterval = setInterval(updateCountdown, 1000);\n\n      \/\/ Store interval ID to clear it later if needed\n      rewardsProduct.dataset.countdownInterval = countdownInterval;\n    }\n\n    const initRewards = (table) => {\n      if (!table) return;\n\n      const recordIdsAttr = table.getAttribute(\"data-table-record-ids\");\n      if (!recordIdsAttr) return;\n\n      let productIds = [];\n      try {\n        const decoded = recordIdsAttr.replace(\/&quot;\/g, '\"');\n        productIds = JSON.parse(decoded);\n      } catch (e) {\n        return;\n      }\n\n      if (!productIds.length) return;\n\n      productIds.forEach((productId) => {\n        const rewardsProduct = table.querySelector(\n          `div[data-rewards-product-id=\"${productId}\"]:not([data-rewards-banner-attached])`\n        );\n        if (!rewardsProduct) return;\n\n        const endDateStr = rewardsProduct.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        \/\/ Format date for Australian locale (dd MMM yyyy)\n        const formattedDate = new Intl.DateTimeFormat(\"en-AU\", {\n          day: \"2-digit\",\n          month: \"short\",\n          year: \"numeric\",\n        }).format(new Date(endDateStr));\n\n        const endDateEl = rewardsProduct.querySelector(\".rewards-end-date\");\n        if (endDateEl && endDateEl.textContent !== formattedDate) {\n          endDateEl.textContent = ` ${formattedDate}`;\n        }\n\n        \/\/ Calculate days remaining\n        const days = Math.ceil((new Date(endDateStr) - new Date()) \/ 86400000);\n\n        \/\/ Show \"Ends Soon\" badge if campaign ends within 7 days\n        if (days <= 7 && days > 0) {\n          const dealsEndsEl = rewardsProduct.querySelector(\".deals-ends\");\n          const dealsPhoneEl = rewardsProduct.querySelector(\".deals-phone\");\n\n          if (dealsEndsEl && dealsEndsEl.style.display !== \"inline-flex\") {\n            dealsEndsEl.style.display = \"inline-flex\";\n          }\n          if (dealsPhoneEl && dealsPhoneEl.style.top !== \"23px\") {\n            dealsPhoneEl.style.top = \"23px\";\n          }\n        }\n\n        \/\/ Initialize countdown timer\n        initCountdownTimer(rewardsProduct, endDateStr);\n\n        const dealsLeftEl = rewardsProduct.querySelector(\".deals-left\");\n        const dealsList = rewardsProduct.querySelector(\".deals-list\");\n        const dealsHeader = rewardsProduct.querySelector(\".deals-header\");\n\n        const handleClick = (triggerEl) => {\n          const row = triggerEl.closest(\"tr\");\n\n          if (!row) return;\n\n          const cta = row.querySelector(\".rewards--cta\");\n\n          if (!cta) return;\n\n          const linkParams = getLinkParams(cta);\n          if (!linkParams) return;\n\n          const { productId, redirectUrl, productName, niche, offerId } = linkParams;\n\n          const modalParams = {\n            productId,\n            campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n            redirectUrl,\n            productName,\n            providerName: row.getAttribute(\"data-provider-name\") || \"\",\n            niche,\n            offerId,\n            component: \"infobox\",\n          };\n\n          if (\n            window.rewards &&\n            typeof window.rewards.displayModal === \"function\"\n          ) {\n            window.rewards.displayModal(modalParams, false, cta);\n          }\n        };\n\n        if (dealsLeftEl && !dealsLeftEl.dataset.bound) {\n          dealsLeftEl.dataset.bound = \"true\";\n          dealsLeftEl.addEventListener(\"click\", () => handleClick(dealsLeftEl));\n        }\n\n        if (dealsList && !dealsList.dataset.bound) {\n          dealsList.dataset.bound = \"true\";\n          dealsList.addEventListener(\"click\", () => handleClick(dealsList));\n        }\n\n        if (dealsHeader && !dealsHeader.dataset.bound) {\n          dealsHeader.dataset.bound = \"true\";\n          dealsHeader.addEventListener(\"click\", () => handleClick(dealsHeader));\n        }\n\n        rewardsProduct.dataset.rewardsBannerAttached = \"true\";\n      });\n    };\n\n    const tables = document.querySelectorAll(\n      \"table.rewards--container[data-table-record-ids]\"\n    );\n\n    tables.forEach((table) => {\n      const tableObserver = new MutationObserver(() => {\n        setTimeout(() => initRewards(table), 0);\n      });\n\n      tableObserver.observe(table, {\n        childList: true,\n        subtree: true,\n      });\n\n      initRewards(table);\n    });\n\n    \/\/ Pill countdown timers (minimal UX)\n    function initPillCountdowns() {\n      const countdowns = document.querySelectorAll(\"[data-rewards-pill-countdown]:not([data-pill-countdown-bound])\");\n\n      countdowns.forEach((el) => {\n        el.dataset.pillCountdownBound = \"true\";\n        const endDateStr = el.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        const endTime = new Date(endDateStr).getTime();\n        if (Number.isNaN(endTime)) return;\n        const now = new Date().getTime();\n        const distance = endTime - now;\n        const sevenDaysMs = 7 * 24 * 60 * 60 * 1000;\n\n        if (distance <= 0) {\n          const wrapper = el.closest(\".rewards-pill-wrapper\");\n          if (wrapper) wrapper.style.display = \"none\";\n          return;\n        }\n\n        if (distance > sevenDaysMs) {\n          return;\n        }\n\n        el.removeAttribute(\"hidden\");\n\n        const daysEl = el.querySelector(\"[data-pill-countdown-days]\");\n        const hoursEl = el.querySelector(\"[data-pill-countdown-hours]\");\n        const minutesEl = el.querySelector(\"[data-pill-countdown-minutes]\");\n        const secondsEl = el.querySelector(\"[data-pill-countdown-seconds]\");\n\n        let interval;\n        const updatePillCountdown = () => {\n          if (!el.isConnected) {\n            if (interval) clearInterval(interval);\n            return;\n          }\n\n          const remaining = endTime - new Date().getTime();\n\n          if (remaining <= 0) {\n            if (daysEl) daysEl.textContent = \"0d\";\n            if (hoursEl) hoursEl.textContent = \"0h\";\n            if (minutesEl) minutesEl.textContent = \"0m\";\n            if (secondsEl) secondsEl.textContent = \"0s\";\n            if (interval) clearInterval(interval);\n            \/\/ Hide pill wrapper on expiry\n            const wrapper = el.closest(\".rewards-pill-wrapper\");\n            if (wrapper) wrapper.style.display = \"none\";\n            return;\n          }\n\n          const days = Math.floor(remaining \/ (1000 * 60 * 60 * 24));\n          const hours = Math.floor((remaining % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n          const minutes = Math.floor((remaining % (1000 * 60 * 60)) \/ (1000 * 60));\n          const seconds = Math.floor((remaining % (1000 * 60)) \/ 1000);\n\n          if (daysEl) daysEl.textContent = days + \"d\";\n          if (hoursEl) hoursEl.textContent = hours + \"h\";\n          if (minutesEl) minutesEl.textContent = minutes + \"m\";\n          if (secondsEl) secondsEl.textContent = seconds + \"s\";\n        };\n\n        updatePillCountdown();\n        interval = setInterval(updatePillCountdown, 1000);\n      });\n    }\n\n    initPillCountdowns();\n\n    const allTables = document.querySelectorAll(\"table\");\n    allTables.forEach((table) => {\n      const observer = new MutationObserver(() => {\n        setTimeout(initPillCountdowns, 0);\n      });\n      observer.observe(table, { childList: true, subtree: true });\n    });\n  });\n})();\n<\/script><\/tbody><\/table><div class=\"comparison-table__loadingIndicator center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><div class=\"comparison-table__paginationContainer comparison-table__loadMoreContainer hide-comparison-table__paginationContainer\"><div class=\"comparison-table__loadMore comparison-table__paginationNav\"><button class=\"luna-button luna-button--primary js-comparison-table__showMore\" type=\"button\" data-offset=\"\">Load More<\/button><div class=\"js-show-more-data_count-88f301a3-74cd-4af3-a79a-564cb5d7770e comparison-table__dataCount\">Showing\n\t\t\t7\n\t\t\tof\n\t\t\t7\n\t\t\tresults\t\t<\/div><\/div><\/div><\/form><\/section><\/div><div id=\"compare-bar-v2\" class=\"compareBarV2__root rewards--container loyalty-rewards--container\" data-niche=\"CAFSA-BUS\" data-rewards-component=\"compare-products\"><\/div><div class=\"finder-score-methodology\"><h3 data-toc=\"false\" id=\"finder-score-methodology\">Finder Score for business bank accounts<\/h3>\n\n<p>To make comparing even easier we came up with the <a href=\"https:\/\/www.finder.com\/ca\/finder-score\">Finder Score<\/a>. Interest rates, account fees and features across 20+ business bank accounts and 15+ lenders are all weighted and scaled to produce a score out of 10. The higher the score the better the account - simple.<\/p>\n\n<p style=\"text-align: center;\"><a class=\"luna-button luna-button--primary\" href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/business-bank-accounts-ratings-methodology\">Read the full methodology<\/a><\/p><\/div>\n    <\/div>\n<\/div>\n    <\/div>\n<h3>How do taxes work on a photography business?<\/h3><p>The way you file your tax return and pay your taxes depends on your business structure. If you operate as a sole proprietor or in a partnership, you\u2019ll report your photography income on your personal tax return. If you incorporate your photography business, you\u2019ll need to file both a corporate tax return and a personal tax return.<\/p><p>You must submit your personal and\/or corporate tax returns between April and June, but make tax payments in monthly or quarterly installments throughout the year.<\/p><p>Since you\u2019re self-employed, you\u2019re also responsible for both the employer and employee portions of Canada Pension Plan (CPP) contributions. For 2025, the total contribution rate is 11.9% of your net income, up to a maximum of $8,068.20.<\/p><p>So, to estimate how much you need to set aside, let\u2019s look at the relevant tax rates for 2025.<\/p><h4><strong>Federal income tax rates:<\/strong><\/h4><ul><li>15% on the portion of taxable income that\u2019s $57,375 or less, plus<\/li><li>20.5% on the portion of the taxable income over $57,375 up to $114,750, plus<\/li><li>26% on the portion of taxable income over $114,750 up to $177,882, plus<\/li><li>29% on the portion of taxable income over $177,882 up to $253,414, plus<\/li><li>33% on the portion of taxable income over $253,414<\/li><\/ul><h4><strong>Federal corporation income tax rates:<\/strong><\/h4><ul><li>The federal tax rate is 15% (after the general tax reduction and federal tax abatement).<\/li><li>If you\u2019re eligible for the small business deduction, your federal tax rate would be further lowered to 9%<\/li><\/ul><h4>Provincial income tax rates for Ontario, as an example:<\/h4><ul><li>5.05% on the portion of taxable income that\u2019s $52,886 or less, plus<\/li><li>9.15% on the portion of taxable income over $52,886 up to $105,775, plus<\/li><li>11.16% on the portion of taxable income over $105,775 up to $150,000, plus<\/li><li>12.16% on the portion of taxable income over $150,000 up to $220,000, plus<\/li><li>13.16% on the portion of taxable income over $220,000<\/li><\/ul><h4><strong>Provincial corporation income tax rates<\/strong><\/h4><ul><li>If you\u2019re eligible for the small business deduction, your provincial corporate tax rate would be 3.2% for eligible income up to $500,000<\/li><li>11.5% for all other provincial corporation income<\/li><\/ul><p>Also, if you make $30,000 gross income or more in four consecutive calendar quarters (a period of three months beginning on the first day of January, April, July or October in each calendar year), you\u2019ll have to charge your clients GST\/HST. Then, you\u2019ll be assigned a monthly, quarterly or annual reporting period to file your GST\/HST return.<\/p><h4><strong>Here are the GST\/HST rates you\u2019d charge based on your location:<\/strong><\/h4><ul><li>5% (GST) in Alberta, British Columbia, Manitoba, Northwest Territories, Nunavut, Quebec, Saskatchewan and Yukon<\/li><li>13% (HST) in Ontario<\/li><li>14% (HST) in Nova Scotia<\/li><li>15% (HST) in New Brunswick, Newfoundland and Labrador and Prince Edward Island<\/li><\/ul><p>This means, if your net income is $45,000, you live in Ontario and your cleaning business is a sole proprietorship, you\u2019ll need to pay the following:<\/p><ul><li>$6,750 in federal taxes<\/li><li>$2,272.50 in provincial taxes<\/li><li>$5,355 in CPP contributions<\/li><li>$5,850 in HST<\/li><li><strong>Total = $20,227.50<\/strong><\/li><\/ul><h3>Creating a business plan for your photography business<\/h3><p>Unless you plan to apply for financing, you don\u2019t need to create a business plan for your photography business. But doing so could still be helpful. Laying out your plan clearly will allow you to spot potential obstacles to your success or reasons why you might want to reconsider starting a business or explore other options.<\/p><p>A great photography business plan should include:<\/p><ul><li><strong>Company overview.<\/strong> The name of the business and its owners, the business type and its address. Perhaps a short mission statement explaining your goals for the company.<\/li><li><strong>Your target market.<\/strong> Who will you market your services to, and why? It pays to be as specific as possible. The better you know your audience, the easier it is to market to them.<\/li><li><strong>Products and services.<\/strong> A full list of what products and services are offered by your business, plus how much you\u2019ll charge.<\/li><li><strong>Competitors.<\/strong> Who are your competitors? How does your business differ from theirs? Why is yours better?<\/li><li><strong>Marketing plan.<\/strong> Are you planning to distribute brochures? Where will you market your business? What is your monthly marketing budget for each marketing platform?<\/li><li><strong>Financial plan.<\/strong> How much will it cost to launch your business? What are the estimated monthly running costs? What are your monthly sales forecasts? (You should list a minimum viable target amount, an average target amount and stretch targets for long-term growth.)<\/li><\/ul><p>Things change quickly in the world of business, so it\u2019s recommended to review and amend your business plan at least once every quarter.<\/p><h3>Setting up your photography business<\/h3><p>Here\u2019s a step-by-step guide to starting a photography business in Canada:<\/p><h4>1. Define your niche and services<\/h4><p>Start by deciding what type of photography you want to offer so you can target the right clients and market yourself effectively. If you\u2019re passionate and skilled in a certain type of photography already, you can pursue that or conduct market research to see what photography services are missing in your area.<\/p><p>Here are some types of photography to consider:<\/p><ul><li>Portrait<\/li><li>Weddings and events<\/li><li>Commercial<\/li><li>Fashion<\/li><li>Real estate<\/li><li>Architectural<\/li><li>Travel<\/li><li>Landscape<\/li><li>Sports<\/li><li>Wildlife<\/li><li>Fine art<\/li><li>Stock<\/li><li>Pet<\/li><\/ul><h4>2. Choose your business name and structure<\/h4><p>Now that you know your niche, you can choose a unique name that highlights it, like \u201cJulie\u2019s Wedding Photography\u201d. Just make sure it\u2019s available in your province or territory on the relevant business registry.<\/p><p>Then, choose a business structure. Most photographers start as sole proprietors because it\u2019s a simpler setup with fewer formalities. But if you want limited liability and tax advantages, you can incorporate.<\/p><h4>3. Register your business<\/h4><p>You\u2019re now ready to register your business with the provincial or territorial government online. Upon successful registration, you\u2019ll receive a business number. If you think you\u2019ll earn over $30,000 annually, you must also register for a GST\/HST account with the Canada Revenue Agency through the Business Registration Online portal.<\/p><h4>4. Get the right equipment and tools<\/h4><p>If you\u2019re an experienced photographer, you may already have the equipment you need to start your business. But, if you\u2019re just starting out, here\u2019s some gear you should consider investing in:<\/p><ul><li>Camera body<\/li><li>Lenses<\/li><li>Tripod<\/li><li>External flash or speedlight<\/li><li>Extra batteries and memory cards<\/li><li>Camera bag<\/li><li>Computer or laptop<\/li><li>Photo editing software<\/li><li>External hard drives<\/li><li>Lighting<\/li><\/ul><p>Depending on the type of photography you plan on doing, you may also need to rent a studio.<\/p><h4>5. Arrange business insurance and banking<\/h4><p>Although you\u2019re not legally required to purchase insurance, it\u2019s highly recommended so you, your clients, and your equipment are all protected from damage and legal claims. The same goes for business banking; it may not be a requirement (depending on your business structure), but a separate business account can help you manage your finances more effectively.<\/p><h4>6. Build your online presence<\/h4><p>Before you start marketing your photography business, you should create a portfolio website, set up social media and claim your Google Business Profile so clients can find you and see your work.<\/p><h3>Do professional photographers need insurance?<\/h3><p>Although not all insurers offer the same options, you may find the following types of coverage helpful for your photography business:<\/p><ul><li><strong>Photographers\u2019 Professional Liability Insurance<\/strong> (also called <strong>Errors and Omissions Insurance<\/strong>). This provides coverage for the cost of handling lawsuits from unsatisfied clients claiming you did not follow through with your job commitments or provided substandard work. Given the subjective nature of an artistic profession like photography, it can be crucial to have this type of insurance.<\/li><li><strong>General liability<\/strong> (or <strong>Third Party Liability<\/strong>). This protects you and your employees if legal action is brought against your business for damages done to a client\u2019s person or property.<\/li><li><strong>Business contents insurance.<\/strong> This protects any professional assets you keep in your place of business, regardless of whether you rent, own or work out of a home office. Coverage can potentially extend to computers, office furniture, inventory, machinery and equipment.<\/li><li><strong>Commercial property.<\/strong> Provides coverage for lost, stolen or damaged equipment.<\/li><li><strong>Personal injury.<\/strong> Helps cover costs associated with recovering from a work-related injury.<\/li><li><strong>Commercial auto coverage.<\/strong> Get car insurance for vehicles you use for business, including supply vans, trucks and regular passenger vehicles.<\/li><\/ul><p>There are some insurance companies out there offering <strong>photographers\u2019 insurance<\/strong>, which will cover you in most or all of these potential scenarios.<\/p><h3>How much should you charge?<\/h3><p>On average, professional photographers charge around $100-$250 per hour. The newer you are, the lower your rate might have to be to attract a client base and begin to develop a business reputation.<\/p><p>You can charge a \u201cday rate\u201d or \u201ccreative fee\u201d for a day\u2019s worth of services (which could be good for big events like weddings). Just remember to factor in the cost of all the time before and after the day you\u2019re shooting to make sure you\u2019re adequately covering your costs.<\/p><p>Extras like loading photos onto a CD or flash drive, printing hard copies and travelling to your client\u2019s location should be charged separately. This allows customers to customize the type of package they want.<\/p><p>If you\u2019re regarded as one of the best photographers in your niche, you can charge through the nose and probably still attract customers. If you haven\u2019t built that sort of reputation yet, it may be necessary to lower your prices in order to stand out from your competitors. Take a look at what your competitors charge on job sites like Kijiji and Upwork, then price your services appropriately.<\/p><h3>How to market your photography business<\/h3><p>The best way to market your photography business is to get your photos in front of as many potential customers as possible (while making it clear who was responsible for them).<\/p><p>Here are some ideas for doing that:<\/p><h4>Leverage social media<\/h4><p>The more people see your work on social media, the more likely you\u2019ll find someone who loves it enough to hire you. The best strategies for building a social media audience appear to be changing all the time. Honestly, it may well be worth hiring a dedicated social media manager to take care of this side of your business.<\/p><h4>Start a blog or online portfolio<\/h4><p>Your website should showcase your photography and all the key details of your business, but your business blog doesn\u2019t necessarily need to be just about photography. It could also cover other topics that your target audience will want to read about. If you\u2019re a sports photographer, write blog posts about sports.<\/p><p>If you\u2019re a nature photographer, write about nature or wildlife. Include your best photos in the blog posts and do everything you can to help them get shared. Sites like Zenfolio, Flickr and 500px provide great tools for displaying your photographs to potential clients.<\/p><h4>Have a referral scheme<\/h4><p>Photographers can secure a lot of business from customer referrals, especially if they make it worth their while. Consider launching some sort of bonus scheme for customers who refer friends.<\/p><h4>Cross-promotion<\/h4><p>It\u2019s worth setting up cross-promotion deals with other professionals that you could share clients with. For example, if you\u2019re a wedding photographer, you should be looking to collaborate with other companies that work at weddings (venues, DJs, florists, etc).<\/p><h3>Bottom line<\/h3><p>Starting a photography business in Canada offers a rewarding opportunity to turn your passion and talent into profit. But, success requires careful planning, understanding local regulations and building a strong brand.<\/p><p>By investing in quality equipment, honing your skills and effectively marketing your services, your photography business can flourish. If you need additional financing to start your photography business, check out our guide on the <a href=\"https:\/\/www.finder.com\/ca\/business-loans\/best\">best business loans in Canada<\/a>.<\/p><h3>FAQs about starting a photography business in Canada<\/h3><ul class=\"luna-accordionGroup accordionGroup\">\n\t<li class=\"luna-accordion\" data-accordion=\"accordion\">\n    <div class=\"luna-accordion__summary\">\n        <h4 class=\"luna-accordion__heading\">\n            <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"faq-builder-0000000003\" data-toggle=\"collapse\" data-target=\"#faq-builder-0000000003\">\n                <span class=\"luna-accordion__title\">How much does it cost to start a photography business?<\/span>\n                <svg class=\"luna-icon\" aria-hidden=\"true\">\n                    <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n                    <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n                <\/svg>\n            <\/button>\n        <\/h4>\n    <\/div>\n    <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"faq-builder-0000000003\" data-accordion=\"details\">\n        <div class=\"accordionContent\">\n            <div>\n                <p>It can cost anywhere from just over $2,000 to several thousand dollars to start a photography business. In general, you can expect the cost to land in the thousands once you factor in equipment, website hosting and basic marketing costs.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/li>\n<li class=\"luna-accordion\" data-accordion=\"accordion\">\n    <div class=\"luna-accordion__summary\">\n        <h4 class=\"luna-accordion__heading\">\n            <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"faq-builder-0000000004\" data-toggle=\"collapse\" data-target=\"#faq-builder-0000000004\">\n                <span class=\"luna-accordion__title\">What is the 20-60-20 rule in photography?<\/span>\n                <svg class=\"luna-icon\" aria-hidden=\"true\">\n                    <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n                    <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n                <\/svg>\n            <\/button>\n        <\/h4>\n    <\/div>\n    <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"faq-builder-0000000004\" data-accordion=\"details\">\n        <div class=\"accordionContent\">\n            <div>\n                <p>The 20-60-20 rule in photography states that a photographer should spend 20% of their time on getting the types of shots you're comfortable with, 60% of your time on shots that stretch your creativity and 20% of your time on more unconventional shots that push your creative limits.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/li>\n<li class=\"luna-accordion\" data-accordion=\"accordion\">\n    <div class=\"luna-accordion__summary\">\n        <h4 class=\"luna-accordion__heading\">\n            <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"faq-builder-0000000005\" data-toggle=\"collapse\" data-target=\"#faq-builder-0000000005\">\n                <span class=\"luna-accordion__title\">How profitable is photography business?<\/span>\n                <svg class=\"luna-icon\" aria-hidden=\"true\">\n                    <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n                    <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n                <\/svg>\n            <\/button>\n        <\/h4>\n    <\/div>\n    <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"faq-builder-0000000005\" data-accordion=\"details\">\n        <div class=\"accordionContent\">\n            <div>\n                <p>While it greatly depends on how much you charge for your services and how often you are booked, photography businesses can earn anywhere between a few tens of thousands per year to over $100,000 per year.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/li>\n\n<\/ul>\n<div id=\"sources\" style=\"position: relative;\"><h3 style=\"position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;\">Sources<\/h3>\n<div id=\"lazy0000000006\"><\/div>\n<script type=\"application\/json\" id=\"lazyloaded-assets-json-lazy0000000006\" class=\"lazyloaded-assets-json\">{\"critical-scripts\":[],\"scripts\":[\"https:\\\/\\\/www.finder.com\\\/parent-theme\\\/shortcodes\\\/article-source\\\/prod\\\/article-source.de087a0da9824e407767.js\"],\"styles\":[\"https:\\\/\\\/www.finder.com\\\/parent-theme\\\/shortcodes\\\/article-source\\\/prod\\\/article-source.87684078d471e76125dd.css\"]}<\/script><\/div>","protected":false},"excerpt":{"rendered":"<p>Learn how to launch a photography business in Canada with clear steps, tools and strategies.<\/p>\n","protected":false},"author":1395,"featured_media":1061429,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"Setting up a photography business","_yoast_wpseo_title":"Setting Up a Photography Business in Canada | Finder Canada","_yoast_wpseo_metadesc":"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.","_yoast_wpseo_meta-robots-noindex":"","_yoast_wpseo_meta-robots-nofollow":"","_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"Setting Up a Photography Business | Finder Canada","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_opengraph-image":"","_yoast_wpseo_opengraph-image-id":"","apple_news_api_created_at":"","apple_news_api_id":"","apple_news_api_modified_at":"","apple_news_api_revision":"","apple_news_api_share_url":"","apple_news_cover_media_provider":"image","apple_news_coverimage":0,"apple_news_coverimage_caption":"","apple_news_cover_video_id":0,"apple_news_cover_video_url":"","apple_news_cover_embedwebvideo_url":"","apple_news_is_hidden":"","apple_news_is_paid":"","apple_news_is_preview":"","apple_news_is_sponsored":"","apple_news_maturity_rating":"","apple_news_metadata":"\"\"","apple_news_pullquote":"","apple_news_pullquote_position":"","apple_news_slug":"","apple_news_sections":[],"apple_news_suppress_video_url":false,"apple_news_use_image_component":false,"post_is_fact_checked":"false","post_co_author":"645","post_co_author_date":"2025-07-18T21:58:26","post_co_author_manual_date_checked":null,"post_reviewer":"-1","post_reviewer_date":"","post_reviewer_manual_date_checked":null,"post_editor":"-1","post_editor_date":null,"post_author_date":"2025-07-10T13:29:34","post_author_manual_date_checked":"false","_last_updated_date_data":"{\"is_updated_date_published\":true,\"last_updated_date\":\"2025-07-11 00:50:23\",\"timezone_offset\":\" +00:00\",\"last_update_summary\":\"We updated this entire guide with the most up-to-date information about setting up a photography business.\"}","_last_major_update":"","_search_priority":0,"feature_finder_bot_teaser_enabled":false,"feature_finder_bot_teaser_message":"","feature_finder_bot_teaser_placeholder":"","feature_finder_bot_teaser_suggestions":"","footnotes":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_yoast_wpseo_twitter-image":"","_yoast_wpseo_twitter-image-id":""},"categories":[99409],"tags":[],"asset_tag":[],"class_list":["post-885920","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-banking"],"apple_news_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.6 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Setting Up a Photography Business in Canada | Finder Canada<\/title>\n<meta name=\"description\" content=\"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting Up a Photography Business | Finder Canada\" \/>\n<meta property=\"og:description\" content=\"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business\" \/>\n<meta property=\"og:site_name\" content=\"Finder Canada\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-15T17:14:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Rebecca Low\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rebecca Low\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business\"},\"author\":[{\"name\":\"Rebecca Low\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/dac978d814ec5930cc37687e07dc2c41\"},{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/52bc07212c35752f0a3345e22921fe37\"}],\"headline\":\"How to set up a photography business in Canada\",\"datePublished\":\"2020-10-15T17:14:04+00:00\",\"dateModified\":\"2025-07-10T20:50:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business\"},\"wordCount\":2788,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2020\\\/10\\\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg\",\"articleSection\":[\"Business Banking\"],\"inLanguage\":{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"},\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#respond\"]}],\"citation\":[{\"@type\":\"CreativeWork\",\"name\":\"idp.com\",\"url\":\"https:\\\/\\\/www.idp.com\\\/find-a-course\\\/photography\\\/all-study-level\\\/canada\\\/\"},{\"@type\":\"CreativeWork\",\"name\":\"ontariobusinessgrants.com\",\"url\":\"https:\\\/\\\/ontariobusinessgrants.com\\\/start-a-business\\\/how-to-start-a-photography-business-in-ontario\\\/\"}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business\",\"name\":\"Setting Up a Photography Business in Canada | Finder Canada\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2020\\\/10\\\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg\",\"datePublished\":\"2020-10-15T17:14:04+00:00\",\"dateModified\":\"2025-07-10T20:50:23+00:00\",\"description\":\"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#primaryimage\",\"url\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2020\\\/10\\\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg\",\"contentUrl\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2020\\\/10\\\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg\",\"width\":1800,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\\\/setting-up-a-photography-business#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"CA\",\"item\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Banking\",\"item\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Business Banking\",\"item\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/banking\\\/business-banking\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to set up a photography business in Canada\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#website\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\",\"name\":\"Finder Canada\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\",\"name\":\"Finder\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/Finder-Logo-696x696-1.png\",\"contentUrl\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/05\\\/Finder-Logo-696x696-1.png\",\"width\":1392,\"height\":1392,\"caption\":\"Finder\"},\"image\":{\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Finder_(website)\"],\"description\":\"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.\",\"email\":\"heythere@finder.com\",\"legalName\":\"Finder\",\"foundingDate\":\"2006-01-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/dac978d814ec5930cc37687e07dc2c41\",\"name\":\"Rebecca Low\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/04\\\/RebeccaLow_Suppplied_600x600.jpg\",\"url\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/04\\\/RebeccaLow_Suppplied_600x600.jpg\",\"contentUrl\":\"https:\\\/\\\/www.finder.com\\\/finder-us\\\/wp-uploads\\\/sites\\\/5\\\/2025\\\/04\\\/RebeccaLow_Suppplied_600x600.jpg\",\"caption\":\"Rebecca Low\"},\"description\":\"Rebecca Low is a writer for Finder. She has contributed to a range of digital publications, including income.ca, Indeed, and Expatden, writing on topics like personal finance, career development, and travel.\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/author\\\/rebeccalow\",\"jobTitle\":\"Writer\",\"sameAs\":[],\"worksFor\":{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\",\"name\":\"Finder\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#\\\/schema\\\/person\\\/52bc07212c35752f0a3345e22921fe37\",\"name\":\"Matthew Boyle\",\"description\":\"Matthew Boyle is a banking and mortgages publisher at Finder. He has a 7-year history of publishing and has commissioned over 600 guides helping UK consumers and small business owners make better financial decisions.\\r\\n\\r\\nMatthew holds a BSc in European Business from the University of Hertfordshire and in his spare time loves to walk around Norfolk enjoying the local wildlife.\",\"jobTitle\":\"Publisher\",\"url\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/author\\\/mattboyle\",\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/Matthew08411738\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/mattboyle3\\\/\"],\"knowsAbout\":[{\"@type\":\"Thing\",\"name\":\"Helping first-time buyers apply for a mortgage\"},{\"@type\":\"Thing\",\"name\":\"Comparing bank accounts and highlighting useful features\"},{\"@type\":\"Thing\",\"name\":\"Publishing easy-to-understand guides\"}],\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/2025\\\/12\\\/MattBoyleF1_Finder_600x600.png370903bd1cef737290ab6dcb19515df2\",\"url\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/2025\\\/12\\\/MattBoyleF1_Finder_600x600.png\",\"contentUrl\":\"https:\\\/\\\/cdn.finder.com.au\\\/finder-us\\\/wp-uploads\\\/2025\\\/12\\\/MattBoyleF1_Finder_600x600.png\",\"caption\":\"Matthew Boyle\"},\"worksFor\":{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.finder.com\\\/ca\\\/#organization\",\"name\":\"Finder\"}},{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"name\":\"Frequently Asked Questions\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How much does it cost to start a photography business?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"It can cost anywhere from just over $2,000 to several thousand dollars to start a photography business. In general, you can expect the cost to land in the thousands once you factor in equipment, website hosting and basic marketing costs.\"}},{\"@type\":\"Question\",\"name\":\"What is the 20-60-20 rule in photography?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The 20-60-20 rule in photography states that a photographer should spend 20% of their time on getting the types of shots you're comfortable with, 60% of your time on shots that stretch your creativity and 20% of your time on more unconventional shots that push your creative limits.\"}},{\"@type\":\"Question\",\"name\":\"How profitable is photography business?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"While it greatly depends on how much you charge for your services and how often you are booked, photography businesses can earn anywhere between a few tens of thousands per year to over $100,000 per year.\"}}]}]}<\/script>\n<meta property=\"article:modified_time\" content=\"2025-07-10T20:50:23+00:00\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Setting Up a Photography Business in Canada | Finder Canada","description":"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business","og_locale":"en_US","og_type":"article","og_title":"Setting Up a Photography Business | Finder Canada","og_description":"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.","og_url":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business","og_site_name":"Finder Canada","article_published_time":"2020-10-15T17:14:04+00:00","og_image":[{"width":1800,"height":1000,"url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg","type":"image\/jpeg"}],"author":"Rebecca Low","twitter_misc":{"Written by":"Rebecca Low","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#article","isPartOf":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business"},"author":[{"name":"Rebecca Low","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/dac978d814ec5930cc37687e07dc2c41"},{"@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/52bc07212c35752f0a3345e22921fe37"}],"headline":"How to set up a photography business in Canada","datePublished":"2020-10-15T17:14:04+00:00","dateModified":"2025-07-10T20:50:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business"},"wordCount":2788,"commentCount":0,"publisher":{"@id":"https:\/\/www.finder.com\/ca\/#organization"},"image":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#primaryimage"},"thumbnailUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg","articleSection":["Business Banking"],"inLanguage":{"@type":"Language","name":"English","alternateName":"en"},"potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#respond"]}],"citation":[{"@type":"CreativeWork","name":"idp.com","url":"https:\/\/www.idp.com\/find-a-course\/photography\/all-study-level\/canada\/"},{"@type":"CreativeWork","name":"ontariobusinessgrants.com","url":"https:\/\/ontariobusinessgrants.com\/start-a-business\/how-to-start-a-photography-business-in-ontario\/"}]},{"@type":"WebPage","@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business","url":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business","name":"Setting Up a Photography Business in Canada | Finder Canada","isPartOf":{"@id":"https:\/\/www.finder.com\/ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#primaryimage"},"image":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#primaryimage"},"thumbnailUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg","datePublished":"2020-10-15T17:14:04+00:00","dateModified":"2025-07-10T20:50:23+00:00","description":"Turn your passion for photography into a business by learning the essential steps, costs, tax obligations and tips to launch successfully.","breadcrumb":{"@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#primaryimage","url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg","contentUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/5\/2020\/10\/How-to-set-up-a-photography-business_Supplied_1800x1000.jpg","width":1800,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/www.finder.com\/ca\/banking\/business-banking\/setting-up-a-photography-business#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"CA","item":"https:\/\/www.finder.com\/ca\/"},{"@type":"ListItem","position":2,"name":"Banking","item":"https:\/\/www.finder.com\/ca\/banking"},{"@type":"ListItem","position":3,"name":"Business Banking","item":"https:\/\/www.finder.com\/ca\/banking\/business-banking"},{"@type":"ListItem","position":4,"name":"How to set up a photography business in Canada"}]},{"@type":"WebSite","@id":"https:\/\/www.finder.com\/ca\/#website","url":"https:\/\/www.finder.com\/ca\/","name":"Finder Canada","description":"","publisher":{"@id":"https:\/\/www.finder.com\/ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.finder.com\/ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.finder.com\/ca\/#organization","name":"Finder","url":"https:\/\/www.finder.com\/ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/logo\/image\/","url":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/Finder-Logo-696x696-1.png","contentUrl":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/05\/Finder-Logo-696x696-1.png","width":1392,"height":1392,"caption":"Finder"},"image":{"@id":"https:\/\/www.finder.com\/ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/en.wikipedia.org\/wiki\/Finder_(website)"],"description":"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.","email":"heythere@finder.com","legalName":"Finder","foundingDate":"2006-01-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}},{"@type":"Person","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/dac978d814ec5930cc37687e07dc2c41","name":"Rebecca Low","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/04\/RebeccaLow_Suppplied_600x600.jpg","url":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/04\/RebeccaLow_Suppplied_600x600.jpg","contentUrl":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/5\/2025\/04\/RebeccaLow_Suppplied_600x600.jpg","caption":"Rebecca Low"},"description":"Rebecca Low is a writer for Finder. She has contributed to a range of digital publications, including income.ca, Indeed, and Expatden, writing on topics like personal finance, career development, and travel.","url":"https:\/\/www.finder.com\/ca\/author\/rebeccalow","jobTitle":"Writer","sameAs":[],"worksFor":{"@type":"Organization","@id":"https:\/\/www.finder.com\/ca\/#organization","name":"Finder"}},{"@type":"Person","@id":"https:\/\/www.finder.com\/ca\/#\/schema\/person\/52bc07212c35752f0a3345e22921fe37","name":"Matthew Boyle","description":"Matthew Boyle is a banking and mortgages publisher at Finder. He has a 7-year history of publishing and has commissioned over 600 guides helping UK consumers and small business owners make better financial decisions.\r\n\r\nMatthew holds a BSc in European Business from the University of Hertfordshire and in his spare time loves to walk around Norfolk enjoying the local wildlife.","jobTitle":"Publisher","url":"https:\/\/www.finder.com\/ca\/author\/mattboyle","sameAs":["https:\/\/twitter.com\/Matthew08411738","https:\/\/www.linkedin.com\/in\/mattboyle3\/"],"knowsAbout":[{"@type":"Thing","name":"Helping first-time buyers apply for a mortgage"},{"@type":"Thing","name":"Comparing bank accounts and highlighting useful features"},{"@type":"Thing","name":"Publishing easy-to-understand guides"}],"image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/12\/MattBoyleF1_Finder_600x600.png370903bd1cef737290ab6dcb19515df2","url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/12\/MattBoyleF1_Finder_600x600.png","contentUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/12\/MattBoyleF1_Finder_600x600.png","caption":"Matthew Boyle"},"worksFor":{"@type":"Organization","@id":"https:\/\/www.finder.com\/ca\/#organization","name":"Finder"}},{"@context":"https:\/\/schema.org","@type":"FAQPage","name":"Frequently Asked Questions","mainEntity":[{"@type":"Question","name":"How much does it cost to start a photography business?","acceptedAnswer":{"@type":"Answer","text":"It can cost anywhere from just over $2,000 to several thousand dollars to start a photography business. In general, you can expect the cost to land in the thousands once you factor in equipment, website hosting and basic marketing costs."}},{"@type":"Question","name":"What is the 20-60-20 rule in photography?","acceptedAnswer":{"@type":"Answer","text":"The 20-60-20 rule in photography states that a photographer should spend 20% of their time on getting the types of shots you're comfortable with, 60% of your time on shots that stretch your creativity and 20% of your time on more unconventional shots that push your creative limits."}},{"@type":"Question","name":"How profitable is photography business?","acceptedAnswer":{"@type":"Answer","text":"While it greatly depends on how much you charge for your services and how often you are booked, photography businesses can earn anywhere between a few tens of thousands per year to over $100,000 per year."}}]}]},"article_modified_time":"2025-07-10T20:50:23+00:00"},"custom_fields":{"_masthead_subheading":["{\"text\":\"Setting up a photography business isn&rsquo;t as complicated as it sounds. We&rsquo;ll show you the steps you need to take. \"}"],"_content_type":["niche-content\/information\/how-to"],"_masthead_variant":["{\"id\":\"standard-blue\",\"showFeaturedImage\":false,\"presetId\":\"\",\"shouldUsePrimaryCTAFieldName\":false,\"shouldUseSecondaryCTAFieldName\":false,\"primaryCTA\":null,\"secondaryCTA\":null,\"widgetShortcode\":\"\",\"widgetHeading\":\"\",\"widgetStats\":\"\",\"hasPrioritizedWidget\":false,\"hasMaximizedWidget\":false,\"shouldUseOverrideCTALabel\":false,\"overrideCTA\":null,\"cleanTopPicks\":\"\",\"tilesMenuId\":\"\"}"],"custom_post_template":["single-masthead-two-column.php"]},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/885920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/users\/1395"}],"replies":[{"embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/comments?post=885920"}],"version-history":[{"count":9,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/885920\/revisions"}],"predecessor-version":[{"id":1061736,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/posts\/885920\/revisions\/1061736"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/media\/1061429"}],"wp:attachment":[{"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/media?parent=885920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/categories?post=885920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/tags?post=885920"},{"taxonomy":"asset_tag","embeddable":true,"href":"https:\/\/www.finder.com\/ca\/wp-json\/wp\/v2\/asset_tag?post=885920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}