Receive a PIX Automatico schedule cancellation registration event
Receives the JDPI notifica-cancelamento-agendamento-callback push event (section 6, body section 5.3.4): an async re-delivery of the schedule cancellation registration. It reuses the inbound 5.3.4 register use case (Aceito cancels + soft-deletes; Rejeitado is ack-only). Idempotent: a re-delivery on an already-cancelled row is a no-op. No response body.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Bearer access token (the financial-ingress gate; the handler fails closed with PIX-0082 when absent).
"Bearer eyJ..."
Event registration instant (UTC: aaaa-mm-ddTHH:mm:ss.sssZ). Mandatory per §6.1.
"2024-06-05T10:10:05.025Z"
Event name (see §6.3.1 catalog). Mandatory per §6.1; informational passthrough.
"situacao-autorizacao-callback"
Body
Requester CPF/CNPJ (a v5.5.0 string).
"77379362038"
Cancellation timestamp (UTC).
"2024-09-20T10:10:05.025Z"
Unique payment-instruction id (32-char).
"E11111111202409201500y6j6mt9l1pi"
Unique cancellation id (29-char, CA...).
"CA0435879820240920bcdb1fhn43a"
Receiver conciliation id (35-char).
"JDPI2024091800000000000000000000002"
Unique recurrence id (29-char, RR...).
"RR0435879820240919njua7shf40o"
Destination PSP ISPB (8 digits, a v5.5.0 string).
"11111111"
Requesting PSP ISPB (8 digits, a v5.5.0 string).
"04358798"
Cancellation reason (0..6).
5
Requesting PSP (0=pagador, 1=recebedor).
0
Cancellation status (0=Aceito, 1=Rejeitado).
0
Requester person type (0=PF, 1=PJ).
0
JDPI error code (100-char; on a rejection).
""
JDPI error description (100-char).
""
Response
No Content

