Partner Admin
Staff at a white-label deployment of FinToken X — typically a bank or large fintech that wants to offer invoice finance under its own brand without building the platform. Partner Admins manage their tenant's Application Programming Interface (API) keys, theme, sub-partner onboarding, supply-chain finance programmes, billing. They cannot bypass FinToken X's customer gates — every Small or Medium-sized Enterprise (SME) their tenant onboards still passes Gates 1–3 on FinToken X's checks.
The white-label model
Two tenants per partner deployment: the partner itself (Mercia), and the customers it onboards (their corporate buyers + the buyers' supplier ecosystems). FinToken X enforces the same rules on customers regardless of the partner.
White-labelled UI
Theme, logo, colours, custom domain (finance.merciabank.co.uk). Underlying React app is unchanged; theme tokens swap at runtime.
Partner-branded transactional emails
From finance@merciabank.co.uk; signed with Mercia's DomainKeys Identified Mail (DKIM) via FinToken X's outbound mailer.
Tenant-scoped data
Every record carries a tenant ID. Mercia sees its own customers' records; another partner sees its own. Cross-tenant queries are not exposed.
Same Know Your Customer (KYC)/Anti-Money Laundering (AML) rules
Mercia's customers pass FinToken X's gates, not Mercia's own. Mercia can layer additional checks on top, but cannot subtract.
Bespoke pricing
Mercia sets its own discount band, platform fee share, and tier rules — within FinToken X's overall caps.
SCF programmes
The headline product: Mercia signs up Northwind Retail as the obligor, and Northwind's full supplier ecosystem gets a one-tap onboarding flow.
Flow map
| Step | Helena's view | State |
|---|---|---|
| P1 | Partner activation (one-time, run by FinToken X account team) | PARTNER_ACTIVE |
| P2 | Theme & domain setup | THEME_PUBLISHED |
| P3 | API keys + webhooks | KEYS_ISSUED |
| P4 | Onboard a sub-partner / corporate | SUBPARTNER_ACTIVE |
| P5 | Run an SCF programme | SCF_PROGRAMME_LIVE |
| P6 | Monitor usage + receive monthly bill | — |
Partner portal · /partner
Mercia Trade Finance · partner console
White-label deployment of FinToken X for Mercia Bank plc
SCF programmes
Recent onboarding events
SCF programme · /partner/scf/programmes/:id
A Supply-Chain Finance programme: one corporate buyer (the obligor), N suppliers, bespoke pricing, and a one-tap onboarding flow that pre-populates the buyer field on every supplier's invoice.
Northwind Retail SCF programme
142 active suppliers · £3.2m funded MTD
Programme parameters
| Obligor | Northwind Retail plc |
| Tenor band | 30–90 days |
| Discount band (suppliers) | 2.0%–2.6% |
| Mercia margin | 0.4% of face value |
| Funding source | Mercia Bank plc balance sheet (own books) |
| Onboarding URL | finance.merciabank.co.uk/scf/northwind |
Suppliers in programme
142 active · 8 in onboarding · 0 declined this month
Theme & domain · /partner/theme-editor
White-label theming. The same React app, with theme tokens swapped at runtime.
Theme editor
Logo, colours, font, custom domain
Brand
fx-tenants.fintokenx.uk · TLS issued via Let's Encrypt · Verifiedfx-tenant._domainkey.merciabank.co.ukAPI keys & webhooks · /partner/api-keys
Each tenant gets its own keys; rate limits per key set by FinToken X plan; per-tenant webhook endpoints.
API keys
Mercia Trade Finance · scoped to tenant tnt_mercia_bank
fxk_live_M3a…fxk_test_M3b…Webhook endpoints
https://mb-api.merciabank.co.uk/fx/webhookUsage & billing · /partner/billing
Monthly bill with line items: per-funded-invoice fee, per-tokenisation fee, per-secondary-trade fee, per-API-call beyond included quota.
May 2026 statement
| Line item | Volume | Rate | Amount |
|---|---|---|---|
| Subscription · Trade Finance Partner tier | 1 month | £18,000 | £18,000.00 |
| Per-funded-invoice fee | 2,184 invoices | £2.50 each | £5,460.00 |
| Per-tokenisation fee | 2,184 mints | £0.40 each | £873.60 |
| Per-API-call (beyond 1m included) | 284,000 | £0.0008 each | £227.20 |
| White-label theme + DKIM | 1 month | £500 | £500.00 |
| Total · ex-VAT | £25,060.80 |
Where it can go wrong
| Branch | Helena's view | Recovery |
|---|---|---|
| API key compromised | Revoke + audit; webhook secret rotation; usage delta in last 24h surfaced for forensic review. | Self-service. |
| DKIM failing on emails (DNS rotation) | Theme editor flags red; emails fall back to FinToken X branded sender until re-validated. | Mercia DNS team re-publishes; verify from theme editor. |
| SCF supplier fails Gates 1–3 | Supplier sees "could not approve" — same tipping-off discipline as the broker pipeline. Helena sees only "1 supplier declined this month" in aggregate. | None partner-side. |
| Rate-limit breach (API quota) | HTTP 429s start; usage console shows the spike; offered upgrade prompt. | Upgrade plan or implement back-off in their integration. |
| Compliance freeze on a sub-partner | Programme suspends new funding; existing positions continue to maturity. | FinToken X compliance team handles; Helena is informed of impact only. |