---
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

---

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