Skip to main content

Deposit capital

POST /api/v1/investor/deposit is the only external capital entry point in the PAMM workflow. Send login, a positive amount, optional currency, and a CRM reference in comment as query parameters.
Record deal_id, amount, and the CRM reference. The Investor credit is synchronous, while its operating reflection in the Master may be asynchronous.

Withdraw capital

Every withdrawal must use POST /api/v1/investor/withdraw. The API crystallizes pending performance fees before determining the amount that can be withdrawn.
Reconcile these fields from the response: effective_withdraw can be lower than requested_amount, or zero when no balance remains after the pending fee.
A direct MT5 withdrawal bypasses fee crystallization. The fee agent could later attempt collection and leave the Investor with debt or a negative balance.
Open Master positions can block the operation. If the HTTP result is uncertain, reconcile the balance and operation identifier before deciding whether to repeat the request.

Previous: Investors

Return to account provisioning and readiness.

Next: Subscriptions

Assign and unassign Investors safely.
Last modified on September 7, 2026