Quick Start
4 min
introduction this quick start section will guide you through your first conecte sandbox integration steps, enabling consent creation and mocked product requests what all integration methods have in common link session the session used to start the consent flow open finance consent authorisation granted by the user to klavi to access data from a financial institution lgpd consent authorisation granted to klavi to access the users data from a financial institution events (optional) webhook notifications used to track the consent lifecycle asynchronous data delivery data is processed and delivered asynchronously integration methods klavi offers 3 different integration methods docid\ yk54935gkhirkvssjf n0 that vary in regards to development effort and integration robustness don't know which method to choose? basic whitelabel static whitelabel url, fully hosted by klavi best for quick integrations with minimal setup effort advanced whitelabel dynamic whitelabel url, fully hosted by klavi recommended when you need more security and session management, has medium setup effort api only back end based integration, fully hosted by the partner ideal for advanced use cases that require full control over the user experience what you need before starting before integrating, make sure you have access to a klavi console account used for configurations a sandbox app and its corresponding credentials or static url configured an events receival address in klavi console configured a products receival address in klavi console your first consent and product request obtain the consent journey static whitelabel url through klavi console open the url in your device, select 'klavi mock bank' and follow the journey steps untill the authorisation is completed verify if your application successfuly received and parsed the api events docid\ l2p6pw11adwvumkns6pkc use the data from the consent authorised event to request institution level docid 4riniovi1i501nopbxprc or user level docid\ vdaekvpwkhkhedbsro4ac products verifiy if your application successfuly received and parsed the requested products obtain the accesskey and secretkey from your app through klavi console request the /links docid\ mz5jywmwvljrezzqpd30s endpoint to create your consent journey dynamic whitelabel url open the url in your device, select 'klavi mock bank' and follow the journey steps until the authorisation is completed verify if your application successfuly received and parsed the api events docid\ l2p6pw11adwvumkns6pkc use the data from the consent authorised event to request institution level docid 4riniovi1i501nopbxprc or user level docid\ vdaekvpwkhkhedbsro4ac products verifiy if your application successfuly received and parsed the requested products obtain the accesskey and secretkey from your app through klavi console request the /links docid\ mz5jywmwvljrezzqpd30s endpoint to obtain the linktoken request the /institutions docid\ t6votqwn8zmuclhymuzae endpoint to collect available institutions data request the /consents docid\ j28oksmduuoonqt53xsh7 endpoint to create the consentredirecturl open the consentredirecturl and complete the authorisation process verify if your application successfuly received and parsed the api events docid\ l2p6pw11adwvumkns6pkc use the data from the consent authorised event to request institution level docid 4riniovi1i501nopbxprc or user level docid\ vdaekvpwkhkhedbsro4ac products verifiy if your application successfuly received and parsed the requested products

