Skip to main content
GET
Get KYC status

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

customer_id
string<uuid>
required

The customer (child org) ID. Must belong to the caller's organization or a direct child.

Response

The org-level KYC status for the customer

KYC status response

customerId
string<uuid>
required
documents
object[]
required
needsWork
boolean
required
selfies
object[]
required
status
string
required
approvedAt
string<date-time> | null
currentRejectionReason
string | null
onChainMarked
boolean | null

Whether KYC is marked on-chain. Only present for Solana wallets. For other blockchain types (Stellar, EVM), this field is omitted as on-chain marking doesn't apply.

userMessage
string | null
walletPublicKey
string | null