Receive a PIX Automatico schedule cancellation status event
Receives the JDPI situacao-cancelamento-agendamento-callback push event (section 6, body section 4.4.4): the plugin is the server. The pushed stCancelamento Aceito/Rejeitado outcome is projected onto the local schedule. Idempotent: a duplicate re-delivery is a clean 200 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
Unique payment-instruction id (32-char).
"E11111111202409201500y6j6mt9l1pi"
Unique cancellation id (29-char, CA...).
"CA0435879820240605abcd1234567"
Cancellation status (0=Aceito, 1=Rejeitado); §4.4.4 OPTIONAL, absent => no-op.
0
Response
No Content

