v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
KYB > Document Management

Add business document

This endpoint allows you to add an additional business document.

post/verify/add_business_document

Request body

business_profile_idstring required

The unique identifier for the business to which you want to associate the document.

file_namestring required

The name of the document you want to add.

file_typestring

The type or category of the file you want to add.

file_blobstring required

Example request

{
  "business_profile_id": "b7daff11-9d1c-4916-bf5a-96e3041a9625",
  "file_name": "Address_Proof.pdf",
  "file_type": "Business Address Proof",
  "file_blob": "The content of the file you want to add, encoded as a Base64 string."
}

Response

Successful operation

file_uuidstring