Reference
/- View employee transaction statement
List employees
Create new employee
Get employee wallet balances
Get employee by employee_id
Delete employee
Remove employee from team reviewers
Move employee to a different team
Add employee as team reviewer
Update employee profile
Activate an employee
Suspend an employee
Transfer employee ownership to a new person
Allocate funds to employee wallet
Remove funds from employee wallet
View employee transaction...
Security
oauth2ClientCredentials(Required scopes: employees:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/employees/view-statement
- Productionhttps://api.boyahq.com/v2/employees/view-statement
- Sandboxhttps://sandbox.api.boyahq.com/v2/employees/view-statement
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/employees/view-statement?employee_id=string&page=1&limit=20&from=2024-01-01T00%3A00%3A00Z&to=2024-12-31T23%3A59%3A59Z' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string' \
-H 'org_wallet_ref: string'Response
{ "docs": [ { … } ], "total": 0, "page": 0, "limit": 0, "pages": 0 }