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.
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 usePOST /api/v1/investor/withdraw. The API crystallizes pending performance fees before determining the amount that can be withdrawn.
effective_withdraw can be lower than requested_amount, or zero when no balance remains after the pending fee.
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.