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
cURL
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The media type of the response. Must be application/vnd.dwolla.v1.hal+json
Available options:
application/vnd.dwolla.v1.hal+json
Path Parameters
ID of mass payment to update
Body
application/json
Parameters for updating a mass payment
The body is of type object
.
Response
200
application/vnd.dwolla.v1.hal+json
successful operation
The response is of type object
.
cURL