Overview
Fern has hosted forms that simplify the KYC data collection for your Customers. We often see our partners use Fern hosted forms during initial implementation to get out an MVP of the experience, and then transitioning to building their own KYC forms over time. This guide shows you how to use the Fern hosted forms to verify your customers. Related verification guides:- For API-based individual (KYC) verification see Verify Individual customers via API
- For using Fern’s hosted KYB forms see Verify Business customers via hosted form
- For list of KYC requirements see Requirements for individuals
Step-by-step guide
1
Create an individual customer
Create an individual customer via the Customers API. If the customer creation call succeeds, the response will include a hosted verification link that you can share with your customer directly. Customer status will beCREATED.Sample individual customer POST request :- JSON
- JSON
2
Customer completes verification via verification link
You can share the hosted KYC form link (verificationLink) directly with your end user for completion, or your team can complete the form on your customer’s behalf.The hosted KYC form will collect:- Personal information (legal name, phone, date of birth, address)
- National ID information (SSN/TIN or equivalent)
- Government-issued photo ID (upload)
- Employment and occupation details
- Source of funds and account purpose
- Expected transaction volume
- Proof of address (required for SEPA access)
CREATED to UNDER_REVIEW.What customers need to prepare:- Government-issued photo ID (passport, driver’s license, or national ID)
- Proof of address document (bank statement, utility bill, or government correspondence dated within 90 days)
- Employment and financial information
- National identification number (SSN, TIN, or equivalent)
3
Get customer status
You can use the Customers APIGET endpoint to check for updates to the customer status. Status updates will also be communicated via webhooks.Sample response:- JSON
ACTIVE.For a full list of customer statuses, refer to Customer Statuses.