Effect an inbound PIX Automatico settlement debit
Posts the real double-entry settlement debit on the payer’s local ledger for a scheduled PIX Automatico payment (section 5.4.2, the plugin is the SGCT server). JDPI calls this after it confirms SPI settlement. The amount was established at schedule/block time, so the body carries no value. Returns the SGCT debit-operation id (idOperacaoSgct). A re-delivery resolves to a clean 200 with the prior confirmation, never a double post.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Bearer access token (the financial-ingress gate; the handler fails closed with PIX-0082 when absent).
"Bearer eyJ..."
Idempotency key (= the endToEndId of the transaction). Mandatory per section 5.4.
"E11111111202409181500y6j6mt9l1pi"
Body
Accounting date (aaaa-mm-dd).
"2024-09-20"
JDPI effectuation timestamp (UTC).
"2024-09-20T04:00:01.001Z"
SPI settlement timestamp (UTC).
"2024-09-20T04:00:00.023Z"
Unique payment-instruction id (32-char).
"E11111111202409181500y6j6mt9l1pi"
Payer participant ISPB (8 digits, a v5.5.0 string).
"04358798"
Response
OK
SGCT operation timestamp (UTC).
"2024-09-20T04:00:01.001Z"
Unique payment-instruction id (32-char).
"E11111111202409181500y6j6mt9l1pi"
SGCT debit-operation id (the Midaz transaction id, a GUID).
"58F752C5-6376-3252-8305-A2DE3A8525D3"

