v33

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

List and search account transfers

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.

get/accounts/{id}/transfers

Path parameters

idstring required

Account's unique identifier

Query parameters

searchstring

A string to search on fields firstName, lastName, email, businessName, Customer ID, and Account ID

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