ORDERS PLACED TO DATE
1301

Financing solution for up to 84 installments for pre-owned designer watches and jewelry

Francine Joaillerie, your luxury online store, now offers the option to pay in installments. As an expert in pre-owned watches and designer jewelry, Francine is pleased to present its flexible financing solution. Treat yourself to a Rolex, Patek Philippe, or Audemars Piguet watch—or a piece of jewelry from Cartier, Van Cleef & Arpels, Bulgari, or Boucheron —thanks to our financing options with no compromises.

FOR AN ESTIMATE OR AN APPRAISAL

Francine Joaillerie offers a financing service for watches, jewelry, and handbags, allowing you to pay for your Rolex in installments. This exclusive service gives you access to luxury watches and designer jewelry without depleting your savings all at once. With our offer, buying a luxury watch in 10 installments is not only possible but also advantageous. You decide the number of monthly payments that suits you and the down payment amount, keeping in mind that a minimum of 20% will be required at the time of reservation.

A luxury website that offers payment in installments

CUSTOMIZABLE CONSUMER LOAN WITH TERMS FROM 10 TO 84 INSTALLMENTS, SUBJECT TO FEES

For those who wish to spread out their payments over a long period—such as paying for a Rolex in 60 installments—choose our customizable consumer loan with terms ranging from 10 to 84 installments (fees apply). Customize your loan 100% by choosing the number of monthly payments and the down payment that work best for you. A 20% down payment is required to confirm your commitment.
Contact us directly or visit us in-store to get a financing estimate tailored to your needs.
For example, if you purchase a pre-owned Rolex in 48 installments for €25,000, you avoid spending €25,000 all at once, choosing instead to allocate that money to other projects while still enjoying your Rolex every day. You make a down payment of €5,000, or 20%, leaving €20,000 to be financed:

The Benefits of Customizable Consumer Credit

• Flexibility: Choose the number of monthly payments and the down payment based on your needs and financial situation.
• Budget control: Spread the cost of your purchase over a longer period for better financial management—with the option to pay for your jewelry in up to 84 installments!
• Access to luxury items: Treat yourself to luxury items without having to wait until you’ve saved up the full amount.
• Preserve your capital: Paying in monthly installments, even if

Finance an investment or a treat with a loan

The pre-owned watch market has experienced extraordinary growth for years, with an annual growth rate of around 8% over the past decade, outperforming many other, more conventional investment vehicles.

For example, if you pay for a Rolex in 60 installments, there’s a good chance that the resulting capital gain will cover the cost of the credit.

How can you take advantage of our financing solution?

At Francine Joaillerie, we offer you the option to pay for your watch or piece of jewelry in several monthly installments—stress-free and with complete peace of mind.
Our financing solution is fast, personalized, and 100% digital.

HOW DO I PROCEED?

1/ Choose the room that interests you
Find the watch or piece of jewelry you wish to purchase, then send us a message directly via WhatsApp at +33.6.25.77.13.09.
2/ Please provide us with the following information:
First and last name
Phone number
Email address
Mailing address
Amount to be financed
Number of monthly payments desired
3/ We’ll pre-fill your application for you
Once we receive your information, we’ll submit the financing request to our partner. You’ll then receive a secure link via text message or email so you can complete your application yourself, at your own pace.
4/ You can complete the application in just a few clicks
All you need to do is:
• upload your supporting documents (ID, bank account information, etc.)
• log in to your secure online banking account (via a certified portal) to allow the analysis algorithm to assess your ability to repay the loan.

This step is confidential, encrypted, and does not grant any access to your personal data or your bank account.

5/ Immediate Response
You’ll receive an instant response from our financing partner. If your request is approved, the process is finalized, and we’ll reserve your part.

Reliable and Secure Financing

Our financing partner is licensed in France and recognized for the security and speed of its service. Your data is protected, and every step is governed by strict confidentiality protocols.

ANY QUESTIONS?

Our team is available via WhatsApp at +33 6 25 77 13 09 to assist you every step of the way.

Take advantage of our financing solution today

With deferred payment options in the form of consumer credit plans ranging from 10 to 84 installments, Francine Joaillerie offers unique payment plans to help you acquire the luxury watches and designer jewelry of your dreams.

Purchasing luxury watches and designer jewelry is now within reach thanks to our installment payment plan. Treat yourself to a Rolex, Patek Philippe, or Audemars Piguet, or a piece of jewelry from a renowned brand such as Cartier, Van Cleef & Arpels, Bulgari, or Boucheron. Don’t wait any longer to make your dreams come true—contact us today to discuss your financing options.

Check out our watches

Women's Watches

Men's Watches

Check out our Jewelry and Handbags

Jewelry

Handbags

Our Latest Articles

A Comprehensive Guide to Effectively Selling Your Pre-Owned Luxury Watch in 2025

A Comprehensive Guide to Effectively Selling Your Pre-Owned Luxury Watch in 2025

22 June 2026

Men’s Suits: 5 Details That Effortlessly Transform Your Look

30 May 2026

5 Criteria for Choosing a Reliable Jewelry Appraiser Before Making a Decision

18 May 2026

Certified, 100% Authentic

14-Day Right of Withdrawal


Express & Secure Delivery


2-Year Warranty

Payments
in instalments

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

Our Authentication Process

Every piece offered by Francine Joaillerie undergoes a rigorous inspection before it goes on sale.

Our standard is simple: we only offer pieces whose authenticity we can confidently guarantee.

/*Formulaire de recherche */ /*document.getElementById('loop').addEventListener('click', function() { var searchElement = document.querySelector('.search'); if (searchElement) { searchElement.classList.add('click'); } });*/ /* description produit */ /*document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { container.classList.toggle("open"); btn.innerText = container.classList.contains("open") ? "Réduire" : "Lire la suite"; }); });*/ document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector(".truncate-desc"); const btn = document.querySelector(".read-more-btn"); if (!container || !btn) return; btn.addEventListener("click", function () { if (container.classList.contains("open")) { container.classList.remove("open"); container.style.maxHeight = "120px"; btn.textContent = "Lire la suite"; } else { container.classList.add("open"); container.style.maxHeight = container.scrollHeight + "px"; btn.textContent = "Réduire"; } }); }); /* navigateur filtre produits */ (function() { var pos = 0; var rebuilding = false; function buildPills() { var inner = document.getElementById('jsf-inner'); if (!inner) return; var inputs = document.querySelectorAll('.jet-filters-group input[type="checkbox"]'); if (!inputs.length) return; inner.innerHTML = ''; inputs.forEach(function(input) { var label = input.getAttribute('data-label') || input.getAttribute('aria-label') || ''; var pill = document.createElement('span'); pill.className = 'jsf-pill' + (input.checked ? ' active' : ''); pill.textContent = label; pill.addEventListener('click', function() { input.click(); setTimeout(function() { pill.classList.toggle('active', input.checked); }, 50); }); input.addEventListener('change', function() { pill.classList.toggle('active', input.checked); }); inner.appendChild(pill); }); } var observer = new MutationObserver(function() { if (rebuilding) return; rebuilding = true; setTimeout(function() { buildPills(); rebuilding = false; }, 300); }); document.addEventListener('DOMContentLoaded', function() { buildPills(); observer.observe(document.body, { childList: true, subtree: true }); }); document.addEventListener('click', function(e) { var inner = document.getElementById('jsf-inner'); var track = inner ? inner.parentElement : null; if (!inner || !track) return; if (e.target.classList.contains('jsf-next')) { pos = Math.min(pos + 160, inner.scrollWidth - track.offsetWidth); inner.style.transform = 'translateX(-' + pos + 'px)'; } if (e.target.classList.contains('jsf-prev')) { pos = Math.max(pos - 160, 0); inner.style.transform = 'translateX(-' + pos + 'px)'; } }); })(); /* masquer range filter si aucun résultat */ jQuery(document).ready(function($) { var $rangeFilter = $('.jet-range-filter'); $(document).on('jet-filter-custom-content-render', function(e, response) { var count = parseInt(response.count) || 0; if (count === 0) { $rangeFilter.hide(); } else { $rangeFilter.show(); } }); });