Reference
//
Top up an existing fund a...
🔒 Private label — contact sales. Requires a private-label entitlement on your API client.
Top up an existing fund account
Security
oauth2ClientCredentials(Required scopes: investments:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/invest
- Productionhttps://api.boyahq.com/v2/investments/accounts/{fundAccountId}/invest
- Sandboxhttps://sandbox.api.boyahq.com/v2/investments/accounts/{fundAccountId}/invest
curl -i -X POST \
'https://developer.boyahq.com/_mock/v2/openapi/investments/accounts/{fundAccountId}/invest' \
-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 '{
"amount": 50000
}'Response
{ "reference": "inv_01HXYZ...", "status": "PROCESSING" }