Skip to main content
DELETE
Reverse an inbound PIX Automatico settlement debit

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..."

Chave-Idempotencia
string
required

Idempotency key (= the endToEndId of the transaction). Mandatory per section 5.4.

Example:

"E11111111202409181500y6j6mt9l1pi"

Path Parameters

endToEndId
string
required

Unique payment-instruction id (32-char), the natural key.

Example:

"E11111111202409181500y6j6mt9l1pi"

Body

application/json
codigoErro
string
required

Error code (the section 8.7 generic SPI domain; NOT the section 5.3 motivoRejeicao set).

Example:

"AB03"

endToEndId
string
required

Unique payment-instruction id (32-char; matches the path param).

Example:

"E11111111202409181500y6j6mt9l1pi"

stJdPiProc
integer<int64>
required

Negative-return classification (1=processing error, 2=JDPI validation error, 3=SPI-returned error).

Example:

3

descCodigoErro
string

Error description (1000-char).

Example:

"Liquidacao da transacao interrompida devido a timeout no SPI."

Response

OK

dtHrOperacaoSgct
string
required

SGCT operation timestamp (UTC).

Example:

"2024-09-20T04:02:00.021Z"

endToEndId
string
required

Unique payment-instruction id (32-char).

Example:

"E11111111202409181500y6j6mt9l1pi"

idOperacaoSgct
string
required

SGCT reversal-operation id (a GUID).

Example:

"58F752C5-6376-3252-8305-A2DE3A8525D4"