---
title: "List items for a mass payment"
method: GET
path: "/mass-payments/{id}/items"
tags: ["mass payments"]
---

# List items for a mass payment

`GET /mass-payments/{id}/items`

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.

## Path parameters

- `id` string, required

## Query parameters

- `limit` string
- `offset` string
- `status` string

## Headers

- `Accept` 'application/vnd.dwolla.v1.hal+json', required

## Response `200`

successful operation

## Other responses

- `403` — Not authorized to list mass payment items
- `404` — Mass payment not found

## Changes

- **2025-06-06** `231d0268586b` — 4 info
  - api tag `mass payments` added
  - api tag `massPayments` removed
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2025-05-30** `9c0a7a570129` — 2 info
  - api tag `massPayments` added
  - api tag `mass payments` removed
- **2025-05-23** `4c8b16e05918` — 1 breaking
  - added the new required `header` request parameter `Accept`

[Change history](https://skmtc.dev/dwolla/apis/dwolla-api/changes/mass-payments/:id/items/get.md)

---

[API](https://skmtc.dev/dwolla/apis/dwolla-api.md) · [All operations](https://skmtc.dev/dwolla/apis/dwolla-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dwolla/dwolla-api/revisions/0e13062ae3be/schema)
