v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Retentativas de recebimento

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

Path parameters

recurrencyIdstring required

Identificador único da recorrência

endToEndIdstring required

Identificador único da transação

Request body

newExpirationDatestring date required

Nova data retentativa de cobrança

Response

200

statusinteger
versionstring

Example response

{
  "version": "string",
  "body": {
    "id": "string",
    "endToEndId": "string",
    "recurrencyId": "string",
    "status": "string",
    "expirationDate": "2025-10-30T14:53:34.385Z",
    "nextWorkingDay": "2025-10-30T14:53:34.385Z",
    "creditParty": {
      "bank": "string",
      "branch": "string",
      "account": "string",
      "taxId": "string",
      "name": "string"
    },
    "debitParty": {
      "bank": "string",
      "personType": "string",
      "taxId": "string",
      "accountType": "string",
      "branch": "string",
      "account": "string",
      "stateCode": "string"
    },
    "debtor": {
      "personType": "string",
      "taxId": "string",
      "name": "string"
    },
    "createDate": "2025-10-30T14:53:34.385Z",
    "updateDate": "2025-10-30T14:53:34.385Z",
    "clientRequestId": "string",
    "cancellation": {
      "id": "string",
      "cancelledBy": "string",
      "personType": "string",
      "taxId": "string",
      "reason": "string",
      "date": "2025-10-30T14:53:34.385Z"
    }
  }
}