A User object represents a single customer. Information collected on a customer will be used for both KYC and AML purposes. Creating a user will consist of defining the userType
, and collecting all required personal information.
{
"userType": "INDIVIDUAL_TRADER",
"referralCode": "ABC123",
"wlpID": "ABCD",
"documents": [
...all digital documents here...
]
}