Update a mass payment
POST https://api-sandbox.dwolla.com/mass-payments/{{massPaymentId}}
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.
Request parameters
Parameter | Data Type | Parameter Type | Required | Description |
---|---|---|---|---|
id | string | path | yes | id of mass payment to update. |
status | string | body | yes | Either pending or cancelled depending on the action you want to take on a deferred mass payment. |
Request Body
{"status"=>"cancelled"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Authorization | string | ||
Idempotency-Key | string |