---
title: "Processamento de Arquivo CNAB"
method: POST
path: "/cnab-file"
---

# Processamento de Arquivo CNAB

`POST /cnab-file`

## Request body

- object
  - `file` string, required — string($binary)
  - `clientRequestId` string, required — Valor atribuído pelo cliente para identificar um arquivo CNAB dentro do sistema.
  - `account` string — Conta usada para substituir a conta no cabeçalho do arquivo CNAB. No caso de emissão de boleto, é a conta usada para recebimento. No caso do sistema de pagamentos é a conta de origem do valor usado nos pagamentos.

## Response `200`

200

- object
  - `status` string
  - `entity` string
  - `body` object
    - `fileId` string
    - `fileType` string
    - `clientRequestId` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
