List and search transfers for a customer
List and search transfers for a customer
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
application/vnd.dwolla.v1.hal+json
Path Parameters
Customer's unique identifier
Query Parameters
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
Response
successful operation
The response is of type object
.