Company Onboarding
Addkybinformation
POST
/
companyOnboarding#addKybInformation
Authorization
Body
curl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#addKybInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addKybInformation",
"kybInformation": {
"companyId": "8b77ce43-4596-4af7-bf1b-3bfc946ad5e4",
"ein": "899991112",
"entityType": "LLP",
"phoneNumber": "9009990257",
"email": "prism@xzy.co",
"dateOfIncorporation": "2023-02-31"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kybInformation": {
"kybInformationId": "44BF4454-FFCB-42BA-8918-E7A820E6497E",
"status": "KYB Verification Pending",
"message": "The KYB information for wil food has been saved successfully."
}
}
}
}
Body
application/json
method
string
requiredkybInformation
object
requiredResponse
200 - application/json
kybInformation
object
requiredcurl --request POST \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#addKybInformation' \
--header 'Content-Type: application/json' \
--data '{
"method": "addKybInformation",
"kybInformation": {
"companyId": "8b77ce43-4596-4af7-bf1b-3bfc946ad5e4",
"ein": "899991112",
"entityType": "LLP",
"phoneNumber": "9009990257",
"email": "prism@xzy.co",
"dateOfIncorporation": "2023-02-31"
}
}'
{
"1": {
"summary": "Success",
"value": {
"kybInformation": {
"kybInformationId": "44BF4454-FFCB-42BA-8918-E7A820E6497E",
"status": "KYB Verification Pending",
"message": "The KYB information for wil food has been saved successfully."
}
}
}
}