---
title: "Retentativas de recebimento"
method: POST
path: "/automatic/recurrencies/{recurrencyId}/payment-instruction/{endToEndId}/new-attempt"
---

# Retentativas de recebimento

`POST /automatic/recurrencies/{recurrencyId}/payment-instruction/{endToEndId}/new-attempt`

## Path parameters

- `recurrencyId` string, required
- `endToEndId` string, required

## Request body

- object
  - `newExpirationDate` string, date, required — Nova data retentativa de cobrança

## Response `200`

200

- object
  - `status` integer
  - `version` string
  - `body` object
    - `id` string
    - `endToEndId` string
    - `recurrencyId` string
    - `amount` integer
    - `status` string
    - `expirationDate` string
    - `nextWorkingDay` string
    - `creditParty` object
      - `bank` string
      - `branch` string
      - `account` string
      - `taxId` string
      - `name` string
    - `debitParty` object
      - `bank` string
      - `personType` string
      - `taxId` string
      - `accountType` string
      - `branch` string
      - `account` string
      - `stateCode` string
    - `debtor` object
      - `personType` string
      - `taxId` string
      - `name` string
    - `createDate` string
    - `updateDate` string
    - `clientRequestId` string
    - `cancellation` object
      - `id` string
      - `cancelledBy` string
      - `personType` string
      - `taxId` string
      - `reason` string
      - `date` 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)
