Tink.AccountCheck (Tink v1.0.0)

Copy Markdown View Source

Account verification reports — verify ownership, IBAN, and balance. Requires account-verification-reports:write and account-verification-reports:read.

Summary

Functions

Create an Account Check report. Requires account-verification-reports:write.

Get an Account Check report by ID. Requires account-verification-reports:read.

Get the PDF of an Account Check report. Requires account-verification-reports:read.

Functions

create(client, params)

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

Create an Account Check report. Requires account-verification-reports:write.

get(client, report_id)

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

Get an Account Check report by ID. Requires account-verification-reports:read.

get_pdf(client, report_id)

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

Get the PDF of an Account Check report. Requires account-verification-reports:read.