What the API does
- Upsert a buyer and carry a KYC workflow to completion (marketplace-led or NT24-led).
- Register a VIN-based order linked to that buyer, with invoice, payment, and transport sub-resources.
- Poll a single compliance rollup or subscribe to webhooks to know when a transaction is ready for pickup or export.
- Download the generated Export File — the signed PDF your customer’s tax authority expects.
Workflow at a glance
Create or sync the buyer
POST /partners/{sellerId}/buyers upserts by VAT number. Choose MARKETPLACE_LED
(you provide KYC data) or NT24_LED (NT24 runs full verification + iDenfy + AML).Submit invoice, payment, transport
Three sub-resources on the order. Upload required documents as you go.
Poll compliance or wait for webhook
GET /partners/{sellerId}/orders/{uuid}/compliance or subscribe to
compliance.status_changed.How the API is organized
Buyer / KYC
Create buyers, upload KYC documents, trigger VIES checks and
NT24-led verification.
Orders
Register VIN-based transactions and track their compliance state.
Invoice, Payment, Transport
Submit commercial data and supporting documents.
Compliance & Export File
Poll rollup state, download the final export artifact.
Webhooks
Subscribe to compliance transitions, VIES failures, export file events.
Security & Compliance
OAuth2 service accounts, DPA, GDPR, EU-only data residency.
Who this is for
- Marketplaces (Santander-style) onboarding buyers on behalf of many dealer sellers.
- Dealer groups integrating their DMS to NT24 for their own sales pipeline.
- Dealer Management System (DMS) vendors offering NT24 compliance as a feature.
- Direct dealers automating workflows they already perform manually in the NT24 web app.
Next steps
Quickstart
Get a token and call
/me in 5 minutes.API Reference
Every endpoint, schema, and example.
Contact
Request pilot access.