# Update transfer batch status

Updates the transfer batch status to Transferred in Zuora Revenue.

Endpoint: PUT /api/integration/v1/journal/batch/status/{batch_id}
Version: 2025-08-06

## Header parameters:

  - `token` (string, required)
    The valid authentication token that is generated by the Authentication operation.

## Path parameters:

  - `batch_id` (integer, required)
    The batch ID of the transfer accounting batch.

## Response 200 fields (application/json; charset=utf-8):

  - `status` (string)
    Response Status

## Response 400 fields (application/json; charset=utf-8):

  - `status` (string)
    Response Status

  - `message` (string)
    0 row(s) updated. Only the batch in Ready TO Transfer status can be updated.


