cURL
curl --request PUT \ --url 'https://sandbox.rollfi.xyz/companyOnboarding#updateKybInformation' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "updateKybInformation", "kybInformation": { "kybInformationId": "BEA64543-E6D3-4C0C-8B24-88F22B49E0FB", "ein": "258903006", "entityType": "LLC", "dateOfIncorporation": "2016-01-25", "irsAssisgnedFederalFilingForm": "941" } }'
{ "kybInformation": { "kybInformationId": "BEA64543-E6D3-4C0C-8B24-88F22B49E0FB", "status": "KYB Pending", "message": "kybInformation has been updated successfully." } }
This Endpoint is used to Update the Kyb Information
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object