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
@spec create(Tink.Client.t(), map()) :: {:ok, map()} | {:error, Tink.Error.t()}
Create an Account Check report. Requires account-verification-reports:write.
@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.
@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.