Skip to main content
POST
Receive a PIX Automatico schedule registration event

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

Authorization
string

Bearer access token (the financial-ingress gate; the handler fails closed with PIX-0082 when absent).

Ejemplo:

"Bearer eyJ..."

X-DataHoraEvento
string
requerido

Event registration instant (UTC: aaaa-mm-ddTHH:mm:ss.sssZ). Mandatory per §6.1.

Ejemplo:

"2024-06-05T10:10:05.025Z"

X-NomeEvento
string
requerido

Event name (see §6.3.1 catalog). Mandatory per §6.1; informational passthrough.

Ejemplo:

"situacao-autorizacao-callback"

Cuerpo

application/json
dtVencimento
string
requerido

Recurring charge due date (aaaa-mm-dd).

Ejemplo:

"2024-09-26"

endToEndId
string
requerido

Unique payment-instruction id (32-char).

Ejemplo:

"E00038166202409201500y6j6mt9l0pi"

finalidadeAgendamento
integer<int64>
requerido

Schedule purpose (0=first, 1=post-due retry, 2=settlement resend).

Ejemplo:

0

idConciliacaoRecebedor
string
requerido

Receiver conciliation id (35-char).

Ejemplo:

"JDPI2024092000000000000000000000001"

idRecorrencia
string
requerido

Unique recurrence id (29-char, RR...).

Ejemplo:

"RR0435879820240919njua7shf40o"

pagador
object
requerido

The instruction pagador.

recebedor
object
requerido

The instruction recebedor.

stAgendamento
integer<int64>
requerido

Schedule status (0=Aceito, 1=Rejeitado).

Ejemplo:

0

codigoErro
string

JDPI error code (100-char; on a rejection).

Ejemplo:

""

descCodigoErro
string

JDPI error description (1000-char).

Ejemplo:

""

devedor
object

The devedor, sent only when it differs from the payer.

dtHrRecepcaoPspRecebedor
string

PSP-receiver reception timestamp (UTC; required when finalidadeAgendamento=0).

Ejemplo:

"2024-09-20T09:25:49.025Z"

infEntreClientes
string

Free-text receiver-to-payer info (140-char).

Ejemplo:

"Cobranca da Enel"

valor
number<double>

Recurring payment amount in reais (a JSON number).

Ejemplo:

550

Respuesta

No Content