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.
The access token received from the authorization server in the OAuth 2.0 flow.
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
application/vnd.dwolla.v1.hal+json
Customer's unique identifier
A string to search on fields firstName
, lastName
, email
, businessName
Only include transactions with an amount equal to or greater than startAmount
Only include transactions with an amount equal to or less than endAmount
Only include transactions created after this date. ISO-8601 format YYYY-MM-DD
Only include transactions created before this date. ISO-8601 format YYYY-MM-DD
Filter on transaction status. Possible values are pending
, processed
, failed
, or cancelled
A string value to search on if correlationId
was specified for a transaction
Number of search results to return. Defaults to 25
Number of search results to skip. Use for pagination
successful operation
The response is of type object
.