Skip to main content
PUT
/
organization
/
updateKYBStatus
/
{organizationId}
/
{type}
/
{status}
cURL
curl --request PUT \
  --url https://gateway.varchev.com/customer/organization/updateKYBStatus/{organizationId}/{type}/{status} \
  --header 'Authorization: Bearer <token>'

Documentation Index

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

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationId
string
required
type
string
required
status
enum<string>
required

Customer Status

Available options:
NOT_STARTED,
WAITING_VERIFICATION,
VERIFIED,
SEEN_BY_ADMIN,
SENT_FOR_REVISION,
SUSPENDED

Response

default

Default response