---
title: "Retrieve mass payment item"
method: GET
path: "/mass-payment-items/{itemId}"
tags: ["mass payments"]
---

# Retrieve mass payment item

`GET /mass-payment-items/{itemId}`

Retrieve detailed information for a specific mass payment item by its unique identifier. Returns item status, amount, metadata, and links to the parent mass payment, associated transfer, and destination funding source. Use this endpoint to check the processing status and details of an individual item within a mass payment batch.

## Path parameters

- `itemId` string, required

## Headers

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

## Response `200`

success operation

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[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)
