---
title: "Abrir Lote"
method: POST
path: "/{companyId}/banking/batch-payments"
---

# Abrir Lote

`POST /{companyId}/banking/batch-payments`

## Path parameters

- `companyId` string, required — CNPJ da empresa

## Request body

- BatchPostBody
  - `taxId` string, required — CNPJ

## Response `201`

Iniciação de Pagamento

- BatchPostResponse
  - `batchId` string — Id do lote
  - `expiresAt` string — Data de expiração do lote
  - `maxSize` integer — Tamanho máximo do lote
  - `taxId` string — CNPJ

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
