---
title: "PATCH /automatic/recurrencies/authorization/{id}/deny"
method: PATCH
path: "/automatic/recurrencies/authorization/{id}/deny"
---

# PATCH /automatic/recurrencies/authorization/{id}/deny

`PATCH /automatic/recurrencies/authorization/{id}/deny`

## Path parameters

- `id` string, required

## Request body

- object
  - `deniedReason` 'CREDIT_PARTY_IS_NOT_KNOWN' | 'NOT_INTERESTED' | 'NOT_OFFERED_TO_LEGAL_PERSON' — Motivo da recusa.
  - `debitParty` object
    - `name` string — Nome do titular da conta.
    - `taxId` string — CPF ou CNPJ do titular da conta.
    - `personType` 'LEGAL_PERSON' | 'NATURAL_PERSON' — Tipo de pessoa (Física ou Jurídica)
    - `bank` string — Código do banco.
    - `branch` string — Agência bancária.
    - `account` string — Número da conta bancária.
    - `accountType` 'CACC' | 'SLRY' | 'SVGS' | 'TRAN' — Tipo da conta bancária
    - `stateCode` string — Este código é relacionado ao código do município no IBGE.

## Response `200`

- object
  - `status` integer
  - `version` string
  - `body` object
    - `id` string
    - `deniedReason` string
    - `cancellingReason` string
    - `status` string
    - `journeys` object[]
      - `status` string
      - `type` integer
      - `accepetedDate` string
      - `denyDate` string
    - `interval` object
      - `start` string
      - `end` string
      - `frequencyType` string
    - `frequencyType` string
    - `amount` integer
    - `creditParty` object
      - `taxId` string
      - `name` string
      - `bank` string
    - `debitParty` object
      - `personType` string
      - `taxId` string
      - `bank` string
      - `branch` string
      - `account` string
    - `debtor` object
      - `personType` string
      - `taxId` string
      - `name` string
    - `contract` object
      - `number` string
      - `description` string
    - `cancellation` object
      - `id` string
      - `cancelledBy` string
      - `personType` string
      - `taxId` string
      - `reason` string
      - `date` string
    - `createDate` string
    - `updateDate` string
    - `deleteDate` string

---

[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/versions/85dd6188a37b/schema)
