Reference
/- Get money movement analytics for a specific month
Create a new transaction
Get transaction fees
Get recent transactions
Get transaction by ID
List transactions
Approve a transaction
Reject a transaction
Tag a transaction with a subcategory
Upload a supporting document for a transaction
Remove a document from a transaction
Upload a supporting document for a transaction
Get money movement analyt...
Returns aggregated money in/out data with top sources, top spends, and last 3 months trend
Security
oauth2ClientCredentials(Required scopes: transactions:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/transactions/money-movement
- Productionhttps://api.boyahq.com/v2/transactions/money-movement
- Sandboxhttps://sandbox.api.boyahq.com/v2/transactions/money-movement
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/transactions/money-movement?month=0&year=2026¤cy=KES' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "data": { "moneyIn": { … }, "moneyOut": { … } } }