Atomic capture
Lambda ingress stores the immutable CargoWise source, document identity, initial lifecycle evidence, and durable work request together. If that operation cannot complete, Lambda does not acknowledge a partially captured document. Accepted work therefore has source evidence that later mapping, audit, and recovery can reference.Durable and idempotent work
After capture, durable work can be delivered more than once. Every processing boundary uses stable identities so a repeated delivery reaches the same logical document, attempt, artifact, or CargoWise handoff. This supports at-least-once work delivery without treating every repeated message as a new fiscal request.Provider create outcomes
Lambda records the create outcome for each exact Facturapi attempt:
Automatic recovery can resume an exact durable attempt using its stored request and idempotency identity. It can replay a request only when evidence proves the earlier create was not applied.
An unknown outcome is never retried as a blind new stamp.