Reference
/- Top up an MMF investment wallet from a business wallet
Opt in to a fund
Fetch pending MMF opt-in approval request
Approve pending MMF opt-in request
Top up an existing fund account
Withdraw from a fund account
Top up an MMF investment...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Top up an MMF investment wallet from a business wallet
Security
oauth2ClientCredentials(Required scopes: investments:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/top-up
- Productionhttps://api.boyahq.com/v2/investments/accounts/{fundAccountId}/top-up
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/accounts/{fundAccountId}/top-up
curl -i -X POST \
'https://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/top-up' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-H 'Idempotency-Key: string' \
-H 'business_id: string' \
-H 'org_wallet_ref: string' \
-d '{
"source_wallet_id": "W123456",
"amount": 10000,
"currency": "KES",
"reference": "MMF-TOPUP-..."
}'