Skip to main content

Update Lifecycle

A typical Update moves through four stages:
StageDescription
CreatedThe request has been submitted and is pending.
ProcessingMethod is retrieving the data from the credit report or financial institution.
CompletedThe data is available and ready to display.
FailedThe retrieval was unsuccessful, the institution may be unreachable, or the account may not support the requested update type.
For retries, use idempotency keys to avoid creating duplicate Update requests.