---
title: "Close batch for processing terminal"
method: POST
path: "/processing-terminals/{processingTerminalId}/close-batch"
tags: ["processingTerminals"]
---

# Close batch for processing terminal

`POST /processing-terminals/{processingTerminalId}/close-batch`

Use this method to manually close a batch on a processing terminal.

Our gateway returns a cut-off time that indicates when our gateway closes the batch.

**Note:** After our gateway closes the batch, the merchant can use the [Self-Care Portal](https://payments.payroc.com/) to view the details of the batch.

## Path parameters

- `processingTerminalId` string, required

## Headers

- `Authorization` string, required
- `Idempotency-Key` string, uuid, required

## Response `202`

Successful request. We closed the batch for the processing terminal.

- CloseBatchResponse
  - `cutOffTime` string, required — Time that the processing terminal closes the batch. Our gateway returns this value in `HH:mm` format and uses the 24-hour clock.
  - `timezone` string, required — Time zone of the processing terminal. Our gateway returns this value as an [IANA Time Zone Database identifier](https://www.iana.org/time-zones), for example, `America/Chicago` or `Europe/London`.

## Other responses

- `400` — Validation error
- `401` — Identity could not be verified
- `403` — Do not have permissions to perform this action
- `404` — Resource not found
- `406` — Not acceptable
- `409` — Conflict
- `500` — An error has occured

---

[API](https://skmtc.dev/payroc/apis/schema.md) · [All operations](https://skmtc.dev/payroc/apis/schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/payroc/schema/revisions/1d9d3e305945/schema)
