Skip to main content
PATCH
/
kyb
/
forms
/
{companyId}
/
documents
/
{id}
Partially update document
curl --request PATCH \
  --url https://ivs.idenfy.com/kyb/forms/{companyId}/documents/{id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "INCORPORATION_CERT",
  "filename": "<string>"
}
'
{
  "id": "<string>",
  "type": "INCORPORATION_CERT",
  "file": "<string>",
  "filename": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

companyId
string
required
id
string
required

A unique value identifying this KYB Document.

Body

application/json
type
enum<string>
Available options:
INCORPORATION_CERT,
DIRECTOR_CERT,
SHAREHOLDER_CERT,
UBO_CERT,
INCORPORATION_ARTICLES,
SHAREHOLDER_REGISTRY,
DIRECTORS_REGISTRY,
STATE_REGISTRY,
UBO_REGISTRY,
OWNERSHIP_STRUCTURE,
INCUMBENCY_CERT,
TRUST_AGREEMENT,
INFORMATION_STATEMENT,
GOOD_STANDING_CERT,
PROOF_OF_DOMAIN,
PROOF_OF_ADDRESS,
SOURCE_OF_FUNDS,
BANK_STATEMENT,
INVOICE,
ONLINE_PRESENCE,
DIRECTOR_ONLINE_PRESENCE,
SHAREHOLDER_ONLINE_PRESENCE,
WEBSITE_OVERVIEW,
E_SIGNATURE_CERT,
ANNUAL_REPORT,
NAME_CHANGE_PROOF,
TRADING_STATUS_PROOF,
ORG_CHART,
COMPANY_ADVERSE_MEDIA,
INDIVIDUAL_ADVERSE_MEDIA,
EMAIL_CHECK,
SOURCE_OF_WEALTH,
OTHER
filename
string | null
Maximum string length: 100

Response

200 - application/json
id
string
required
read-only
type
enum<string>
required
Available options:
INCORPORATION_CERT,
DIRECTOR_CERT,
SHAREHOLDER_CERT,
UBO_CERT,
INCORPORATION_ARTICLES,
SHAREHOLDER_REGISTRY,
DIRECTORS_REGISTRY,
STATE_REGISTRY,
UBO_REGISTRY,
OWNERSHIP_STRUCTURE,
INCUMBENCY_CERT,
TRUST_AGREEMENT,
INFORMATION_STATEMENT,
GOOD_STANDING_CERT,
PROOF_OF_DOMAIN,
PROOF_OF_ADDRESS,
SOURCE_OF_FUNDS,
BANK_STATEMENT,
INVOICE,
ONLINE_PRESENCE,
DIRECTOR_ONLINE_PRESENCE,
SHAREHOLDER_ONLINE_PRESENCE,
WEBSITE_OVERVIEW,
E_SIGNATURE_CERT,
ANNUAL_REPORT,
NAME_CHANGE_PROOF,
TRADING_STATUS_PROOF,
ORG_CHART,
COMPANY_ADVERSE_MEDIA,
INDIVIDUAL_ADVERSE_MEDIA,
EMAIL_CHECK,
SOURCE_OF_WEALTH,
OTHER
file
string<uri>
required
read-only

Base64 encoded document file. Can be: jpeg, jpg, png, gif, webp, heic, heif, pdf files.

filename
string | null
Maximum string length: 100