Skip to main content
POST
Receive a PIX Automatico schedule status 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
endToEndId
string
required

Unique payment-instruction id (32-char); the projection's load key.

Example:

"E00038166202409201500y6j6mt9l0pi"

stJdPi
integer<int64>
required

Overall request situation (-1/0/9/10/11).

Example:

9

stJdPiProc
integer<int64>
required

Intermediate processing situation (0/1/2/5/7/8/9/10/11).

Example:

9

Response

No Content