Skip to main content
POST

Overview

Submit the user’s declaration information as part of the extended KYC process. This includes occupation, income range, and Politically Exposed Person (PEP) status.
If the user declares themselves as a Politically Exposed Person (PEP), their KYC will be automatically rejected.

Occupation Types

Income Ranges (Annual)

Request Body

occupation
string
required
User’s occupation type
occupationOther
string
Specify occupation if “other” is selected (max 100 characters)
incomeRange
string
required
User’s annual income range
isPep
boolean
required
Whether the user is a Politically Exposed Person
pepDetails
string
Additional PEP details if isPep is true (max 500 characters)
declarationAccepted
boolean
required
Must be true - user accepts the declaration terms
deviceId
string
Unique device identifier for FIU compliance

Response

success
boolean
Whether the declaration was submitted successfully
message
string
Success or error message
data
object