Reference
/- Fetch pending MMF opt-in approval request
Opt in to a fund
Approve pending MMF opt-in request
Top up an existing fund account
Top up an MMF investment wallet from a business wallet
Withdraw from a fund account
Fetch pending MMF opt-in...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Fetch pending MMF opt-in approval request
Security
oauth2ClientCredentials(Required scopes: investments:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/opt-in/{ref}
- Productionhttps://api.boyahq.com/v2/investments/opt-in/{ref}
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/opt-in/{ref}
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/investments/opt-in/{ref}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Idempotency-Key: string' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "data": { "_id": "64f1f77bc6d4f24b75a0c101", "ref": "INV-OPT-123456", "status": "PENDING", "participants": [ … ], "records": [ … ] }, "message": "Investment opt-in request fetched" }