> For the complete documentation index, see [llms.txt](https://acessorh.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://acessorh.gitbook.io/project/v2/referencias/documentos/brasil-1/brasil/conta-bancaria.md).

# Conta Bancária

#### ID

```
a8a89892-c9fd-40df-8dfd-5fa694c59ddf
```

#### Slug

```
dados_bancarios
```

{% hint style="danger" %}
Utilizar apenas o "id" como chave, uma vez que o "slug" é uma descrição e poderá ser alterado livremente.
{% endhint %}

#### Campo

| Nome                                                                                                  | Tipo                                                                                                            | Observações    |
| ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------- |
| <p><strong>banco</strong></p><p><em>required</em></p>                                                 | string                                                                                                          | length(1, 255) |
| <p><strong>tipo\_conta</strong></p><p><em>required</em></p>                                           | string([options](/project/v2/referencias/documentos/brasil-1/brasil/conta-bancaria.md#opcoes-de-tipo-de-conta)) | length(1, 255) |
| <p><strong>agencia</strong></p><p><em>required</em></p>                                               | string                                                                                                          | length(1, 255) |
| <p><strong>conta</strong></p><p><em>required</em></p>                                                 | string                                                                                                          | length(1, 255) |
| <p><strong>digito</strong></p><p><em>required</em></p>                                                | string                                                                                                          | length(1, 255) |
| [**comprovantes**](/project/v2/referencias/documentos/brasil-1/brasil/conta-bancaria.md#comprovantes) | \[ ][voucher](/project/v2/referencias/comum.md#voucher)                                                         |                |

#### Opções de tipo de conta

```
"conta_corrente", "conta_conjunta", "conta_salario", "conta_poupanca"
```

#### Comprovantes

| Nome                                                   | Tipo    |
| ------------------------------------------------------ | ------- |
| <p><strong>frente</strong></p><p><em>required</em></p> | voucher |
