BulkJobStatus
Fields
idstring uuid requiredId which the job is identified in the system
dateCreatedstring date-time requiredThe time when the submission was accepted
dateModifiedstring date-time requiredTime which the job got the last status update
jobStatusstring requiredThe 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.
values"Error""Pending""Processing""Complete""CompleteWithErrors"jobReferencestring requiredThe JobReference provided during submission of the Job
notifyUrlstring uri requiredThe notification UrlWebhook A URL of yours that Ozow calls when something happens, rather than you polling to find out. The call carries no credential of yours and arrives at a public URL, so authenticate it before acting on it: a hash field on the Payments API, a Svix signature on One API. provided during submission of the Job