Set a user KYC document

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"  
  }]  
}
Language
Authorization
URL
Click Try It! to start a request and see the response here!