Partner With Us | Figure Out Finance
🤝 Referral Partnership Program

Partner With
Figure Out Finance

Grow your business by referring clients who need finance. We handle everything — you earn a referral fee. Simple, fast, and completely free to join.

Three reasons businesses
choose to refer to us

1 💰

Earn More on Every Sale

Add a revenue stream to your existing business. Refer a client for finance and earn a competitive referral fee when their loan settles — with no extra work on your end.

2

Reliable & Fast Payouts

We pay promptly on settlement. No chasing invoices, no delays. You’ll always know where your referral is at — Dean keeps you informed every step of the way.

3

No Upfront or Ongoing Costs

The referral program is completely free to join. No sign-up fees, no monthly costs, no contracts. Just refer, and we do the rest. It costs you nothing.

Everything your clients need,
handled by Dean

We’ve built a referral program designed to make you look great while your clients get the best outcome possible.

🚀

Fast Business Growth

Your customers access competitive finance rates with same-day response. We remove the finance barrier from your sales process so deals happen faster.

🏦

Access to 50+ Lenders

We work with an extensive panel of lenders across asset finance, business, personal, and leisure. More lenders means better rates and higher approval rates for your clients.

🏆

15+ Years Experience

Dean is a specialist in asset finance with deep automotive and commercial industry knowledge. Complex deals, self-employed clients, credit challenges — he’s seen it all.

🤝

Dedicated Support

Dean personally handles every referral from the first contact through to settlement. No hand-offs to junior staff — your clients get direct broker attention the whole way.

📍

On-Location Support

Available for dealer events, showdays, and on-site activations. Dean can come to you and your customers, making finance part of the in-person experience.

🎨

Co-Branded Marketing

We can provide custom marketing assets, repayment calculators, and co-branded collateral to help you promote finance options to your own audience.

A simple way to
earn more from your
existing relationships

You already have the relationships. Your clients trust you. When they need finance, you can now point them to a broker you trust — and get rewarded for it.

  • Works for dealers, mechanics, accountants, mortgage brokers and more
  • Refer any client who needs asset, business or personal finance
  • No finance knowledge required — just make an introduction
  • Your client is in good hands with a licensed, experienced broker
  • Earn a fee when the loan settles — reliably, every time
  • Completely free to join, no ongoing commitments
$0
Cost to join the program
  • 💸 Earn referral fees on every settled loan
  • Same-day response to your referrals
  • 📊 Access to 50+ lenders nationally
  • 📞 Dean handles all client communication
  • 🏁 Fast settlement, reliable payments
  • 📄 No contracts, cancel anytime

How it works in
three simple steps

Referring a client takes less than 2 minutes. Everything else is handled.

1
📤

Submit a Referral

Fill in the partner form below or simply call Dean. Give us the client’s name, contact details, and what they’re looking to finance. That’s it from your end.

2
💼

Dean Handles It

Dean contacts your client promptly, assesses their needs, and matches them with the right lender at the best available rate. He keeps you in the loop throughout.

3
💵

You Get Paid

When the loan settles, you receive your referral fee. Simple, transparent, and reliable. No invoices to chase — we pay promptly every time.

50+
Lenders
15+
Years Experience
Same Day
Response
Free
To Join
Dean Ame - Finance Broker
21+
Years in
Industry

Dean Ame — The broker
your clients will trust

With over 21 years in the automotive industry and 15+ years as a finance broker, Dean brings a depth of knowledge that most brokers simply don’t have. He understands how dealers work, how lenders think, and how to get deals across the line.

When you refer a client to Dean, you’re not sending them to a call centre or handing them off to a junior. Dean personally handles every single referral — from the first conversation to settlement. Your reputation is safe.

Complex scenarios welcome: self-employed, credit impairments, non-standard income, older assets. If there’s a way to get it done, Dean will find it.

🏦 FBAA Member #M-357123
AFCA Member #66404
🛡 PI Insurance
📍 Perth, WA

Ready to Partner?

Join the referral program today. Free to join, no obligations. Start earning on your referrals.

Apply to Partner →

Apply to join the
referral program

Fill in your details below and Dean will be in touch within one business day to get you set up.

🔒 Your details are kept private and never shared with third parties. By submitting you agree to be contacted by Figure Out Finance regarding the referral program.

👏

Application Received!

Thanks for applying to partner with Figure Out Finance. Dean will review your application and be in touch within one business day to get you set up and ready to refer.

n() { ‘use strict’; // — NAV SCROLL EFFECT — var nav = document.getElementById(‘fof-nav’); if (nav) { window.addEventListener(‘scroll’, function() { nav.classList.toggle(‘scrolled’, window.scrollY > 40); }, { passive: true }); } // — DESKTOP DROPDOWN — keep label visible while mousing into submenu — document.querySelectorAll(‘.fof-nav-item’).forEach(function(item) { var timer; item.addEventListener(‘mouseenter’, function() { clearTimeout(timer); item.classList.add(‘active’); }); item.addEventListener(‘mouseleave’, function() { timer = setTimeout(function() { item.classList.remove(‘active’); }, 80); }); }); // — HAMBURGER MENU — var hamburger = document.getElementById(‘fof-hamburger’); var mobileNav = document.getElementById(‘fof-mobile-nav’); if (hamburger && mobileNav) { hamburger.addEventListener(‘click’, function() { var open = mobileNav.classList.toggle(‘open’); hamburger.classList.toggle(‘open’, open); hamburger.setAttribute(‘aria-expanded’, open); document.body.style.overflow = open ? ‘hidden’ : ”; }); } // — MOBILE DROPDOWN TOGGLES — document.querySelectorAll(‘.fof-mobile-link[data-target]’).forEach(function(link) { link.addEventListener(‘click’, function() { var target = document.getElementById(this.dataset.target); if (!target) return; var isOpen = target.classList.toggle(‘open’); this.classList.toggle(‘open’, isOpen); }); }); })();