# BulkPaymentResponse

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

## Fields

- `jobId` (string, uuid, required) - The identifier for the job created to process the bulk payment requests. No identifier is returned if there was an error creating the job or if the request submitted failed the initial validation.
- `jobReference` (string, required, max length 100) - The merchant reference for the job/batch that was passed in the create request.
- `errors` (array of string) - Validation errors for the request.
