Returns a paginated, searchable list of transfers associated with the specified Main Dwolla account. Supports advanced filtering by amount range, date range, transfer status, and correlation ID. Results are limited to 10,000 transfers per query; use date range filters for historical data beyond this limit.
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
Account's unique identifier
A string to search on fields firstName
, lastName
, email
, businessName
, Customer ID, and Account ID
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
.