Effect an inbound Pix Automático settlement debit
Posts the real double-entry settlement debit on the payer’s local ledger for a scheduled Pix Automático payment. Upstream calls this after it confirms SPI settlement. The amount was established at schedule/block time, so the body carries no value. Returns the settlement-gateway debit-operation id (idOperacaoSgct). A re-delivery resolves to a clean 200 with the prior confirmation, never a double post.
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
Body
Accounting date (aaaa-mm-dd).
Upstream effectuation timestamp (UTC).
SPI settlement timestamp (UTC).
Unique payment-instruction id (32-char).
Payer participant ISPB (8 digits, a v5.5.0 string).

