# Transfers The _transfers_ endpoint allows you to initiate and track money movement. You can access transfer details, including the transfer's unique ID, amount, currency, status, schedule, submission and resolution times, fees, and related links to the involved parties. **Functionality** Retrieve transfer information, monitor transfer statuses, view transfer schedules, and access relevant links for the source, destination, and origin of the transfer. **Important** - Account origin: a user initiated movement of money from one account to another - Paycheck origin: an automatic (system-generated) movement of money as part of payroll ## Get a transfer object - [GET /rest/transfers/{transfer_id}](https://developer.dailypay.com/developer-resources/documentation/transfers/readtransfer.md): 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. ## Get a list of transfers - [GET /rest/transfers](https://developer.dailypay.com/developer-resources/documentation/transfers/listtransfers.md): Returns a list of transfer objects. See Filtering Transfers for a description of filterable fields. ## Request a transfer - [POST /rest/transfers](https://developer.dailypay.com/developer-resources/documentation/transfers/createtransfer.md): Request transfer of funds from an account to a personal or account.