Buy now, pay later.


Split your entire online purchase into 4 interest-free payments, over 6 weeks with no impact to your credit.

payment break down 25% today, 25% 2 weeks, 25% 4 weeks, 25% 6 weeks

25%
today

25%
2 weeks

25%
4 weeks

25%
6 weeks

Here's how to Sezzle


Step 1 - shop the store

Shop

Shop and add items to your cart as normal!

Step 2 - checkout at the store

Checkout

Choose Sezzle at Checkout! You’ll be redirected to Sezzle to Sign Up or Log In to complete your order.

Step 3 - Select Sezzle and Sezzleit

Sezzle it

Your order will be shipped out right away* and your payments will be split up over 6 weeks.

*shipping times subject to merchant shipping policy

Download the App


Shop directory. Reschedule payments. Plus more!

TOP
0 Items
self.addEventListener('push', function(event) { const payload = event.data.json(); const notification = payload.data; const notificationTitle = notification['title']; let notificationOptions = { body: notification['body'], } if (event.data) { notificationOptions.icon = notification['icon'] notificationOptions.data = { click_action: notification['click_action'] }; } event.waitUntil( self.registration.showNotification(notificationTitle, notificationOptions) ); }); self.addEventListener('notificationclick', function(event) { event.notification.close(); var url = event.notification.data.click_action; if(url) { event.waitUntil( clients.openWindow(url) ); } });