---
title: "Consulta detalhada de uma recorrência por identificador."
method: GET
path: "/pix/scheduling-payments/recurrences/{requestIdentifier}"
tags: ["Pix agendado"]
---

# Consulta detalhada de uma recorrência por identificador.

`GET /pix/scheduling-payments/recurrences/{requestIdentifier}`

Utilize este endpoint para consultar os detalhes de uma recorrência.

## Path parameters

- `requestIdentifier` string, required — Identificador único da recorrência.

## Parameters

- `#/paths/~1pix~1claims/get/parameters/0` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/2` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/3` — unresolved $ref
- `#/paths/~1pix~1claims/get/parameters/1` — unresolved $ref

## Response `200`

Retorno da consulta com sucesso.

- RecurrenceScheduleResponse
  - `requestIdentifier` string — Identificador da solicitação da recorrência.
  - `initialDateSchedule` string, date — Data inicial do agendamento.
  - `finalDateSchedule` string, date — Data final do agendamento.
  - `insertDateTime` string, date-time — Data e hora da inclusão recorrencia.
  - `status` 'PROCESSING' | 'CANCELED' | 'COMPLETED' | 'AWAITING_ENRICHMENT' — Status da solicitação.
  - `repetition` integer — Número de repetições.
  - `interbankSettlementAmount` number, double — Valor do agendamento interbancário.
  - `recurrenceDescription` string — Descrição da recorrência.
  - `invalidDatePayment` 'ANTICIPATE' | 'POSTPONE' — Indica se o agendamento deve ser antecipado ou postergado em caso de data inexistente (ex. dias 29 e 31).
  - `frequency` 'WEEKLY' | 'MONTHLY' | 'YEARLY' — Frequência da recorrência.
  - `initiationForm` 'DICT' | 'MANU' — Forma de iniciação.
  - `creditor` CreditorSchedulePaymentPayload — Dados da conta recebedora.
    - `accountIdentification` string, required — Dados da conta recebedora. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>.
    - `accountIssuer` string, required — Agência do cliente recebedor. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>.
    - `accountType` 'CACC' | 'TRAN' | 'SVGS', required — Tipo de conta. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>.
    - `agentMemberIdentification` string, required — ISPB do banco do cliente recebedor. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>.
    - `name` string, required — Nome do recebedor. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>.
    - `privateIdentification` string, required — CPF ou CNPJ do cliente recebedor. Obrigatório somente quando <b>initiationForm</b> for igual a <b>MANU</b>. `^([0-9]{11}|[A-Z0-9]{12}[0-9]{2})$`
  - `debtor` DebtorSchedulePaymentPayload — Dados da conta pagadora.
    - `accountIdentification` string, required — Conta do cliente pagador.
    - `accountIssuer` string, required — Agência do cliente pagador.
    - `accountType` 'CACC' | 'TRAN' | 'SVGS', required — Tipo de conta pagadora.
    - `name` string, required — Nome do pagador.
    - `privateIdentification` string, required — CPF ou CNPJ do cliente pagador. `^([0-9]{11}|[A-Z0-9]{12}[0-9]{2})$`.
  - `scheduling` SchedulingResponse[] — Lista de agendamentos.
    - `requestIdentifier` string — Identificador da solicitação de recorrência.
    - `endToEndIdentification` string — Identificação fim-a-fim do agendamento.
    - `ScheduledDate` string, date — Data agendada.
    - `InsertDateTime` string, date-time — Data e hora da inclusão do agendamento.
    - `Status` 'AWAITING_ENRICHMENT' | 'CANCELED' | 'SENT_PRE_VALIDATION' | 'PROCESSING' | 'RESCHEDULED' | 'SCHEDULED' | 'ATTEMPTS_EXCEEDED' | 'SUCCESSFULLY_COMPLETED' | 'UNSUCCESSFULLY_COMPLETED' | 'CANCELED_BY_ENRICHMENT' — Status do agendamento.
    - `InterbankSettlementAmount` number, double — Valor do agendamento interbancário.
    - `RemittanceInformation` string — Informações de remessa.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `422` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.net/bankly/apis/autentica-o.md) · [All operations](https://skmtc.net/bankly/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bankly/autentica-o/revisions/e20afa10cd0e/schema)
