Skip to main content

LegalTalentFlowView

Callbacks

There is no error callback. Errors during the flow (expired token, network loss, rejected upload) are shown to the applicant inside the flow with a retry where it makes sense.

KYCSession

The session passed to onComplete. Useful fields: To get the decision, read the session on your backend by session_id.

Errors

The headless client throws LegalTalentError. Every error exposes a stable code: Zero-retention sessions add singleSubmitCode; see Zero-retention errors.

Environments

A token only works against the environment where the session was created.

Versioning

One SemVer for both platforms: tag v1.2.3 is SPM from: "1.2.3" and Maven 1.2.3. Published versions are immutable; fixes ship as a new patch version. Production apps must not consume -SNAPSHOT builds.