Integration guide
Overview of flow
Integration Steps
Create Client
A client represents the individual for whom you need to perform various KYC checks. A client is required to generate a flow session. This must be done in your backend server.
Example request
Example response
The response will contain an id
(the Client ID). It is required for the next step.
Generate session
A session is a unique ComplyCube URL address to redirect your clients to complete identity verification. Once complete, your clients will be redirected to your chosen URL.
To learn more about our Session endpoint.
Example request
Example response
Redirect the client to the URL
Redirect your client to the redirectUrl
generated in the previous step.
Once the client has provided all their details on the hosted solution:
ComplyCube will perform all the checks you opted for when creating the session (as part of
checkTypes
).The client will be redirected back to the specified
successUrl
.
You can retrieve the outcomes and breakdown of the checks via the API or Web Portal. If you have set up webhooks, a notification will be sent upon completing each check.
Customized branding
You can customize the color accents and add your logos to our hosted page through your brand settings (when available on your plan).
Last updated