---
title: "Get employee allocation/deduction transfer status"
method: GET
path: "/employees/transfers/status"
---

# Get employee allocation/deduction transfer status

`GET /employees/transfers/status`

## Query parameters

- `reference` string, required

## Response `200`

Successful response

- TransferFundsStatus
  - `amount` number, required
  - `description` string, required
  - `employee_id` string, required
  - `reference` string
  - `status` string

## Other responses

- `400` — Bad request — the request was malformed or invalid.
- `401` — Unauthorized — missing or invalid API key.

---

[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/revisions/190d4c90e3ab/schema)
