---
title: "Request a transfer"
method: POST
path: "/rest/transfers"
tags: ["Transfers"]
---

# Request a transfer

`POST /rest/transfers`

Request transfer of funds from an `EARNINGS_BALANCE` account to a
personal `DEPOSITORY` or `CARD` account.

## Headers

- `Idempotency-Key` string, uuid, required

## Response `200`

Returns the newly created transfer object.

## Other responses

- `400` — The request contained an error
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `409` — A conflict occurred with the current state of the resource
- `500` — Unexpected error occured

---

[API](https://skmtc.net/dailypay/apis/dailypay-rest-api.md) · [All operations](https://skmtc.net/dailypay/apis/dailypay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dailypay/dailypay-rest-api/revisions/24f4c159e842/schema)
