Reference
/- Get cashflow report for accounts
List user accounts
Create a new account
Get business wallet references/currencies
Provision a new business currency
Create a new account (wallet) for the business
Get account by ID
Update account details
Get account balance
Get account transactions
Suspend account
Activate account
Get cashflow report for a...
Security
oauth2ClientCredentials(Required scopes: accounts:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/accounts/cashflow-report
- Productionhttps://api.boyahq.com/v2/accounts/cashflow-report
- Sandboxhttps://sandbox.api.boyahq.com/v2/accounts/cashflow-report
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/accounts/cashflow-report?from=2026-04-18&to=2026-05-18&org_wallet_ref=1&account=acc-123' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "status": 200, "data": { "accounts": [ … ], "summary": { … }, "period": { … } }, "timestamp": "2026-05-15T10:00:00Z" }