List items for a mass payment
GET https://api-sandbox.dwolla.com/mass-payments/{{massPaymentId}}/items
A mass payment contains a list of payments called items. An item is distinct from the transfer which it creates. An item can contain a status of either failed, pending, or success depending on whether the payment was created by the Dwolla service or not. A mass payment item status of success is an indication that a transfer was successfully created. A mass payment’s items will be returned in the _embedded object as a list of items.
Request Parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | Mass payment unique identifier |
limit | integer | query | no | How many results to return. Defaults to 25. |
offset | integer | query | no | How many results to skip |
status | string | query | no | Filter results on item status. Possible values: failed , pending , and success . Values delimited by &status= (i.e. - /items?status=failed&status=pending ). |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |