marketplace

POST /v1/marketplace/vendor/verification/subjects

Add a natural person to the identity file.

Tất cả các điểm cuối marketplace

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Điểm cuối này không nêu rõ quyền cụ thể trong thông số kỹ thuật, vì vậy hãy cấp cho khóa của bạn quyền tối thiểu cần thiết và kiểm tra phản hồi thay vì phỏng đoán.

Endpoint này không nhận ID tổ chức. Khóa của bạn đã xác định tổ chức mà nó thuộc về và phản hồi được giới hạn trong phạm vi đó.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

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

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

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.

Nội dung yêu cầu

TênLoạiBắt buộcNội dung này là gì
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_percentintegerKhông
is_authorisedbooleanKhông
first_namestringKhôngDAC7 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_namestringKhông
date_of_birthstringKhông⛔ 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…

Phản hồi

TênLoạiBắt buộcNội dung này là gì
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_percentintegerKhôngNull 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_reasonstringKhông

Các lỗi điểm cuối này có thể trả về

401 · 404 · 422