KreditCheck B2C Account Flow
Information about the KreditCheck B2C Account Flow. |
KreditCheck B2C Loan Flow
Information about the KreditCheck B2C Loan Flow. |
KreditCheck B2B Flow
Information about the KreditCheck B2B Flow. |
KreditCheck Callback Backend Integration
Learn how to get the results of a KreditCheck with a callback. |
Widget Integration Guide
Our widgets support zero-integration and can be embedded in two different ways:
1. URL Integration
Each customer receives a dedicated widget URL.
The widget can be started either:
-
in an iframe embedded into an existing website, or
-
in a separate browser window or tab.
Redirect URLs
The following optional URL parameters can be provided:
|
Parameter |
Description |
|---|---|
|
|
URL to redirect the user to after the widget has been completed successfully. |
|
|
URL to redirect the user to if the widget terminates with an error. |
Both URLs must be URL-encoded.
Example
https://b2c-kreditcheck-sandbox.finapi.io?redirectUrl=https%3A%2F%2Ffinapi.io
Client Reference
An optional parameter can be supplied to pass a customer-specific identifier to the widget.
|
Parameter |
Description |
|---|---|
|
|
Arbitrary customer-defined reference that is forwarded to the backend. It can be used to identify or personalize the process. |
Example:
https://b2c-kreditcheck-sandbox.finapi.io?clientReference=customer-12345
2. Web Component Integration
The widget can also be embedded directly into an existing HTML page as a Web Component.
For this integration method, finAPI provides a JavaScript loader that can be installed via NPM or loaded directly into the application.
The complete documentation, installation instructions, and usage examples are available here:
https://js-loader-finapi-general-live.finapi.io/docs/
This approach enables seamless integration into existing web applications while requiring only minimal implementation effort.

