Stellar · Schema

KYCLinkInfo

KYC verification link information

BlockchainCryptocurrencyDecentralized ExchangeLedgerPaymentsSmart ContractsWeb3

Properties

Name Type Description
id string Unique identifier for the KYC link
full_name string Full name of the person undergoing KYC
email string Email address for KYC verification
type object
kyc_link string URL for completing KYC verification
tos_link string URL for accepting terms of service
kyc_status object
tos_status object
rejection_reasons array Reasons for KYC rejection (if applicable)
created_at string When the KYC link was created
customer_id string Bridge customer ID
View JSON Schema on GitHub

JSON Schema

stellar-sdp-kyclinkinfo.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://developers.stellar.org/schemas/sdp/KYCLinkInfo.json",
  "title": "KYCLinkInfo",
  "type": "object",
  "description": "KYC verification link information",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the KYC link",
      "example": "kyc_456def"
    },
    "full_name": {
      "type": "string",
      "description": "Full name of the person undergoing KYC",
      "example": "John Doe"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address for KYC verification",
      "example": "john@example.com"
    },
    "type": {
      "$ref": "#/components/schemas/KYCType"
    },
    "kyc_link": {
      "type": "string",
      "format": "uri",
      "description": "URL for completing KYC verification",
      "example": "https://bridge.stellar.org/kyc/456def"
    },
    "tos_link": {
      "type": "string",
      "format": "uri",
      "description": "URL for accepting terms of service",
      "example": "https://bridge.stellar.org/tos/456def"
    },
    "kyc_status": {
      "$ref": "#/components/schemas/KYCStatus"
    },
    "tos_status": {
      "$ref": "#/components/schemas/TOSStatus"
    },
    "rejection_reasons": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Reasons for KYC rejection (if applicable)",
      "example": [
        "Incomplete documentation",
        "Address verification failed"
      ]
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "When the KYC link was created",
      "example": "2025-01-01T00:00:00Z"
    },
    "customer_id": {
      "type": "string",
      "description": "Bridge customer ID",
      "example": "cust_123abc"
    }
  },
  "required": [
    "id",
    "full_name",
    "email",
    "type",
    "kyc_link",
    "tos_link",
    "kyc_status",
    "tos_status",
    "customer_id"
  ]
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/stellar-sdp-kyclinkinfo"
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 email required.

A second provider on the same verified email joins the account you already have.