Status Mapping
Credential
Statuses
Legacy Utility Cloud Status | Plug API Status |
---|---|
|
|
|
|
|
|
Status details
Legacy Utility Cloud Status Detail | Plug API Status Detail |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Exception
In Utility Cloud, when a credential with real time credential validation (RTCV) = true is submitted, the status is set to OK
and the statusDetail is set to NO_ACTION_REQUIRED
.
In Plug, when the same credential with RTCV = true is submitted, the status is set to CONNECTION_IN_PROGRESS
and the statusDetail is set to DATA_EXTRACTION_IN_PROGRESS
.
Account
Statuses
Legacy Utility Cloud API | Plug API |
---|---|
OK | CONNECTION_SUCCESS |
PENDING | CONNECTION_IN_PROGRESS |
ACCESS_ISSUE | DATA_ACCESS_FAILURE |
OLD | INACTIVE |
Status details
Legacy Utility Cloud API | Plug API |
---|---|
|
|
(When the status is |
|
|
|
|
|
|
|
|
|
Meter
The Plug Statements product will no longer have meter statuses.
File
NoticeThe following section is only relevant to Utility Cloud customers who have been using the files processing capabilities before December 13, 2023.
From December 13, 2023, onwards, all files will have the updated status and status details, regardless of when they were uploaded.
If you have been using the files processing capabilities before December 13, 2023, you can use these mappings to understand how legacy statuses and status details map to the current statuses and status details.
Status mapping
Legacy Utility Cloud API | New status name |
---|---|
PENDING | QUEUED |
PENDING | IN_PROGRESS |
PENDING | COVERAGE_REQUEST |
FAILURE | FAILURE |
SUCCESS | SUCCESS |
Status detail mapping
How status mapping worksThis is a best-effort rough mapping of status details between the legacy and the new ones. As the new statuses are more specific than the legacy statuses, legacy statuses details could apply to more than one new status detail. The table below shows the default mapping we are using.
File.fileDetails is now an arrayThe legacy
fileDetails
were typestring
. The updatedfileDetails
are typearray
, an array of strings. This means more than one status detail can be returned for a given status. Please see our API reference for more details.
Legacy Utility Cloud API | Plug API |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Download
Legacy Utility Cloud API | Plug API |
---|---|
|
|
|
|
|
|
|
|
Webhook
Legacy Utility Cloud API | Plug API |
---|---|
WAITING_RESEND | WAITING_RESEND |
ERROR | FAILURE |
SUCCESS | SUCCESS |
Updated 6 days ago