CLI First
Tools
Only
start_verification is billed, because that is the call that opens a hosted
identity session with the verification provider. It charges 60 credits ($3.00) for
each member a session was created for; reads, resends and token submission are
free. A member whose session fails to open is not charged.How It Works
- Start verification — provide members with names, emails, ownership percentages, and responsible party designation
- Primary member gets their hosted KYC link returned immediately in the response
- Secondary members are emailed their KYC links automatically
- Each member completes KYC in their browser (ID scan, selfie, SSN, address)
- Status updates arrive via verification webhooks or the validation token endpoint
- When all members pass,
ready_for_formationbecomestrue
Starting Verification
Member Parameters
Validation Rules
- At least one member is required
- Exactly one member must have
role: "primary" - Exactly one member must have
is_responsible_party: true - Ownership percentages must sum to exactly 100
Checking Status
ready_for_formation is true only when every member has status: "pass". This is the gate signal for downstream formation.Completing Verification (Validation Token)
After a member finishes KYC in the hosted flow, the embedded SDK provides avalidationToken. Submit it to get immediate status confirmation without waiting for the webhook: