marketplace
POST /v1/marketplace/vendor/verification/subjects
Add a natural person to the identity file.
Doğrulama
API açarını bearer token kimi göndərin. Bu səhifə spresifikasiyada xüsusi icazə tələb etmir, buna görə də açarınıza ehtiyac duyduğu minimum səviyyədə icazə verin və güman etmək əvəzinə cavabı yoxlayın.
Bu endpoint heç bir təşkilat ID-si tələb etmir. Sizin açarınız artıq aid olduğu təşkilatı müəyyən edir və cavab həmin təşkilat üçün məhdudlaşdırılır.
Sınaqdan keçir
Bucaqlı mötərizələrdə olan hór şeyi öz qiymətlərinizlə, açar yertutucusunu isə idarə panelinizdən bir açarla əvəz edin.
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> }'Sistemə daxil olmusunuz? İdarə panelinizdəki API konsolu real təşkilatınızın identifikatorunu və öz açarınızı avtomatik doldurur, sorğunu canlı API-yə qarşı icra edir ki, siz faktiki cavabı görə biləsiniz. Bu son nöqtəni API konsolunda açın
Təfərrüatlar
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.
Sorğu gövdəsi
| Ad | Tip | Tələb olunur | Nədir |
|---|---|---|---|
kind | MarketplaceVerificationSubjectKind | Bəli | Why 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_name | string | Bəli | — |
ownership_percent | integer | Xeyr | — |
is_authorised | boolean | Xeyr | — |
first_name | string | Xeyr | DAC7 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,… |
last_name | string | Xeyr | — |
date_of_birth | string | Xeyr | ⛔ 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.… |
Cavab
| Ad | Tip | Tələb olunur | Nədir |
|---|---|---|---|
id | string | Bəli | — |
kind | MarketplaceVerificationSubjectKind | Bəli | Why 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_name | string | Bəli | — |
ownership_percent | integer | Xeyr | Null on the individual track and for a pure authorised signatory. A holding of 25% or less is refused rather than recorded. |
is_authorised | boolean | Bəli | The person authorised to act. An individual is trivially that person. |
state | MarketplaceVerificationSubjectState | Bəli | — |
rejection_reason | string | Xeyr | — |
Bu son nöqtənin qaytara biləcəyi xətalar
401 · 404 · 422