Get the 2023 Nissan Versa today!

Get the 2023 Nissan Versa today!

Expired

Finance select 2023 Nissan Versa at 7.99% APR for 60 months.

Certain conditions apply. Offers end October 2nd, 2023.

Offers available from September 1, 2023 to October 2, 2023. Payments cannot be made on a weekly basis, for advertising purposes only. *Representative finance offer based on a new 2023 Versa S CVT. Selling Price is $22,510 financed at 7.99% APR equals 60 monthly payments of $456 monthly for a 60 month term. $0 down payment required. Cost of borrowing is $4,869 for a total obligation of $27,379. Finance Cash of $0 and $0 bonus cash included in advertised offers on 2023 Versa S BVA.

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); }) }); });