v33

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-03-2682193603.4 KB
mass payments

List mass payments for customer

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.

get/customers/{id}/mass-payments

Path parameters

idstring required

Customer ID to get mass payments for

Query parameters

correlationIdstring

A string value to search on if correlationId was specified for a transaction

limitinteger

Number of search results to return. Defaults to 25

offsetinteger

Number of search results to skip. Use for pagination

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