create Report
Account Check lets you confirm the owner of a bank account by fetching real-time data from banks for private users.
This function allow users to authenticate with their bank and select an account for which a report will be created on Tink backend. To fetch the generated report for private user, use the TinkAccountCheckSuccess.accountVerificationReportId identifier that is returned in the onSuccess callback.
Parameters
the Activity that is launching this flow.
Configuration the configuration for this flow.
AccountCheckCreateReport the request object for this flow.
LaunchMode the display mode of this Tink flow inside your app.
(TinkAccountCheckSuccess)->Unit the callback in case of a successful outcome of this flow.
(TinkError)->Unit the callback in case of a non-successful outcome or if the user dismissed the flow.
about how to fetch the generated report for private user, please refer to the Account check documentation page