Synctera · Schema
CustomerVerificationResult
Verification result
FintechBackend-as-a-ServiceBankingPaymentsCard IssuingKYC
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique ID for this verification result. |
| issues | array | List of potential problems found. These are subject to change. |
| raw_response | object | |
| result | string | The determination of this verification. |
| vendor_info | object | |
| verification_time | string | The date and time the verification was completed. |
| verification_type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/customer_verification_result",
"title": "CustomerVerificationResult",
"description": "Verification result",
"properties": {
"id": {
"description": "Unique ID for this verification result.",
"example": "54cb1031-4a63-4dee-b6f7-458f267d4676",
"format": "uuid",
"readOnly": true,
"type": "string"
},
"issues": {
"deprecated": true,
"description": "List of potential problems found. These are subject to change.\n",
"items": {
"example": "R186: Global Watchlist sources selected are correlated with the input identifiers",
"type": "string"
},
"readOnly": true,
"type": "array"
},
"raw_response": {
"$ref": "#/components/schemas/raw_response"
},
"result": {
"description": "The determination of this verification.",
"enum": [
"ACCEPTED",
"REJECTED",
"REVIEW",
"PROVIDER_FAILURE",
"PROVISIONAL"
],
"example": "ACCEPTED",
"type": "string"
},
"vendor_info": {
"$ref": "#/components/schemas/verification_vendor_info"
},
"verification_time": {
"description": "The date and time the verification was completed.",
"format": "date-time",
"type": "string"
},
"verification_type": {
"$ref": "#/components/schemas/verification_type"
}
},
"required": [
"verification_type",
"result",
"verification_time"
],
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/synctera-customer-verification-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.