mass payments
List items for a mass payment
Retrieve individual payment items within a mass payment with optional status filtering and pagination support. Each item represents a distinct payment with status indicators (failed, pending, success) showing whether a transfer was successfully created. Returns paginated item details including amount, destination, metadata, and error information for failed items. Supports filtering by status and standard pagination.
get/mass-payments/{id}/items
Path parameters
idstring required
Mass payment unique identifier
Query parameters
limitstring
How many results to return
offsetstring
How many results to skip
statusstring
Filter by item status
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