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 https://api.dwolla.com/mass-payments/{id}
Parameter | Required | Type | Description |
---|---|---|---|
id | yes | string | id of mass payment to update. |
status | yes | string | Either pending or cancelled depending on the action you want to take on a deferred mass payment. |
HTTP Status | Code | Description |
---|---|---|
404 | NotFound | Mass payment not found. |
400 | ValidationError | Invalid status. Allowed types are pending, cancelled. |
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"
}
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.