Reference
/- Get account transactions
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 cashflow report for accounts
Get account by ID
Update account details
Get account balance
Suspend account
Activate account
Get account transactions
Security
oauth2ClientCredentials(Required scopes: accounts:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/accounts/{id}/transactions
- Productionhttps://api.boyahq.com/v2/accounts/{id}/transactions
- Sandboxhttps://sandbox.api.boyahq.com/v2/accounts/{id}/transactions
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/accounts/{id}/transactions?page=1&limit=20&to=2025-12-01&from=2025-10-01' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'