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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Authorization
string

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

Example:

"Bearer eyJ..."

X-DataHoraEvento
string
required

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

Example:

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

X-NomeEvento
string
required

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

Example:

"situacao-autorizacao-callback"

Body

application/json
dtVencimento
string
required

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

Example:

"2024-09-26"

endToEndId
string
required

Unique payment-instruction id (32-char).

Example:

"E00038166202409201500y6j6mt9l0pi"

finalidadeAgendamento
integer<int64>
required

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

Example:

0

idConciliacaoRecebedor
string
required

Receiver conciliation id (35-char).

Example:

"JDPI2024092000000000000000000000001"

idRecorrencia
string
required

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

Example:

"RR0435879820240919njua7shf40o"

pagador
object
required

The instruction pagador.

recebedor
object
required

The instruction recebedor.

stAgendamento
integer<int64>
required

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

Example:

0

codigoErro
string

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

Example:

""

descCodigoErro
string

JDPI error description (1000-char).

Example:

""

devedor
object

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

dtHrRecepcaoPspRecebedor
string

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

Example:

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

infEntreClientes
string

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

Example:

"Cobranca da Enel"

valor
number<double>

Recurring payment amount in reais (a JSON number).

Example:

550

Response

No Content