Skip to main content
The idLinks sub-module manages KYC verification links powered by . Each link directs an investor to a hosted verification flow where they complete identity checks and optionally connect a wallet.
At least one of recipientEmail, recipientWallet, or recipientPhone is required. If recipientWallet is set, the investor must verify from that specific address. If omitted, any wallet can be connected during verification. Links can carry a fee the investor pays before verification starts:
List items expose feeCents, currency, and paidAt so you can track outstanding payments.
Expires a link immediately so it can no longer be used. Completed links cannot be revoked.
Re-sends an existing pending link via the specified channels.
Only links with status PENDING can be resent. Completed or expired links throw a TrussetError.