---
title: "Deduct money from employee wallet"
method: POST
path: "/employees/deductMoney"
---

# Deduct money from employee wallet

`POST /employees/deductMoney`

## Request body

- TransferFunds
  - `accountref` integer — org_wallet_ref
  - `amount` integer
  - `description` string
  - `employee_id` string

## Response `200`

Deduction successful

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.net/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/versions/69b8649a89bf/schema)
