Skip to main content

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.

Page customization parameters

You can customize the onboarding page using these parameters:
ParameterDescription
domainThe web page can be hosted on your own domain.
langThe default page language: en, es, pt.
headersColorHex code for the headers color.
paragraphsColorHex code for the paragraphs color.
supportTextsColorHex code for the support texts color.
backgroundColorHex code for the background color.
pillsColorHex code for the pills color.
progressBarColorHex code for the progress bar color.
primaryButtonColorHex code for the primary button color.
secondaryButtonColorHex code for the secondary button color.
selectorColorHex code for the selector color.
primaryButtonTextColorHex code for the primary button text color.
secondaryButtonTextColorHex code for the secondary button text color.
borderRadiusWeb border radius. Number between 0 and 50.
iconThe page icon (favicon).
logoThe main logo.

Validation parameters

You can customize the validations using these parameters:
ParameterDescription
Exclude By AgeDecline automatically all sessions performed by users under a certain age. Number between 1 and 100.
Capture MethodSelect allowed methods for images: Camera, Upload, or Both.
Duplicated usersWhen a user has previously approved documents from the same application, you can set an automatic rule: Approve, Review, or Decline.
QR / barcodeIf a barcode or QR code was expected in the document but couldn’t be read: Approve, Review, or Decline.
MRZ not validWhen a Machine-Readable Zone (MRZ) is expected in the document but cannot be read: Approve, Review, or Decline.
Expiration dateWhen a document’s expiration date is expected but cannot be read or is in an invalid format: Approve, Review, or Decline.
Invalid validationWhen we are unable to validate a date, detect a document number, or accurately recognize the document: Review or Decline.
Invalid document livenessWhen we are unable to validate document liveness: Approve, Review, or Decline.
Address not processedWhen 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

  1. Create a Person — Use the Create Person API.
  2. Create a Session for that Person — Use the Create Validation (or equivalent) API to create a session.
  3. Get the sessionUrl from the response.
  4. Share the sessionUrl with your client so they can complete verification on the hosted page.