Skip to main content
POST
Upsert a buyer (create or return existing by VAT).

Authorizations

Authorization
string
header
required

OAuth 2.0 client_credentials grant via Keycloak service account. Clients are provisioned per IntegrationOrganization in the nt24-idp realm.

Headers

Idempotency-Key
string
required

Client-generated unique key (UUID recommended) for this write operation. Identical key + identical body within 24h returns the cached response. Identical key + different body returns 422.

Required string length: 1 - 255

Path Parameters

sellerId
string<uuid>
required

UUID of the seller trade partner (must be in caller's authorized list).

Body

application/json
kycMode
enum<string>
required

MARKETPLACE_LED (Mode A) — partner provides KYC data; NT24 stores + runs VIES only. NT24_LED (Mode B) — NT24 runs full verification (iDenfy + AML) and generates a profile.

Available options:
MARKETPLACE_LED,
NT24_LED
vatNumber
string
required
Example:

"DE123456789"

companyName
string
required
address
object
required
contacts
object[]

Response

Existing buyer returned.

uuid
string<uuid>
required
vatNumber
string
required
companyName
string
required
address
object
required
kycMode
enum<string>
required

MARKETPLACE_LED (Mode A) — partner provides KYC data; NT24 stores + runs VIES only. NT24_LED (Mode B) — NT24 runs full verification (iDenfy + AML) and generates a profile.

Available options:
MARKETPLACE_LED,
NT24_LED
status
enum<string>
required
Available options:
ACTIVE,
BLOCKED
version
integer
required

Optimistic-concurrency version.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required