Riskless is a no-code platform that enables you to build sophisticated identity verification and fraud prevention systems without writing any code. Create visual workflows that define your risk logic and deploy them instantly.
Click on the "Flows" tab in the dashboard navigation.
Click "Create Flow" and give it a descriptive name like "Bank Account Opening" or "User Onboarding".
Drag nodes from the sidebar to build your verification logic:
Connect nodes by dragging from output to input ports. Click on nodes to configure their settings.
Click "Save Flow" to deploy your workflow. It's now ready to use!
Before going live, test your flows to ensure they work as expected.
Run flows with sample data to see how they behave
Generate temporary links to test hosted verification pages
Review execution logs and see exactly what happened
Hosted pages are pre-built, customizable web pages that collect user information for verification. Instead of building your own forms, you can redirect users to these secure, branded pages.
Go to the "Hosted Pages" tab in your dashboard.
Click "Create Page Config" to open the configuration modal.
Your company logo appears at the top
Primary color for buttons and accents
Test your hosted pages before going live to ensure everything looks and works correctly.
The flow builder is a visual interface where you create verification workflows by connecting nodes.
Receive data from external sources
Verify and enrich data
Make decisions based on data
Define what happens next
Rules define the logic that determines verification outcomes. Create simple or complex rules using our visual interface.
IF age > 18 AND country = "US" THEN approveIF (risk_score > 80 OR sanctions_hit = true)
AND (document_verified = false OR address_verified = false)
THEN manual_reviewMonitor your verification performance and identify trends in real-time.
Each verification creates a session you can review for debugging and compliance.
See each step of the verification process with timestamps
Review what data was collected and how it was processed
Understand why specific decisions were made
Debug failed verifications with detailed error logs