marketplace
POST /v1/marketplace/vendor/verification/submit
Hand the identity file to review.
Authentication
Send an API key as a bearer token. This endpoint does not state a specific permission in the specification, so give your key the least it needs and check the response rather than assuming.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X POST https://api.zinndigital.com/v1/marketplace/vendor/verification/submit \
-H "Authorization: Bearer zdk_live_…"Signed in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
Completeness is checked **here** rather than at review, so a seller finds out in ten seconds instead of in two days and the reviewer's queue holds files that can actually be decided. A refusal names every missing requirement at once. Submitting also requires the self-billing agreement: we buy from the seller net and self-bill, so the payout statement doubles as their invoice to us (docs/82 §8).
Response
| Name | Type | Required | What it is |
|---|---|---|---|
verification | MarketplaceVerification | Yes | — |
requirements | MarketplaceVerificationRequirements | Yes | What the file still needs, computed from the track. ⭐ Published so a screen renders the checklist rather than re-implementing the track rules and drifting from them. |
Errors this endpoint can return
401 · 404 · 422