---
title: "List and search transfers for a customer"
method: GET
path: "/customers/{id}/transfers"
tags: ["transfers"]
---

# List and search transfers for a customer

`GET /customers/{id}/transfers`

Retrieve and search transfers for a specific Customer with comprehensive filtering and pagination support. Supports searching by customer details (name, email, business name), amount ranges, date ranges, transfer status, and correlation IDs for enhanced transaction discovery. Returns paginated transfer results including status, amounts, metadata, and links to source and destination funding sources. Use this endpoint for transaction history analysis and reconciliation purposes.

## Path parameters

- `id` string, required

## Query parameters

- `search` string
- `startAmount` string
- `endAmount` string
- `startDate` string
- `endDate` string
- `status` string
- `correlationId` string
- `limit` string
- `offset` string

## 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 `_embedded/transfers/items/achDetails/destination/beneficiaryName` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/achDetails/destination/companyEntryDescription` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/achDetails/destination/companyId` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/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 `_embedded/transfers/items/processingChannel/destination` response property for the response status `200`
  - added the new `real-time-payments` enum value to the `_embedded/transfers/items/processingChannel/destination` response property for the response status `200`
- **2025-07-24** `a4bc838f854b` — 3 info
  - added the optional property `_embedded/transfers/items/fedNowDetails` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/rtpDetails/destination/endToEndReferenceId` to the response with the `200` status
  - added the optional property `_embedded/transfers/items/rtpDetails/destination/networkId` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/customers/:id/transfers/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)
