---
title: "List mass payments for customer"
method: GET
path: "/customers/{id}/mass-payments"
tags: ["mass payments"]
---

# List mass payments for customer

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

Retrieve all previously created mass payments for a Verified Customer account with optional correlation ID filtering and pagination support. Mass payments are returned ordered by date created with most recent appearing first. Returns paginated results including mass payment status, metadata, source funding information, and item links. Supports standard pagination parameters and correlation ID search for enhanced traceability.

## Path parameters

- `id` string, required

## Query parameters

- `correlationId` string
- `limit` integer
- `offset` integer

## Headers

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

## Response `200`

successful operation

## Other responses

- `403` — Not authorized to list mass payments
- `404` — Customer not found

## Changes

- **2025-06-06** `231d0268586b` — 2 breaking, 4 info
  - for the `query` request parameter `limit`, the type/format was changed from `string`/`` to `integer`/``
  - for the `query` request parameter `offset`, the type/format was changed from `string`/`` to `integer`/``
  - api tag `mass payments` added
  - api tag `massPayments` removed
  - …2 more
- **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/customers/:id/mass-payments/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)
