Virtual AML checks
Create a check and Blinc-UK invites the client to verify themselves from their phone. You're told the moment they submit, and again when the outcome is in.
Open API
Run Blinc-UK checks from inside the software your team already uses. Start checks, follow their progress and pull the results from your CRM, case-management or proptech platform — with a free sandbox to build against first.
CRM, case-management, referencing and proptech platforms that want to offer Blinc-UK checks to the firms they serve, without leaving their own product.
Multi-branch firms with in-house or agency developers who want compliance woven into their own onboarding, pipeline or reporting tools.
Case-management systems that need AML and Land Registry evidence attached to the matter automatically, with the certificate stored alongside it.
What you can do
Everything below is the same check, the same outcome and the same certificate you'd get in the Blinc-UK platform — just started and delivered wherever your team actually works.
Create a check and Blinc-UK invites the client to verify themselves from their phone. You're told the moment they submit, and again when the outcome is in.
Client in the branch? Start the check, send the images of their ID document from your own system, and receive the outcome and certificate back.
Search an address, list the titles found, and pull the official register and title plan — passed through at cost, exactly as in the platform.
Confirm that a vendor or landlord actually appears on the Land Registry title of the property being transacted, in a single call.
Register an endpoint and every status change arrives as a signed event — invited, submitted, completed, reviewed, cancelled — so nobody has to keep checking.
Fetch the branded AML certificate PDF for any completed check and store it against the transaction in your own system.
How it works
A company admin creates a test key under Company → API in the Blinc-UK platform. Test keys are free, fully separate from live data, and bill nothing.
The sandbox runs the same endpoints with the same validation as live. Use the surname INSTANT to complete a check immediately, register a webhook endpoint and watch the events arrive.
Swap to a live key when you're ready. Live checks are billed exactly as they are in the platform — pay-as-you-go, with no minimum AML spend.
Authorization: Bearer blinc_live_•••••••• Idempotency-Key: 6f1c9a2e-… { "type": "virtual", "customer_type": "vendor", "first_name": "Jess", "last_name": "Hale", "email": "j.hale@example.co.uk", "ongoing_monitoring": true }
{
"type": "aml_check.completed",
"livemode": true,
"data": {
"id": "aml_2qk7…",
"status": "completed",
"result": { "outcome": "clear", "flags": [] },
"dashboard_url": "https://app.blinc-uk.com/…"
}
}Illustrative request and event, in the shape of the live API. All data is fictional.
For your developers
No surprises, no reverse-engineering. The conventions your team already knows from the best-run APIs, applied to property compliance.
Plain JSON over HTTPS. The full specification is public, so you can browse it, test requests from the reference docs, or generate a client in your language of choice.
Bearer keys, test and live, scoped to your company. A key can be limited to specific branches, and every check is recorded against the branch that ran it.
Every event is signed to the Standard Webhooks specification, so you can verify it really came from Blinc-UK before you trust it. Send a test ping to any endpoint you register.
Send an Idempotency-Key with any request that creates something, and a retry can never create a duplicate check — or a duplicate charge.
Versions are dates, and every key is pinned to one. Breaking changes ship under a new version, no version is retired less than 12 months after the next, and a public changelog lists every change.
Failures come back as structured problem details with a stable error code. Every response carries rate-limit headers, so your integration can back off before it's ever throttled.
A check started through the API costs exactly what it costs in the platform. Pay-as-you-go, no minimum AML spend, Land Registry searches at cost — and it all lands on the same monthly invoice.
Test keys hit the same endpoints with the same validation as live, so anything the sandbox accepts, production accepts too. Checks follow a scripted lifecycle and fire real signed events — without a single billed check.
Anyone building for a Blinc-UK customer. API keys are created by a company admin under Company → API in the platform, so a firm can connect its own systems, and a software vendor can integrate on behalf of the firms it serves. If you're a vendor who wants to offer Blinc-UK checks to your users, get in touch and we'll get you set up with a sandbox.
Checks started through the API are billed exactly as they are in the platform — pay-as-you-go, with no minimum AML spend and Land Registry searches passed through at cost. Test keys bill nothing.
Yes. Test keys run against the same endpoints with the same validation as live, but make no real checks and bill nothing. Sandbox checks follow a scripted lifecycle, so you can see every event your integration needs to handle before you go live.
No. Every key is pinned to the API version that was current when it was created, and it stays on that version until you choose to upgrade it. Additive changes arrive for everyone; breaking changes ship under a new dated version, and no version is retired less than 12 months after the next one.
Every delivery is signed to the Standard Webhooks specification using the secret issued when you register the endpoint. Verify the signature before you act on an event, and use the test ping to confirm your endpoint is wired up correctly.
Yes. Every check is recorded against one of your branches. Leave the branch out and it goes to your primary branch; pass one to record it elsewhere. A key can also be restricted to a subset of branches when it's created.
Book a demo and we'll walk through the integration with your team — what to send, what comes back, and how to go live. Or point your developers straight at the docs.