marketplace

POST /v1/marketplace/vendor/verification/subjects

Add a natural person to the identity file.

Tutti gli endpoint marketplace

Autenticazione

Invia una chiave API come bearer token. Questo endpoint non specifica un permesso specifico nella specifica, quindi assegna alla tua chiave i permessi minimi necessari e verifica la risposta invece di fare supposizioni.

Questo endpoint non richiede alcun ID organizzazione. La tua chiave identifica già l'organizzazione a cui appartiene e la risposta è limitata ad essa.

Provalo

Sostituisci qualsiasi elemento tra parentesi angolari con i tuoi valori e il segnaposto key con una chiave dalla tua dashboard.

curl -X POST https://api.zinndigital.com/v1/marketplace/vendor/verification/subjects \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "kind": <MarketplaceVerificationSubjectKind>, "full_name": <string> }'

Hai effettuato l'accesso? La console API nella tua dashboard inserisce il tuo ID organizzazione reale e la tua chiave personale, ed esegue la richiesta sull'API live in modo da poter vedere la risposta effettiva. Apri questo endpoint nella console API

Dettagli

One person on the individual track. On the company track, the person authorised to act plus **each beneficial owner over 25%** — a holding below that threshold is refused rather than recorded, because a person on a file whose presence nobody can later explain is worse than an absent one.

Corpo della richiesta

NomeTipoObbligatorioChe cos'è
kindMarketplaceVerificationSubjectKindWhy a natural person appears on the file. `primary` is the individual themselves, or the person authorised to act for a company; `beneficial_owner` is a holder of more than 25%.…
full_namestring
ownership_percentintegerNo
is_authorisedbooleanNo
first_namestringNoDAC7 reports an individual seller's name as separate elements (docs/298 §2a). ⭐ Beside `full_name`, not instead of it: that is the name as it appears on the identity DOCUMENT, w…
last_namestringNo
date_of_birthstringNo⛔ Mandatory in HMRC's schema for an individual seller — `PersonParty_Type` declares `BirthInfo` without `minOccurs="0"` — so a file without one produces a return HMRC rejects. A…

Risposta

NomeTipoObbligatorioChe cos'è
idstring
kindMarketplaceVerificationSubjectKindWhy a natural person appears on the file. `primary` is the individual themselves, or the person authorised to act for a company; `beneficial_owner` is a holder of more than 25%.…
full_namestring
ownership_percentintegerNoNull on the individual track and for a pure authorised signatory. A holding of 25% or less is refused rather than recorded.
is_authorisedbooleanThe person authorised to act. An individual is trivially that person.
stateMarketplaceVerificationSubjectState
rejection_reasonstringNo

Errori che questo endpoint può restituire

401 · 404 · 422