Reverse an inbound Pix Automático settlement debit
Reverses the prior settlement debit (or releases a still-pending hold) on a negative SPI return. The reverse is parameterizable and disabled by default. Returns the settlement-gateway reversal-operation id (idOperacaoSgct).
Authorizations
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
Bearer access token (the financial-ingress gate; the handler fails closed with Pix-0082 when absent).
Idempotency key (= the endToEndId of the transaction). Mandatory per
Path Parameters
Unique payment-instruction id (32-char), the natural key.

