create Report
Expense Check lets you verify end-user expenses by fetching real-time data from banks.
This function allows users to authenticate with their bank and after that an expense report is generated on Tink backend. To fetch the generated report, use the TinkExpenseCheckSuccess.expenseCheckId identifier that is returned in the onSuccess callback.
Parameters
the Activity that is launching this flow.
Configuration the configuration for this flow.
ExpenseCheckCreateReport the request object for this flow.
LaunchMode the display mode of this Tink flow inside your app.
(TinkExpenseCheckSuccess)->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 Expense check documentation page