@test-co v0.1.0
KYC — Individual Onboarding
A compliance schema published to the ProseID registry by @test-co. Explore the field model below and integrate it via the API.
Publication
- Protocol
- proseid/1.0
- Version
- v0.1.0
- Fields
- 3
Schema fields
3 fieldsField
Type
Description
Req
date_of_birthDate
date_of_birth
Req
full_nameString
full_name
Req
countryString
country
Opt
Example payload
JSON
{
"date_of_birth": "",
"full_name": "",
"country": ""
}A blank payload matching this schema's fields. Fill it in and POST to validate.
API usage
POST your payload to validate against the latest version. Returns 200 if valid, 422 with structured field-level errors otherwise.
cURL
curl -X POST https://proseid.com/api/v1/validate/test-co/kyc-individual-onboarding \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json 200 OK
{
"status": "READY",
"schema": "test-co/kyc-individual-onboarding",
"version": "0.1.0",
"errors": []
} 422 Invalid
{
"status": "INVALID",
"errors": [{
"field_id": "date_of_birth",
"kind": "required",
"message": "This field is required."
}]
}Release history
Immutable versionsLoading release history…
Trust ledger
Crowd → credentialedT
Provenance
Community publisher (unverified)
@test-co · latest v0.1.0
Community signal
0
0 votes
No votes yet.
Attestations · by version
0 totalNo attestations yet. A verified professional can vouch for a specific version.
Discussion
0 comments
to join the discussion.