Consult a Pix Automático authorization cancellation
Consults the live upstream situation of an authorization cancellation, keyed by (idRecorrencia, 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 recurrence id (29-char, RR...).
The cancellation id (29-char, IC...).
Response
OK
stCancelamento (0=Aceito, 1=Rejeitado; -1 absent).
The cancellation id (IC...).
The recurrence id.
motivoCancelamento (0..10).
Requester CPF/CNPJ (string).
tpPessoaSol.
Cancellation timestamp (UTC).
Upstream error code.
Upstream error description.
Situation timestamp (UTC).

