Docs
Get API Keys

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.

HTTP request #

POST https://api.dwolla.com/mass-payments/{id}

Request parameters #

ParameterRequiredTypeDescription
idyesstringid of mass payment to update.
statusyesstringEither pending or cancelled depending on the action you want to take on a deferred mass payment.

HTTP status and error codes #

HTTP StatusCodeDescription
404NotFoundMass payment not found.
400ValidationErrorInvalid status. Allowed types are pending, cancelled.

Request and response #

Raw
POST https://api-sandbox.dwolla.com/mass-payments/692486f8-29f6-4516-a6a5-c69fd2ce854c
Accept: application/vnd.dwolla.v1.hal+json
Content-Type: application/vnd.dwolla.v1.hal+json
Authorization: Bearer pBA9fVDBEyYZCEsLf/wKehyh1RTpzjUj5KzIRfDi0wKTii7DqY

...

{
  "status": "pending"
}
Test in the Sandbox for free today.
Use sandbox environment to test API requests.
Get API Keys
2024 All Rights Reserved
Financial institutions play an important role in our network.

All funds transfers made using the Dwolla Platform are performed by a financial institution partner, and any funds held in a Dwolla Balance are held by a financial institution partner. Learn more about our financial institution partners.