Use this method to get details for a MassPay job by its ID.
URL
https://masspay.dwollalabs.com/api/status/
Request
| Param | Description | |
|---|---|---|
| * | uid | The Dwolla ID of the user associated with the MassPay job. |
| * | job_id | The job ID of the desired MassPay job. You must specify either a 'job_id', or a 'user_job_id'. |
| user_job_id | The user assigned job ID of the desired MassPay job. | |
| include_details |
Whether to include a detailed response about each job row.
Defaults to: 'false' |
POST https://masspay.dwollalabs.com/api/status/ Content-Type: application/json { "uid": "", "job_id": "" }
Response
| Param | Description |
|---|---|
| Success | Did the request succeed? |
| Message | |
| Response | JSON Object |
| Show Response Parameters | |
{"success":true,"job":{"job_id":"407dd9433a","uid":"812-111-1111","total":"0.02","fees":"0","source":"balance","rows":"2","created_date":"2012-11-19T21:38:05.000Z","email":"michael@dwolla.com","assumeCosts":"false","status":"Completed","user_job_id":""},"test":false,"rows":[{"job_id":"407dd9433a","row_id":30078,"row_number":1,"destination":"michael@dwolla.com","amount":"0.01","transaction_id":"1580504","error":null,"created_date":"2012-11-19T21:38:37.000Z"},{"job_id":"407dd9433a","row_id":30079,"row_number":2,"destination":"reflector@dwolla.com","amount":"0.01","transaction_id":"1580506","error":null,"created_date":"2012-11-19T21:38:38.000Z"}]}
Error Codes