v1

latestOpenAPI 3.0.12026-07-245303882.5 MB

Recusa uma recorrência

patch/pix/v1/automatic/recurrencies/authorization/{id}/deny

Path parameters

idstring required

ID da recorrência no formato RRxxxxxxxxyyyyMMddkkkkkkkkkkk

Request body

deniedReasonstring

Tipos de rejeição

Response

200

statusinteger
versionstring

Example response

{
  "version": "string",
  "body": {
    "id": "string",
    "deniedReason": "string",
    "cancellingReason": "string",
    "status": "string",
    "journeys": [
      {
        "status": "string",
        "type": "string",
        "accepetedDate": "2025-06-02T11:04:06.780Z",
        "denyDate": "2025-06-02T11:04:06.780Z"
      }
    ],
    "interval": {
      "start": "2025-06-02T11:04:06.780Z",
      "end": "2025-06-02T11:04:06.780Z",
      "frequencyType": "string"
    },
    "frequencyType": "string",
    "creditParty": {
      "taxId": "string",
      "name": "string"
    },
    "debitParty": {
      "personType": "string",
      "taxId": "string",
      "bank": "string",
      "account": "string",
      "stateCode": "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": "2025-06-02T11:04:06.780Z"
    },
    "createDate": "2025-06-02T11:04:06.780Z",
    "updateDate": "2025-06-02T11:04:06.780Z",
    "deleteDate": "2025-06-02T11:04:06.780Z",
    "cancelledDate": "2025-06-02T11:04:06.780Z"
  }
}