Nissan Loyalty Program

Nissan Loyalty Program

Our primary goal at Nissan Canada Finance is to offer our valued customers a hassle-free, quick and smooth transition into their next new Nissan vehicle. We want to help you and your family members make every journey a memorable one and as a loyal customer, we can deliver more!

If you are leasing or financing your Nissan vehicle with Nissan Canada Inc., or if you currently own a Nissan vehicle 10-years old or newer, you are eligible to take advantage of the Nissan Canada Finance Loyalty Program.

Book your test drive today!

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });