put deprecatedhttps://api.sandbox.helloaria.eu/companies//user//kyc/
Use this endpoint to send the necessary KYC documents for a beneficiary (User) to Aria. The actual required documents will be determined during your onboarding process.
Please note that we also support Base64 encoding using JSON payload structures:
{
"document": [{
"filename": "file.pdf",
"content": "BASE_64_CONTENT"
}]
}