mass payments

Update a mass payment

This section covers how to update a mass payment's status to pending which triggers processing on a created and deferred mass payment, or cancelled which cancels a created and deferred mass payment.

post/mass-payments/{id}

Path parameters

idstring required

ID of mass payment to update

Headers

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

The media type of the response. Must be application/vnd.dwolla.v1.hal+json

Request body

statusstring required

Example request

{
  "status": "pending"
}

Response

successful operation

Changes