ID Gateway Configuration
Our ID Gateway offers customisation options to fit your business's needs. Here is a list of what you can configure in our ID Gateway.
Look and Feel of the Gateway
- Header Color: Customize the colour of the gateway header to align with your brand.
- Logo: Upload your company’s logo to be displayed prominently in the header.
- Theme Color: Choose a primary colour theme for the gateway to match your branding.
- Header Text: Set custom text in the header to include your tagline or instructions.
The Document That Needs to be Verified in the Gateway
- Document Name: Specify which identification keys (e.g., Aadhaar, PAN) need to be verified.
- Verification Type: The method using which the key needs to be verified e.g. Aadhaar can have multiple verification types such as digilocker and OCR.
The Fallbacks to the Keys
- Fallback Method: Configure alternative verification methods for each key, such that if the primary verification method fails, specify a backup method example if Aadhaar Digilocker fails you can set the fallback criteria to OCR to provide a seamless KYC experience to your customers.
- Criteria: Define the conditions under which the fallback method should be used, such as if the primary method fails 3 times the fallback method could be used.
{
"status": "SUCCESS",
"message": "SUCCESS",
"timestamp": 1724404247972,
"data": {
"status": "SUCCESS",
"errorCode": null,
"message": null,
"primary_color": [
"#00A140",
"#3DDA98"
],
"header_logo": "",
"header_name": "Equal",
"header_description": "Verify for your IDs"
},
"keys": [
{
"key": "AADHAAR",
"verification_type": "DIGILOCKER",
"fallback_criteria": {
"retries_count": 2,
"verification_type": "OCR"
}},
{
"key": "PAN",
"verification_type": "DIGITAL",
"fallback_criteria": {
"retries_count": 2,
"verification_type": ""
}}
]
}
Updated 3 months ago