Skip to main content
POST
Receive a PIX Automatico schedule cancellation status event

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Cabeçalhos

Authorization
string

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

Exemplo:

"Bearer eyJ..."

X-DataHoraEvento
string
obrigatório

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

Exemplo:

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

X-NomeEvento
string
obrigatório

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

Exemplo:

"situacao-autorizacao-callback"

Corpo

application/json
endToEndId
string
obrigatório

Unique payment-instruction id (32-char).

Exemplo:

"E11111111202409201500y6j6mt9l1pi"

idCancelamento
string
obrigatório

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

Exemplo:

"CA0435879820240605abcd1234567"

stCancelamento
integer<int64>

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

Exemplo:

0

Resposta

No Content