---
title: "POST /automatic/recurrencies/authorization/accept"
method: POST
path: "/automatic/recurrencies/authorization/accept"
---

# POST /automatic/recurrencies/authorization/accept

`POST /automatic/recurrencies/authorization/accept`

## Request body

- object
  - `id` string
  - `endToEnd` string
  - `journeyType` integer
  - `interval` object
    - `start` string, date-time
    - `end` string, date-time
    - `frequencyType` string
  - `recurrencyAmountType` string
  - `amount` number, double
  - `recurrencyMaxAmount` number, double
  - `creditParty` object
    - `taxId` string
    - `name` string
    - `bank` string
  - `debitParty` object
    - `name` string
    - `personType` string
    - `taxId` string
    - `bank` string
    - `branch` string
    - `account` string
    - `accountType` string
    - `stateCode` string
    - `maxAmount` string
  - `debtor` object
    - `personType` string
    - `taxId` string
    - `name` string
  - `contract` object
    - `number` string
    - `description` string

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