---
title: "Get a transfer object"
method: GET
path: "/rest/transfers/{transfer_id}"
tags: ["Transfers"]
---

# Get a transfer object

`GET /rest/transfers/{transfer_id}`

Returns details about a transfer of money from one account to another. 

Created when a person takes an advance against a future paycheck, or on a daily basis when available balance is updated based on current employment.

## Path parameters

- `transfer_id` string, uuid, required

## Response `200`

Returns the newly created transfer object.

## Other responses

- `400` — Bad Request
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `404` — Resource was not found
- `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/versions/24f4c159e842/schema)
