For the complete documentation index, see llms.txt. This page is also available as Markdown.

Add KYC picture

Attaches a picture to KYC.

Endpoint: POST /kyc/set-picture/{uuid}/{type}

Content-Type: application/octet-stream

Path Parameters:

  • uuid - UUID of KYC

  • type - Type of picture. Needed types depends on sort of KYC

Request Body: picture (jpeg) binary.

'type' Reference

Type Value
List of KYC
Description

document_front

S00

W02111048

W02111030

Front side of the identity document

document_back

S00(optional)

W02111048(optional)

W02111030(optional)

Back side of the identity document

selfie

W02111048

W02111030

User face photo

Response

If the request is successful, the API returns http code 200.

Last updated