marketplace
POST /v1/marketplace/vendor/verification/submit
Hand the identity file to review.
Authenticatie
Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.
Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.
Probeer het
Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.
curl -X POST https://api.zinndigital.com/v1/marketplace/vendor/verification/submit \
-H "Authorization: Bearer zdk_live_…"Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de 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).
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
verification | MarketplaceVerification | Ja | — |
requirements | MarketplaceVerificationRequirements | Ja | 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. |
Fouten die dit eindpunt kan retourneren
401 · 404 · 422