cURL
curl --request PUT \ --url https://api.example.com/kyb/forms/{companyId}/beneficiaries/{beneficiaryId}/documents/{id}/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "IDENTITY_DOCUMENT", "filename": "<string>" } '
{ "id": "<string>", "type": "IDENTITY_DOCUMENT", "file": "<string>", "filename": "<string>" }
Authentication for actions with all operations associated with KYB form. Token obtained from KYB form token generation endpoint as tokenString value.
tokenString
A unique value identifying this KYB Document.
IDENTITY_DOCUMENT
PROOF_OF_ADDRESS
OTHER
100
Base64 encoded document file. Can be: jpeg, jpg, png, gif, webp, heic, heif, pdf files.
jpeg
jpg
png
gif
webp
heic
heif
pdf
Contact support