Skip to main content
POST
Receive a PIX Automatico authorization cancellation status 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
idCancelamento
string
requerido

Unique cancellation id (29-char, IC...).

Ejemplo:

"IC0435879820240605bcdb1fhn43a"

idRecorrencia
string
requerido

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

Ejemplo:

"RR0435879820240605njua7shf40o"

stCancelamento
integer<int64>

Cancellation status (0=Aceito, 1=Rejeitado); §4.3.6 OPTIONAL, absent => no-op.

Ejemplo:

0

Respuesta

No Content