---
title: "List account mass payments"
method: GET
path: "/accounts/{id}/mass-payments"
tags: ["accounts"]
---

# List account mass payments

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

Returns a paginated list of mass payments created by your Main Dwolla account. Results are sorted by creation date in descending order (newest first) and can be filtered by correlation ID.

## Path parameters

- `id` string, required

## Query parameters

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

## Headers

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

## Response `200`

successful operation

## Other responses

- `403` — forbidden
- `404` — not found

## Changes

- **2025-06-06** `231d0268586b` — 1 info
  - api operation id `ListAccountMassPayments` removed and replaced with `listMassPayments`
- **2025-05-30** `9c0a7a570129` — 2 info
  - api tag `accounts` added
  - api tag `account` 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/accounts/: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)
