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

ParameterData TypeParameter TypeRequiredDescription
idstringpathyesid of mass payment to update.
statusstringbodyyesEither pending or cancelled depending on the action you want to take on a deferred mass payment.

Request Body

{"status"=>"cancelled"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Authorizationstring
Idempotency-Keystring