Skip to main content
September 1, 2026 Documentation correction Review recommended

Affects


Teams that consume SPB streaming events or registered webhooks.

What changed


SPB now documents str.emoney.transferAdvised, emitted when it records a third-party electronic-money advice. Its data object always includes messageCode, numCtrlSTR, dtHrBC, vlrLanc, and dtMovto; it does not expose CNPJCliCredtd. Deduplicate this event by (eventType, data.numCtrlSTR), not ce-id: a retry can produce a new ce-id for the same movement. This is a documentation correction of the current runtime behavior; it does not announce a runtime release.

Impact


Classification: Review recommended.

What you need to do


1
Review streaming and webhook consumers for the event, its documented fields, and the required deduplication key.

Deadline

Review before the next SPB consumer deployment.