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
| Type | Description |
|---|---|
| PENDING | The operation has been queued for processing but has not yet started execution. The operation is waiting in the queue. |
| IN_PROGRESS | The operation is currently being processed. Data is being transmitted to the sponsor system or documents are being synchronized. |
| SUCCESS | The operation completed successfully. All data and documents were transmitted to the sponsor system without errors. |
| FAILED | The operation encountered an error and did not complete successfully. Check the operation result details for error information and resolve issues before retrying. |
Updated 7 months ago