Skip to main content

Integration Instructions

Step 1: Add the FinMatch header snippet (required)

Add this script to the head of your site (ideally site-wide). We will provide your unique Merchant ID (“M Code”) when you sign up for a FinMatch account — it’s starred out below as M******.

<!-- FinMatch SDK (we provide your unique M Code / Merchant ID) -->
<script
src="https://storage.googleapis.com/finmatch-finance-marketing-assets/p/scripts/finmatch-sdk.js?merchantID=M******&v=1.0"
type="module"
async
></script>

Notes:

  • Use the exact merchant_id value we provide.

  • Keep type="module" and async as shown.

  • Add it site-wide, or at least on every page where you want FinMatch to render.

Step 2: Embed Finance Assistant

Place the containers where you want the Finance Assistant to appear (e.g. a dedicated finance page). If you work with multiple lenders, create a new page for each lender’s Finance Assistant.

Make sure you copy the correct container based on your partner lender.

Zopa Finance Assistant

<!-- Zopa Finance Assistant -->
<div id="zopa-calc-container" class="embed-zopa-calculator"></div>

Snap Finance Assistant

<!-- Snap Finance Assistant -->
<div id="snap-calc-container" class="embed-snap-calculator"></div>

Propensio Finance Assistant

<!-- Propensio Finance Assistant -->
<div id="propensio-calc-container"
class="embed-propensio-calculator"></div>

humm Finance Assistant

<!-- Humm Finance Assistant -->
<div id="humm-calc-container" class="embed-humm-calculator"></div>

Need Help?