Hosted Onboarding Page
The quickest way to build optimised identity verification pages, hosted on GuenoAI. Our hosted solution is a secure, fully customizable, hosted KYC and identity verification page that enables you to verify your clients quickly without any code.Custom configuration
To apply any of the parameters described on this page, please contact the Gueno technical team. They will configure the hosted page and validations according to your needs.
To apply any of the parameters described on this page, please contact the Gueno technical team. They will configure the hosted page and validations according to your needs.
Page customization parameters
You can customize the onboarding page using these parameters:| Parameter | Description |
|---|---|
domain | The web page can be hosted on your own domain. |
lang | The default page language: en, es, pt. |
headersColor | Hex code for the headers color. |
paragraphsColor | Hex code for the paragraphs color. |
supportTextsColor | Hex code for the support texts color. |
backgroundColor | Hex code for the background color. |
pillsColor | Hex code for the pills color. |
progressBarColor | Hex code for the progress bar color. |
primaryButtonColor | Hex code for the primary button color. |
secondaryButtonColor | Hex code for the secondary button color. |
selectorColor | Hex code for the selector color. |
primaryButtonTextColor | Hex code for the primary button text color. |
secondaryButtonTextColor | Hex code for the secondary button text color. |
borderRadius | Web border radius. Number between 0 and 50. |
icon | The page icon (favicon). |
logo | The main logo. |
Validation parameters
You can customize the validations using these parameters:| Parameter | Description |
|---|---|
| Exclude By Age | Decline automatically all sessions performed by users under a certain age. Number between 1 and 100. |
| Capture Method | Select allowed methods for images: Camera, Upload, or Both. |
| Duplicated users | When a user has previously approved documents from the same application, you can set an automatic rule: Approve, Review, or Decline. |
| QR / barcode | If a barcode or QR code was expected in the document but couldnât be read: Approve, Review, or Decline. |
| MRZ not valid | When a Machine-Readable Zone (MRZ) is expected in the document but cannot be read: Approve, Review, or Decline. |
| Expiration date | When a documentâs expiration date is expected but cannot be read or is in an invalid format: Approve, Review, or Decline. |
| Invalid validation | When we are unable to validate a date, detect a document number, or accurately recognize the document: Review or Decline. |
| Invalid document liveness | When we are unable to validate document liveness: Approve, Review, or Decline. |
| Address not processed | When the address on the document could not be found or geolocated (e.g. invalid or missing address): Approve, Review, or Decline. |
How to get the Onboarding page URL
- Create a Person â Use the Create Person API.
- Create a Session for that Person â Use the Create Validation (or equivalent) API to create a session.
- Get the
sessionUrlfrom the response. - Share the
sessionUrlwith your client so they can complete verification on the hosted page.