Onboarding (KYB)
Create applicant
Programmatically create an applicant under a widget.
POST
Creates an applicant for a widget and opens its verification session, charging the session base fee to your wallet. Use this to start onboarding server-side instead of through the embedded widget.
Requires
Returns
Authorization: Bearer $TOKEN. Rate limited to 10 requests per minute.
Path parameters
string
required
The widget ID to create the applicant under.
Body
string
Your internal ID to link this applicant to your system. 1–120 characters.
object
default:"{}"
Subject details for the business being verified. All sub-fields are optional.
string
Up to 200 characters.
string
Up to 120 characters.
string
Up to 40 characters.
string
Valid email, up to 200 characters.
string
Up to 40 characters.
string
Up to 80 characters.
string
Up to 120 characters.
201. The wrapper field for subject details is subject (not applicant). sessionTransactionId and sessionChargeKobo describe the wallet debit for opening the session.