List mass payments for a customer
GET https://api-sandbox.dwolla.com/customers/{{VCRCustomerId}}/mass-payments
Retrieve a verified Customer's list of previously created mass payments. Mass payments are returned ordered by date created, with most recent mass payments appearing first.
Request parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | Customer unique identifier to get mass payments for. |
limit | integer | query | no | How many results to return. Defaults to 25. |
offset | integer | query | no | How many results to skip. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |