create Report
Risk Insights provides lenders with a sophisticated feature library based on real-time data to see the full extent of an end-user's repayment capacity.
This function allows users to authenticate with their bank and after that a risk insights report is generated on Tink backend. To fetch the generated report, use the TinkRiskInsightsSuccess.riskInsightsId identifier that is returned in the onSuccess callback.
Parameters
the Activity that is launching this flow.
Configuration the configuration for this flow.
RiskInsightsCreateReport the request object for this flow.
LaunchMode the mode in which this Tink flow is shown inside your app.
the callback in case of a successful outcome TinkRiskInsightsSuccess of this flow.
the callback in case of a non-successful outcome TinkError of this flow or dismissed flow.
For a detailed explanation on how to fetch the generated report, please refer to fetch-risk-insights-report.