post
https://api.sandbox.1money.com/v1/individuals/applications//submit
Submit an individual application for risk assessment and review.
Prerequisites
All required documents must be uploaded before calling this endpoint. If any documents are missing, the endpoint returns an error listing the missing document types.
Risk Assessment
Upon submission, the system evaluates the applicant's risk profile:
- Low / Medium risk → auto-approved, status becomes
APPROVED, account created immediately - High risk without EDD → status becomes
ACTION_REQUIRED(EDD data needed) - High risk with EDD → status becomes
PROCESSING(pending manual review)
ACTION_REQUIRED Flow
When the result is ACTION_REQUIRED, follow this two-phase flow:
- Use
PATCH /v1/individuals/applications/{id}to submit EDD data (due_diligenceobject withoccupation,employment_status,source_of_wealth,purpose_of_account,expected_monthly_activity) - Call this Submit endpoint again to re-trigger risk assessment
- With EDD data provided, result will be either
APPROVED(low/medium risk) orPROCESSING(high risk, pending manual review)
Status Restrictions
Submit is only allowed when status is DRAFT or ACTION_REQUIRED. Submitting an application in any other status returns 400 Bad Request.
Idempotency
Re-submitting an already submitted application that is not in DRAFT or ACTION_REQUIRED status is not allowed. Use Get Application to check the current status.
