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 KYCtype- Type of picture. Needed types depends on sort of KYC
Request Body: picture (jpeg) binary.
Do not include the request body when generating the signature(CAP-SIGN).
'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