Skip to main content
POST
Receive a Pix Automático authorization cancellation status event

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Headers

Authorization
string

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

X-DataHoraEvento
string
required

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

X-NomeEvento
string
required

Event name. Mandatory per; informational passthrough.

Body

application/json
cpfCnpjSolCancelamento
string
required

Requester CPF/CNPJ (a v5.5.0 string).

dtHrSituacao
string
required

Situation-query timestamp (UTC).

idCancelamento
string
required

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

idRecorrencia
string
required

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

motivoCancelamento
integer<int64>
required

Cancellation reason (0..10).

tpPessoaSol
integer<int64>
required

Requester person type (0=PF, 1=PJ).

codigoErro
string

Upstream error code (on a rejected cancellation).

descCodigoErro
string

Upstream error description.

dtHrCancelamento
string

Cancellation request timestamp (UTC).

recebedor
object
stCancelamento
integer<int64>

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

Response

No Content