v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
transfers

List and search transfers for a customer

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.

get/customers/{id}/transfers

Path parameters

idstring required

Customer's unique identifier

Query parameters

searchstring

A string to search on fields firstName, lastName, email, businessName

startAmountstring

Only include transactions with an amount equal to or greater than startAmount

endAmountstring

Only include transactions with an amount equal to or less than endAmount

startDatestring

Only include transactions created after this date. ISO-8601 format YYYY-MM-DD

endDatestring

Only include transactions created before this date. ISO-8601 format YYYY-MM-DD

statusstring

Filter on transaction status. Possible values are pending, processed, failed, or cancelled

correlationIdstring

A string value to search on if correlationId was specified for a transaction

limitstring

Number of search results to return. Defaults to 25

offsetstring

Number of search results to skip. Use for pagination

Headers

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

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Response

successful operation