Consult a Pix Automático schedule cancellation
Consults the live upstream situation of a schedule cancellation, keyed by (endToEndId, idCancelamento).
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Path Parameters
The payment-transaction id (32-char).
The cancellation id (29-char, CA...).
Response
OK
stCancelamento (0=Aceito, 1=Rejeitado; -1 when absent).
The payment-transaction id.
The cancellation id (CA...).
Local ScheduleStatus projected from the upstream situation.
False when the upstream situation carries no projected local status.
motivoCancelamento (0..6).
ispbDestinatario (string).
solCancelamento (0=PSP pagador, 1=PSP recebedor).
Requester CPF/CNPJ (string).
ispbSolicitante (string).
tpPessoaSol.
Upstream overall situation.
Upstream intermediate situation.
Cancellation timestamp (UTC).
Upstream error code.
Upstream error description.
The receiver conciliation id.
Upstream request timestamp (UTC).
Situation timestamp (UTC).

