v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

patch/automatic/recurrencies/authorization/{id}/accept

Path parameters

idstring required

identificador da recorrência

Request body

maxAmountnumber double

Response

statusinteger
versionstring

Example response

{
  "version": "string",
  "body": {
    "id": "string",
    "deniedReason": "string",
    "cancellingReason": "string",
    "status": "string",
    "journeys": [
      {
        "status": "string",
        "accepetedDate": "2026-03-25T18:13:36.222Z",
        "denyDate": "2026-03-25T18:13:36.222Z"
      }
    ],
    "interval": {
      "start": "2026-03-25T18:13:36.222Z",
      "end": "2026-03-25T18:13:36.222Z",
      "frequencyType": "string"
    },
    "frequencyType": "string",
    "creditParty": {
      "taxId": "string",
      "name": "string",
      "bank": "string"
    },
    "debitParty": {
      "personType": "string",
      "taxId": "string",
      "bank": "string",
      "branch": "string",
      "account": "string"
    },
    "debtor": {
      "personType": "string",
      "taxId": "string",
      "name": "string"
    },
    "contract": {
      "number": "string",
      "description": "string"
    },
    "cancellation": {
      "id": "string",
      "cancelledBy": "string",
      "personType": "string",
      "taxId": "string",
      "reason": "string",
      "date": "2026-03-25T18:13:36.222Z"
    },
    "createDate": "2026-03-25T18:13:36.222Z",
    "updateDate": "2026-03-25T18:13:36.222Z",
    "deleteDate": "2026-03-25T18:13:36.222Z"
  }
}