ACCOUNT_PROVISIONING_OPERATION_STATUSES

Account Provisioning Operation Statuses indicate the current state of individual provisioning operations (onboarding or document sync) as they progress through asynchronous processing. Operations move through these statuses sequentially from PENDING to a final state of SUCCESS or FAILED.

Available Types

TypeDescription
PENDINGThe operation has been queued for processing but has not yet started execution. The operation is waiting in the queue.
IN_PROGRESSThe operation is currently being processed. Data is being transmitted to the sponsor system or documents are being synchronized.
SUCCESSThe operation completed successfully. All data and documents were transmitted to the sponsor system without errors.
FAILEDThe operation encountered an error and did not complete successfully. Check the operation result details for error information and resolve issues before retrying.