Receive a PIX Automatico schedule registration event
Receives the JDPI notifica-agendamento-pagador-callback push event (section 6, body section 5.3.3): an async re-delivery of the payer-side schedule registration. It reuses the inbound 5.3.3 register use case (inbound genesis). Idempotent: a re-delivered instruction resolves to a 409 conflict, never a 500. 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
Recurring charge due date (aaaa-mm-dd).
"2024-09-26"
Unique payment-instruction id (32-char).
"E00038166202409201500y6j6mt9l0pi"
Schedule purpose (0=first, 1=post-due retry, 2=settlement resend).
0
Receiver conciliation id (35-char).
"JDPI2024092000000000000000000000001"
Unique recurrence id (29-char, RR...).
"RR0435879820240919njua7shf40o"
The instruction pagador.
The instruction recebedor.
Schedule status (0=Aceito, 1=Rejeitado).
0
JDPI error code (100-char; on a rejection).
""
JDPI error description (1000-char).
""
The devedor, sent only when it differs from the payer.
PSP-receiver reception timestamp (UTC; required when finalidadeAgendamento=0).
"2024-09-20T09:25:49.025Z"
Free-text receiver-to-payer info (140-char).
"Cobranca da Enel"
Recurring payment amount in reais (a JSON number).
550
Response
No Content

