# BulkJobStatus

> A schema in the Payments API reference. Source: https://hub.ozow.com/api-reference/payments-api/schemas/bulk-job-status/

## Fields

- `id` (string, uuid, required) - Id which the job is identified in the system
- `dateCreated` (string, date-time, required) - The time when the submission was accepted
- `dateModified` (string, date-time, required) - Time which the job got the last status update
- `jobStatus` (string, required, one of "Error", "Pending", "Processing", "Complete", "CompleteWithErrors") - The current Status of the Job accepted. Possible values: * Error - The bulk payment request job had encountered an error or the request data was not in the required format. * Complete - The bulk payment request job had completed successfully. * CompleteWithErrors - The bulk payment request job had completed but there were errors processing certain records.
- `jobReference` (string, required) - The JobReference provided during submission of the Job
- `notifyUrl` (string, uri, required) - The notification Url provided during submission of the Job
