Users | Natural Person Onboarding
📄️ List Onboardings
Get all onboarding related to the logged or target user.
📄️ Create Onboarding (v2)
Create an onboarding for user account. <b>It must be created after user account entity.</b>
📄️ Update Onboarding by ID
Update an onboarding data.
📄️ Get Onboarding by ID
Get onboarding by id related to the logged or target user.
📄️ Upload Onboarding Document File by ID
Upload the onboarding document file (max size: 20 MB). There are two ways to complete onboarding: 1) Provide selfie, document_front, document_back and document_file_type, or 2) Provide only selfie and document_id. The process is finished once all required documents are submitted based on the chosen method.
📄️ List Onboarding Documents
Get all onboarding documents related to the logged or target user.
📄️ Update Onboarding Document File by ID
Update an onboarding document file by providing its ID. If you haven't uploaded a file yet, use the appropriate endpoint to do so.