---
title: "Criar nova configuração"
method: POST
path: "/direct-debit/configs"
tags: ["Débito Direto Autorizado"]
---

# Criar nova configuração

`POST /direct-debit/configs`

## Request body

- object
  - `items` object[]
    - `type` 'AUTO_HIDE' — Tipo de configuração
    - `payeeDocument` string

## Response `201`

Success

- Configuration — Configuração
  - `id` string — ID do DDA
  - `type` 'AUTO_HIDE'
  - `payeeDocument` string

## Other responses

- `400` — Bad Request

---

[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)
