Identifiers
Sources use externally defined identifiers to track uniqueness and idempotence.
Identifiers are the key pivot for idempotence and deduplication of objects (including Transactions) written via the API. Each source (and account within a source) has an independent identifier key space.
For most integrations, External IDs are used for idempotence and deduplication. Two writes for the same identifier will result in one object. sync endpoints will respect the properties of the most recent write to a given identifier.
External IDs simplify idempotence for integrations
external_idrefers to identifiers from the original source system (external to Digits).Digits IDs are used within the Ledger
digits_idrefers to Digits-provided identifiers.idrefers to Digits-provided identifiers.
Updated 7 days ago
