---
title: "Retrieve a transfer"
method: GET
path: "/transfers/{id}"
tags: ["transfers"]
---

# Retrieve a transfer

`GET /transfers/{id}`

Retrieve detailed information for a specific transfer by its unique identifier belonging to an Account or Customer. Returns transfer status, amount, creation date, clearing details, and links to source and destination funding sources for complete transaction tracking. Includes cancellation links when applicable and references to related funding transfers. Essential for monitoring transfer lifecycle and transaction reconciliation.

## Path parameters

- `id` string, required

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `404` — 404 Not Found

## Changes

- **2025-09-26** `8580ae10112f` — 16 info
  - added the optional property `achDetails/destination/beneficiaryName` to the response with the `200` status
  - added the optional property `achDetails/destination/companyEntryDescription` to the response with the `200` status
  - added the optional property `achDetails/destination/companyId` to the response with the `200` status
  - added the optional property `achDetails/destination/companyName` to the response with the `200` status
  - …12 more
- **2025-08-04** `0790dc9b2a0e` — 2 warning
  - added the new `fed-now` enum value to the `processingChannel/destination` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `processingChannel/destination` response property for the response status `200`
- **2025-07-24** `a4bc838f854b` — 3 info
  - added the optional property `fedNowDetails` to the response with the `200` status
  - added the optional property `rtpDetails/destination/endToEndReferenceId` to the response with the `200` status
  - added the optional property `rtpDetails/destination/networkId` to the response with the `200` status
- **2025-06-06** `231d0268586b` — 2 info
  - the response property `code` became required for the status `404`
  - the response property `message` became required for the status `404`
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/transfers/:id/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
