create Report
Income Check lets you verify an end user’s income by fetching real-time data from their bank account.
This function allow users to authenticate with their bank and after that an income report is generated on Tink backend. To fetch the generated report, use the TinkIncomeCheckSuccess.incomeCheckId identifier that is returned in the onSuccess callback.
Parameters
the Activity that is launching this flow.
Configuration the configuration for this flow.
IncomeCheckCreateReport the request object for this flow.
LaunchMode the display mode of this Tink flow inside your app.
(TinkIncomeCheckSuccess)->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.
For a detailed explanation on how to fetch the generated report, please refer to the Income check documentation page