User Onboarding
updateKycInformation
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
User Onboarding
updateKycInformation
Use the below endpoint to Update Kyc information if it satisfies the condition - The customer operates from the company’s registered location.
PUT
/
userOnboarding#updateKycInformation
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": "789895512",
"dateOfBirth": "2000-01-01",
"address1": "650 Capitol Mall",
"address2": "",
"city": "e",
"state": "Sacramento",
"zipcode": "95814"
},
"userRemoteLocation": {
"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
Maximum length:
10
Maximum length:
40
Maximum length:
40
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
Maximum length:
40
Maximum length:
40
Maximum length:
40
Available options:
TX
, AK
, ND
, IL
, MA
, KS
, AS
, AL
, UT
, SD
, MI
, DC
, GA
, SC
, TN
, OK
, CO
, CA
, ME
, MO
, WY
, MD
, VT
, NM
, CT
, AZ
, WI
, VA
, WV
, NJ
, DE
, NC
, PR
, IN
, MT
, NH
, HI
, IA
, KY
, WA
, OH
, FL
, OR
, MP
, GU
, MN
, MS
, PA
, NE
, RI
, ID
, LA
, NY
, NV
, AR
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": "789895512",
"dateOfBirth": "2000-01-01",
"address1": "650 Capitol Mall",
"address2": "",
"city": "e",
"state": "Sacramento",
"zipcode": "95814"
},
"userRemoteLocation": {
"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."
}
}
}
}