Tink.Identities (Tink v1.0.0)

Copy Markdown View Source

User identity data from the bank (verified name, address, date of birth).

Requires identity:read (v1) or identities:readonly (v2) scope. Used for KYC, onboarding, and account verification flows.

Identity data is bank-verified — it comes directly from the financial institution and reflects what they hold on file for the account holder.

Summary

Functions

List identity records for the authenticated user (v1 API). Requires identity:read scope.

List identity records for the authenticated user (v2 API). Requires identities:readonly scope.

Functions

list(client)

@spec list(Tink.Client.t()) :: {:ok, map()} | {:error, Tink.Error.t()}

List identity records for the authenticated user (v1 API). Requires identity:read scope.

list_v2(client)

@spec list_v2(Tink.Client.t()) :: {:ok, map()} | {:error, Tink.Error.t()}

List identity records for the authenticated user (v2 API). Requires identities:readonly scope.