POST
/
companyOnboarding#initiateCompanyKyb
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/companyOnboarding#initiateCompanyKyb' \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "initiateCompanyKyb",
  "companyId": "8A9B7683-8E02-494D-8422-963FD05EE785"
}'
{
  "initiateCompanyKyb": {
    "companyId": "8b77ce43-4596-4af7-bf1b-3bfc946ad5e4",
    "status": "KYB Verification Initiated",
    "message": "The KYB Information for Prism has been added successfully."
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200 - application/json

The response is of type object.