User Onboarding
Addkycinformation
POST
/
userOnboarding#addKycInformation
Authorization
Body
curl --request POST \
--url 'https://sandbox.rollfi.xyz/userOnboarding#addKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addKycInformation",
"kycInformation": {
"userId": "5a2390e1-0f83-46bd-ae1c-81b30fe364e1",
"ssn": "789-89-8953",
"dateOfBirth": "2000-01-01",
"address1": "777 West Convention Way",
"address2": "",
"city": "Anaheim",
"state": "CA",
"zipcode": "92802"
},
"employeeRemoteLocation": {
"address1": "e",
"address2": "e",
"city": "e",
"state": "AZ",
"zipcode": "50023"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"userId": "5a2390e1-0f83-46bd-ae1c-81b30fe364e1",
"status": "KYC Pending",
"message": "The KYC Information for jacob king has been added successfully."
}
}
}
}
Body
application/json
method
string
requiredkycInformation
object
requiredemployeeRemoteLocation
object
Response
200 - application/json
kycInformation
object
requiredcurl --request POST \
--url 'https://sandbox.rollfi.xyz/userOnboarding#addKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addKycInformation",
"kycInformation": {
"userId": "5a2390e1-0f83-46bd-ae1c-81b30fe364e1",
"ssn": "789-89-8953",
"dateOfBirth": "2000-01-01",
"address1": "777 West Convention Way",
"address2": "",
"city": "Anaheim",
"state": "CA",
"zipcode": "92802"
},
"employeeRemoteLocation": {
"address1": "e",
"address2": "e",
"city": "e",
"state": "AZ",
"zipcode": "50023"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"userId": "5a2390e1-0f83-46bd-ae1c-81b30fe364e1",
"status": "KYC Pending",
"message": "The KYC Information for jacob king has been added successfully."
}
}
}
}