Home
Home
  1. 🌊 Flow API
  • 🚀 Getting Started
  • 🔎 Screening API
    • Overview
    • Blacklist Matching Logic
    • 📡 Endpoints
      • Blockchain Analysis
      • Individuals Analysis
      • Organizations Analysis
      • Screening Entities Summary Analysis
      • Create BlackList
      • Get All BlackList Records
      • Get Blacklist Record by ID
      • Delete Blacklist Record by ID
      • Update Blacklist Record by ID
      • Update Blacklist Settings Account
  • 🌊 Flow API
    • Overview
    • Flow Step: Identity Verification
    • Flow Step: Onboarding Individual
    • Flow Step: Onboarding Organization
    • 📡 Endpoints
      • Authentication token
      • Get Flow Instances
      • Get Flow Instance By Id
      • Get File from Flow Instance
      • Identity: Get Details
      • Identity: Get Files
      • Identity: Update Status
      • Onboarding: Get Details
      • Onboarding: Get File
      • Onboarding: Get Multiple Files
      • Onboarding: Update Status
      • Onboarding: Get Entity by document number
      • Onboarding: Get Entity List by document number
    • 📤 Webhooks
      • Overview
      • Flow
      • Identity Verification
      • Onboarding Individual
      • Onboarding Organizations
      • Identity Verification by Onboarding
  • 💸Transaction Screening API
    • 🔑 Authentication
    • Overview
    • Transaction Analysis
    • Monitoring & History
    • Document Types
    • Supported Currencies
    • Diagram
    • 📤 Webhooks
    • 📡 Endpoints
      • Submit Transaction
      • List Transactions
      • List Document types
      • List Cryptocurrencies
      • Register remitter
      • Register Beneficiary
  • 📂 Resources
    • Concept Details
    • Enum Validation
Home
Home
  1. 🌊 Flow API

Flow Step: Onboarding Individual

The Onboarding Individual step in Rillis allows you to collect detailed personal and financial information from natural persons (e.g., clients, employees) as part of your onboarding or KYC process.

Overview#

This step includes a customizable form that asks users to provide basic personal information, residential details, and information about their financial situation. This helps you verify the user’s identity, understand their source of funds, and meet regulatory requirements.
Currently, you can toggle the Proof of Address requirement for this step.

Information Collected#

In two steps:

1. Personal & Residential Information#

First Name
Second Name (optional)
Last Name
Email Address
Country of Residence
Address 1
Address 2 (optional)
State or Province
City
Postal Code
Proof of Address (if required)
Politically Exposed Person (PEP) Status

2. Financial Information#

Source of Funds
Source of Income (optional)
Brief Description of Income (e.g., employment, self-employment)
Purpose of the Business Relationship
Annual Income
Estimated Annual Transaction Volume
Total Net Worth

Why This Matters#

By gathering this information, Rillis helps you:
Verify the legitimacy of your clients’ data and ensure it matches with other verification steps (like document scanning).
Assess the user’s risk profile (e.g., if they’re a PEP, the source of their funds).
Meet compliance standards for KYC/AML and local regulations.

Related API Endpoints & Webhooks for Onboarding Individuals#

EndpointMethodDescriptionUse CaseSee More Details
Get Onboarding IndividualGETRetrieve the onboarding details of a natural person within a flow.Fetch personal and financial details of the onboardingView Details
Get File OnboardingGETObtain the file associated with the onboarding process for an individual or organization.Download documents uploaded during onboardingView Details
Get Multiple File OnboardingGETObtain multiple files linked to the onboarding process.Retrieve all files (like proof of address) in bulkView Details
Change Onboarding StatusPUTManually update the status of the onboarding step (e.g., approve, reject).Manage the progress/status of the onboardingView Details
Get Onboarding Entity by document numberGETIt obtains an onboarding based on the data of an entity (e.g., document number).Verify if the entity is validated within an onboarding processView Details
Get Onboarding List Entity by document numberGETRetrieves a paginated list of onboardings based on the data of an entity (e.g., document number).Verify if the entity is validated within one or more onboarding processesView Details
💡 Note: These endpoints apply to both Onboarding Individuals and Onboarding Organizations steps within your Rillis Flow.
Modified at 2026-02-13 19:48:52
Previous
Flow Step: Identity Verification
Next
Flow Step: Onboarding Organization
Built with