marketplace

POST /v1/marketplace/vendor/verification/subjects

Add a natural person to the identity file.

Todos os endpoints de marketplace

Autenticação

Envie uma chave de API como um token bearer. Este endpoint não especifica uma permissão específica na documentação, portanto, conceda à sua chave o mínimo necessário e verifique a resposta em vez de assumir.

Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.

Experimente

Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.

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> }'

Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API

Detalhes

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 da requisição

NomeTipoObrigatórioO que é
kindMarketplaceVerificationSubjectKindSimWhy 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_namestringSim
ownership_percentintegerNão
is_authorisedbooleanNão
first_namestringNãoDAC7 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_namestringNão
date_of_birthstringNão⛔ 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…

Resposta

NomeTipoObrigatórioO que é
idstringSim
kindMarketplaceVerificationSubjectKindSimWhy 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_namestringSim
ownership_percentintegerNãoNull on the individual track and for a pure authorised signatory. A holding of 25% or less is refused rather than recorded.
is_authorisedbooleanSimThe person authorised to act. An individual is trivially that person.
stateMarketplaceVerificationSubjectStateSim
rejection_reasonstringNão

Erros que este endpoint pode retornar

401 · 404 · 422