Fund Flow
Fund your master wallet via top-up requests to MyStocks operations and repatriate surplus via payout requests. Includes the aggregate partner account summary. Both money-movement endpoints are idempotent.
Request top-ups from MyStocks operations to fund your master wallet, and submit payout requests to
repatriate surplus funds. Both endpoints are idempotent — always pass Idempotency-Key to prevent
duplicate submissions.
Top-up and payout state machines are in Order & Money Lifecycles.
Partner account
GET /account
Master wallet balance plus an aggregate portfolio summary across all sub-accounts. Useful as a dashboard home-screen data source.
Top-up
POST /topup · GET /topup
Submit a master-wallet top-up request to MyStocks operations. When funds are credited a
wallet.credited webhook fires. Use GET to list all previous top-up requests with their status.
| Field | Type | Required | Description |
|---|---|---|---|
| amount | number | Yes | USD amount requested. |
| reference | string | No | Your internal transfer reference for reconciliation. |
Treasury controls
GET /float · PATCH /float · POST /float
GET /float is the partner treasury dashboard: master balance, pending top-ups, pending payouts,
approved credit line, credit drawn, available funding headroom, pending order exposure, and pending
credit-limit requests.
Use PATCH /float to set your minimum float, low-balance threshold, and automatic top-up reminder
recipients. The scheduled reminder worker emails those recipients and fires float.low when the
master wallet falls below the configured threshold.
Use POST /float to request a credit-limit change. MyStocks treasury approves or rejects it from the
admin queue; all credit-limit changes are written to the partner audit log.
Payout
POST /payout · GET /payout
Submit a payout request to repatriate funds from your master wallet to your settlement account.
MyStocks operations processes and debits your master wallet on fulfilment. Use GET to list all
previous payout requests.
| Field | Type | Required | Description |
|---|---|---|---|
| amount | number | Yes | USD amount to repatriate. |
| reference | string | No | Your internal reference for reconciliation. |
Was this page useful?
Your signal helps us tighten partner onboarding docs.
Last updated on