User Onboarding
Updatekycinformation
PUT
/
userOnboarding#updateKycInformation
Authorization
Body
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/userOnboarding#updateKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateKycInformation",
"kycInformation": {
"userId": "e066e305-3816-4b06-8576-50d2502be436",
"ssn": "789-89-5512",
"dateOfBirth": "2000-01-01",
"address1": "650 Capitol Mall",
"address2": "",
"city": "e",
"state": "Sacramento",
"zipcode": "95814"
},
"employeeRemoteLocation": {
"address1": "e",
"address2": "e",
"city": "e",
"state": "AZ",
"zipcode": "50023"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"userIdId": "e066e305-3816-4b06-8576-50d2502be436",
"status": "Ready",
"message": "The KYCInformation has been updated successfully."
}
}
}
}
Body
application/json
method
string
requiredkycInformation
object
requiredemployeeRemoteLocation
object
Response
200 - application/json
kycInformation
object
curl --request PUT \
--url 'https://sandbox.rollfi.xyz/userOnboarding#updateKycInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "updateKycInformation",
"kycInformation": {
"userId": "e066e305-3816-4b06-8576-50d2502be436",
"ssn": "789-89-5512",
"dateOfBirth": "2000-01-01",
"address1": "650 Capitol Mall",
"address2": "",
"city": "e",
"state": "Sacramento",
"zipcode": "95814"
},
"employeeRemoteLocation": {
"address1": "e",
"address2": "e",
"city": "e",
"state": "AZ",
"zipcode": "50023"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kycInformation": {
"userIdId": "e066e305-3816-4b06-8576-50d2502be436",
"status": "Ready",
"message": "The KYCInformation has been updated successfully."
}
}
}
}